light sleep problem
Posted: Wed Sep 08, 2021 8:15 pm
Hi,
I am trying to make esp32 enter light sleep mode.
After I set up light sleep, I saw 45 mA current consumption. But in the datasheet, it should be 0.8mA.
Following is the code.
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *uS_TO_S_FACTOR);
esp_light_sleep_start();
My suspect ion is WiFi or Bluetooth still working.
Can you tell me how to turn it off and why power consumption is 45mA;
Best,
Guangzong
I am trying to make esp32 enter light sleep mode.
After I set up light sleep, I saw 45 mA current consumption. But in the datasheet, it should be 0.8mA.
Following is the code.
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP *uS_TO_S_FACTOR);
esp_light_sleep_start();
My suspect ion is WiFi or Bluetooth still working.
Can you tell me how to turn it off and why power consumption is 45mA;
Best,
Guangzong