Light sleep current consumption
Posted: Wed Aug 02, 2017 6:24 pm
I'm troubleshooting some power problems, and have a few questions.
Table 6 of the June 28 ESP_WROOM-32 Datasheet indicates the module consumes 0.8mA in light sleep mode. What system (hw/fw) configuration did the Espressif team use to obtain the 0.8mA measurement ?
What are other people seeing for the wroom32 light sleep current ?
The board I'm using consumes about 35mA during light sleep, and 500uA during deep sleep.
I'm running the v2.1/rc1 code. I added a vxTaskDelay(1000*configTickRateHZ) into the deep sleep example code, and the current does decrease fom ~50mA to 35mA during this delay (which should trigger light sleep), but I expected a much lower current.
Thanks!
Table 6 of the June 28 ESP_WROOM-32 Datasheet indicates the module consumes 0.8mA in light sleep mode. What system (hw/fw) configuration did the Espressif team use to obtain the 0.8mA measurement ?
What are other people seeing for the wroom32 light sleep current ?
The board I'm using consumes about 35mA during light sleep, and 500uA during deep sleep.
I'm running the v2.1/rc1 code. I added a vxTaskDelay(1000*configTickRateHZ) into the deep sleep example code, and the current does decrease fom ~50mA to 35mA during this delay (which should trigger light sleep), but I expected a much lower current.
Thanks!