-
When I tried to compile according to the tutorial, the compiler prompted that STATIC was unknown. After trying to change it to lowercase, although there were warnings, it was able to be edited, but ul…
-
If the labels for mode select aren't set correctly you get an obscure error.... This is because I altered the ep order and now the ep in flash on mode select doesn't match my actual ep. This scheme of…
-
when you have a large amount of variables in the settings.json (more than about 7-8), the ESP32S3 crashes when saving variables through the webpage. Error indicates its something to do with the ```set…
-
### 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…
-
I am looking for a library exactly like this, but designed for the ESP-IDF.
Any hints?
Or is it worth to port it back to the ESP-IDF?
-
Good starting reference.
https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
-
### The problem
starting a few days ago all my ESP32 S2 mini boards that ran correctly now have issues with any i2c device attached they can be seen but will not communicate but on my ESP32 S3 I do n…
-
### Answers checklist.
- [X] I have read the documentation [ESP Zigbee SDK Programming Guide](https://docs.espressif.com/projects/esp-zigbee-sdk) and tried the [debugging tips](https://docs.espressif…
-
**Problem**
I have tried to index an example project (uart_echo_rs485) without success. Here are the steps to reproduce (${IDF_PATH} is where the release/v4.3 have been cloned and installed):
```
…
grobx updated
2 weeks ago
-
### The problem
Impossible to launch the build using the ADC component on an ESP32-C6. The exact same pin using a digital read is compiled, but using the ADC module I get the error as displayed in th…