ESP32 power saving options, modem sleep/slowing cpu. #10861
Unanswered
ThinkTransit
asked this question in
ESP32
Replies: 2 comments 1 reply
-
https://micropython-tve.readthedocs.io/en/esp32-low-power/library/esp32-lowpower.html says you can drop the CPU frequency to 20MHz. Maybe listen_interval is interesting. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is a patch request - #8993 - to enable the WIFI power save option on ESP32. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This was raised on discord a while ago by somebody else, bringing it here for more exposure.
How do you implement modem sleep on the esp32 chips and is it possible to also slow down the cpu without breaking micropython to achieve the following ~2-4ma power consumption?
If nothing has been done in this space I might try and give it a go.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions