Regarding power save configurations of ESP32-C6. #9789
Closed
Lalit2612
started this conversation in
Question - Community Help
Replies: 1 comment 3 replies
-
Hi @Lalit2612 . It seems you are looking for ESP-IDF and not Arduino? https://github.com/espressif/esp-idf |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,

I need to run power save example on ESP32-C6-DevKitC-1 board (with ESP32-C6-WROOM-1) in the light sleep mode. Can someone help me out with the memory configuration, clock configuration and peripheral configuration details while in sleep? In the datasheet, for the light sleep mode there are two configurations as follows:
The second option shows that the peripherals are shut down. How to ensure that peripherals are shut down? Also, the documentation states that the SPI flash is not shut down by default in light sleep mode. How to power it down for minimal power consumption?
I am using Espressif IDE and SDK v5.2.1.
Thanks in advance,
Lalit.
Beta Was this translation helpful? Give feedback.
All reactions