-
### 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…
-
Tools used:
VSCode: ESP-IDF extension
Compiling the code for either esp32-c3 or esp32-c6 results in:
> /home/lawrence/esp-hosted/esp_hosted_fg/esp/esp_driver/network_adapter/main/slave_control.c
…
-
### 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…
-
Hi there,
I've got the generic_switch project running on an ESP Thread Border Router board.
I've added Border Router functionality, and I can use the matter cli to configure OpenThread on the esp…
FHFS updated
8 months ago
-
I am using `esp-zigbee-gateway` example on the ESP32C6.
I added some communications after the end device association: ask active endpoints list, ask simple descriptor on each endpoint.
After that, …
-
Hi,
I followed the esp-rs build instructions and have installed the necessary dependencies on a fresh Ubuntu 22.04 LTS install. The build for esp-idf-sys fails with...
```
-- Checking Python …
-
Hi There
The ./build.sh script ends with:
> fatal: ref HEAD is not a symbolic ref
> usage: gen_platformio_manifest.py [-h] -o DST_DIR -s VERSION_STRING -c COMMIT_HASH
> gen_platformio_manifest.p…
-
### 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've just uploaded the [latest GH Actions build](https://github.com/letscontrolit/ESPEasy/actions/runs/7870689803) to the [web flasher](https://td-er.nl/ESPEasy/latest/)
So I would like to summon …
TD-er updated
9 months ago
-
Thanks for this great library. Among all those on the internet, it was the first one which immediately worked for me on an ESP32C6.
Since all examples are using polling to scan the button state, I …