-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zigbee Implementation: Deep Sleep example #10405
Comments
Hi @HiFiJ, I will get to add more stuff to Zigbee library later as now I have different important tasks. So I will link this feature request to the original issue of Zigbee library support, and once I get to the Zigbee library again, I will investigate this :) |
There are by the way already Zigbee examples of "deep sleep" and "light sleep" (standby) modes for sleepy Zigbee End Device in the esp32-zigbee-sdk repository which could probably used by this new API(?). See: PS: I recently also read that Arduino has released an open-source Arduino Power Management library for Arduino Pro that could maybe be ported to arduino-esp32 for ESP32? It includes battery management and charger manager + sleep and standby mode: More on that new Arduino PowerManagement library here: |
I was investigating this and we don't have Power Management or ULP Core enabled in the sdkconfig we use to build the libs. |
Thanks very much for taking a closer look! |
I will be doing some testing in upcoming days to see what we can do with power consumption for Zigbee. The deep_sleep may be possible without a need of changing the core libs configuration. Will keep you updated :) |
Hi, Thanks again! Best regards, Joost |
Related area
Zigbee
Hardware specification
ESP32-C6
Is your feature request related to a problem?
Hi,
thanks for the tremendous and fast implementation and merge of the Zigbee library!
I am wondering if there is already an easy way at this point to set up a battery powered ESP32(-C6) endpoint utilising deep sleep?
Or are there higher obstacles to pass to realize deep sleep/short wake up times for e.g. sending sensor readings?
Thanks again very much, best regards,
Joost
Describe the solution you'd like
Perhaps one of the examples could be enhanced slightly to include deep sleep with periodic wake up.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: