espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.75k stars 7.3k forks source link

Deep-sleep high consumption (IDFGH-3987) #5869

Closed tsarquis88 closed 4 years ago

tsarquis88 commented 4 years ago

Environment

Problem Description

The consumption in deep-sleep mode is very high.

Expected Behavior

A current value of ~150uA

Actual Behavior

A current value of ~3mA

Steps to reproduce

Just testing your system/deep-sleep example.

Other items if possible

igrr commented 4 years ago

Hi @tsarquis88, ESP32 DevKit-C contains components such as USB-UART adapter which continue to draw current even when the ESP32 is in deep sleep mode. For this reason, with DevKit-C it is very hard to get accurate current measurement for the ESP32 module only.

To measure current consumption of the ESP32, suggest one of the following options:

tsarquis88 commented 4 years ago

Hello @igrr. Thank you for the quick answer.

Okay, I won't get that micro-amperage in my DevKit, but I could be sure that the deep-sleep consumption will be the correct one in a ESP32 module.