-
Playback ends immediately, as in Serial.printf("MP3 done\n"); executes right away. Here is the code that I have
#include
#if defined(ARDUINO_ARCH_RP2040)
void setup() {}
void loop() {}
#else…
-
I get the following compilation error:
```
undefined reference to `ArtnetnodeWifi::sendDMX()'
collect2: error: ld returned 1 exit status
```
Declared:
https://github.com/rstephan/ArtnetnodeW…
-
## Environment
- Development Kit: Wrover
- Module or chip used: ESP32-WROVER
- IDF version: f49e2afe946f414e1a9f2d7426af6665eab3731b
- Build System: make
- Compiler version:
- Operatin…
-
I'm trying to use rshell with my esp32, loaded with MicroPython_ESP32_psRAM_LoBo.
Mounting the SDCard works fine:
```
rshell -p /dev/ttyS12 -b 115200 -n
Using buffer-size of 32
Connecting to /dev…
-
Hello,
If i try to Upload to SPIFFS i get error. And after Debugging your Code i found:
1. You should print out the path before you stop
case "esp32": {
const esp32Path = pa…
-
**Describe the bug**
In multi-AP setups (same SSIDs and Passphrases for all APs), OMG seems to stick to an AP and won't connect to another one if it turns off
**To Reproduce**
Steps to reproduce …
-
@edumeneses
Would it be possible to have a public method for saving variables to the esp32 spiffs filesystem? It would be nice for saving calibration variables that might update during runtime and n…
-
Hi there, I'm trying this library with an ESP32 DEVKIT C, I have managed to upload both main app and data folder, for the data folder I had to change the python script from
`env.Replace( MKFSTOOL=env…
-
May please publish
arduino-esp32c3fs-plugin
-
### Board
ESP32 38 pines NODE MCU
### Device Description
I'm developing a project of telemetry using esp-32. I put the codes with the libraries and when i pressed the "ESP-IDF: Build `Project" loo…