espressif / esp-zigbee-sdk

Espressif Zigbee SDK
Apache License 2.0
164 stars 28 forks source link

Does the current esp-zigbee-sdk support low power applications for ESP32-H2? (TZ-171) #46

Closed diazmanuel closed 1 year ago

diazmanuel commented 1 year ago

So The other day I bought some esp32H2 development boards and I would like to know if the sdk is already in a version that allows working with these devices in low consumption to create end devices. that the consumption is truly what the datasheet specifies and that it allows light and deep sleep without losing the zigbee network.

Thanks

xieqinan commented 1 year ago

@diazmanuel , The low-power feature for Zigbee is currently being tested internally and is expected to be available within one month.

diazmanuel commented 1 year ago

@xieqinan okey thanks you for the quick response

joshelboy commented 1 year ago

Hi, I am also interested in this. Are there any updates/docs on this topic?

chshu commented 1 year ago

@joshelboy @diazmanuel The Zigbee sleepy device example is available here: https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_sleep/sleepy_end_device

joshelboy commented 1 year ago

@chshu Great! Needed this for my bachelor thesis, sorry for commenting this on two issues with the same question 😅