-
Arduino IDE 2.3.2, Libraries: AsyncTCP (by dvarrel) v1.1.1, ESP Async Webserver (by Me-No-Dev) v1.2.4, ESP32S2 in FDU mode, Additional boards manager URL: https://raw.githubusercontent.com/espressif/a…
-
There have been many comments and posts relating to `OSError: Camera Init Failed` error when trying to initialize the camera. I have reviewed every post, which the most recent was over a half a year a…
-
**When compiling using Arduino IDE 2.3.3, the following errors are returned by the compiler:**
Any assistance appreciated.
In file included from C:\Users\Mike\AppData\Local\Arduino15\packages\esp3…
-
### Describe the bug
MQTT says all of my espresense nodes are offline this is a recent occurance. They have all been working for over a year. No data is cominng via mqtt. I've used both mqtt explor…
-
Hello,
I'm using huge partition csv:
Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
spiffs, dat…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
This code used to work:
FsFile download = SD.open("/" + filename);
if (download) {
server.sendHeader("Content-Type", "text/text");
server.sendHeader("Content-Disposition", "attachment; f…
-
### Board
ESP32-WROOM-32 on Wemos D1 R32
### Device Description
NIL
### Hardware Configuration
NIL
### Version
v3.0.4
### IDE Name
Arduino IDE 2.3.3
### Operating System
Ubuntu 22.04
### F…
-
## Bug report
**Problem**
I get the error "Unknown command in packet received: 31202" when running the ledstrip example with the python audioserver.py sample script. After that the connect…
-
I've done several tests on multiple ESP32 boards with LAN8720 (integrated and external also)- ESPIDF 3.3 and MicroPython 1.13:
On ESP32-WROVER with 4MB PSRAM:
-WiFi STA only: works OK
-LAN8720 on…