Closed
Description
Related area
Zigbee
Hardware specification
ESP32-C6
Is your feature request related to a problem?
We currently lack an example of working sleepy end device.
Describe the solution you'd like
We should have a working example, I did try to make it by myself, however I don't ever receive "ESP_ZB_COMMON_SIGNAL_CAN_SLEEP", also, I can't configure PM cause it causes a crash. Reference project: https://github.com/espressif/esp-zigbee-sdk/tree/main/examples/esp_zigbee_sleep/light_sleep
EDIT:
I actually receive the signal, however current consumption keeps super high even when I call esp_zb_sleep_now()
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
- I confirm I have checked existing list of Feature requests and Contribution Guide.