Page 1 of 1

Sleep modes and Wi-Fi

Posted: Mon Jan 21, 2019 9:14 am
by balix53
Hello,

I would like to know more about the sleep modes and Wi-Fi with the ESP32 regarding this section in the documentation and the section "3.7 RTC and Low-Power Management" of the datasheet.

I need to maintain the connection to the Wi-Fi access point, as said in the documentation I can enable automatic light-sleep feature. But does it prevent my application to ever enter in deep-sleep mode ? The light-sleep mode consumes a bit much for my needs and it will be useful if there was a way to maintain the connection in deep-sleep.

Thanks.

Re: Sleep modes and Wi-Fi

Posted: Tue Jan 22, 2019 1:38 am
by ESP_Sprite
Light sleep does not prevent deep sleep. Deep sleep is something you go into on command. However, there's no way for deep sleep mode to keep the WiFi connection, as both the CPU as well as the WiFi hardware are powered off.

Re: Sleep modes and Wi-Fi

Posted: Wed Jan 30, 2019 9:21 am
by balix53
Thanks. I also found in the forums a really interesting document about low power solutions : https://www.espressif.com/sites/default ... s_en_0.pdf

But it's only for the ESP8266, is there any other one for the ESP32 ? I couldn't find it.