-
Hi,
I use the VSCODE and PlatfromIO with ardunio.
The board is esp-wrover-kit
When i build the project(arduino-esp32/libraries/ESP32/examples/Camera/CameraWebServer/) have a error :
Retrievi…
-
Hi! Love the work you've done with BLE! I'm having a bit of an issue getting my BLE Client to work. For whatever reason, it seems like I'm getting stuck on the pClient->connect(*pAddress); call in …
-
will it be possible soon to utilize the esp32's entire 320kB RAM for static variables in the Arduino IDE?
-
I took a few errors then fix all of them but I always take match score 0. I'm using your templates.
I want to take fingerprint template from device by using esp32 or ardunio, then send with api and m…
-
When I use this library on the ESP32 using platform.io and Ardunio framework I get the following error:
```
NTP request Sent
assertion "pbuf_free: p->ref > 0" failed: file "/Users/ficeto/Desktop/…
-
Please fill the info fields, it helps to get you faster support ;)
If you have a Guru Meditation Error, please decode it:
https://github.com/me-no-dev/EspExceptionDecoder
----------------------…
ifrew updated
4 years ago
-
Hello,
I would like to turn on/off the wifi scanning at will through a LoRaWAN command. I'm not sure if such feature is already written in the code, but if not, I was thinking in this approach (id…
-
I'm trying to use this in a project in esp-idf with ardunio-esp32 per:
https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md
This is my main.cpp file that is loaded by…
-
I am unable to get the SSD-1331 display working in HWSPI (fast) mode. I'm wondering if the SPI pins are connected the same as the default ESP-Dev-Module (WROOM-32). I'm thinking perhaps not.
I was …
-
Now have Kermit working for file transfers to and from a PC, and also for transfers between two ESP32 boards running RunCPM. There are quite a few additions to the code, particularly with adding in ha…