Search found 6 matches
- Mon Feb 23, 2026 8:48 am
- Forum: General Discussion
- Topic: Create nvs in advance
- Replies: 1
- Views: 70
Create nvs in advance
For some projects it want to pre-create the content of the NVS partition before starting the code for the first time. Therefore i added a nvs.csv file to the project-root. I've read about how to convert this to a binary partition and flash only this partition, but the steps are complex to figure out ...
- Mon Feb 09, 2026 7:21 am
- Forum: ESP-IDF
- Topic: BREAK-Detection using UART for LIN-Bus
- Replies: 0
- Views: 205
BREAK-Detection using UART for LIN-Bus
Hello, i'm trying to use UART of my ESP32-S3 die sniff packets on a LIN Bus. Therefore i connected a Transceiver to GPIO4 and use this as RX-Pin for UART_NUM_1 to receive data.
LIN has that special BREAK signal (13 Low-Bits) which usually bringts UART into trouble. But i've read that ESP UART has a ...
LIN has that special BREAK signal (13 Low-Bits) which usually bringts UART into trouble. But i've read that ESP UART has a ...
- Sun Dec 28, 2025 1:19 pm
- Forum: ESP-IDF
- Topic: How to reconnect to idf_monitor.py after sleep?
- Replies: 1
- Views: 800
How to reconnect to idf_monitor.py after sleep?
I use VS Code together with ESP-IDF 5.5 and ESP VS-Extension to program an ESP32-H2. I use esp_light_sleep_start() to save power in inactive states. When the ESP is sent to sleep, the USB-CDC connection to idf_monitor.py get's lost, which is pretty understandable, because the USB port is powered ...
- Sat Dec 06, 2025 8:04 pm
- Forum: General Discussion
- Topic: Newbee questions to start using ESP-IDF for Zigbee
- Replies: 2
- Views: 3746
Newbee questions to start using ESP-IDF for Zigbee
Hi! I've started coding using VS Code with Espressif-IDF (5.5) SDK and want to write firmwares for ESP32-H2 based Zigbee End Devices (ZED). I have a Zigbee mesh at home (Home Assistant, using Z2M).
Can somebody lead me through the necessary steps? I've read fragments about clusters and endpoint etc ...
Can somebody lead me through the necessary steps? I've read fragments about clusters and endpoint etc ...
- Sat Nov 22, 2025 9:16 am
- Forum: ESP-IDF
- Topic: How to fix Zigbee Device-ID?
- Replies: 1
- Views: 1067
How to fix Zigbee Device-ID?
Everytime i reflash my Zigbee node project onto my ESP32-H2 it is seen with a different Zigbee IEEE device-ID (dynamically created?) like "0x714dbdfffe65a69d". How can i set a fix ID so it is always seen as the same device?
- Fri Oct 19, 2018 9:23 am
- Forum: General Discussion
- Topic: Wakeup-over-Wifi possible?
- Replies: 1
- Views: 2649
Wakeup-over-Wifi possible?
I'm wondering if there is a way to set an ESP into deepsleep, so it draws as less power as possible and wake it up by sending a special unicast signal to it? I'm thinking of something like an SSID beacon which is only broadcasted if the ESP should wakeup, connect, exchange some data and goes back to ...