Deep sleep current on WROOM-32D
Posted: Wed Aug 22, 2018 3:19 pm
Hi all,
I'm evaluating moving an esp32 design to the esp32d, and have a WROOM32D module and wired up power and a serial connector for programming to it to verify the quiescent current consumption. I'm running the deep sleep example in a clean clone of the esp-idf from 8/21/18. Since I don't have a button wired to the board, I commented out the pin wakeup lines in the deep sleep example (lines 140-147).
When I run the example, I get a quiescent current that varies between 50-500 microamps, more than the spec of 5uA. When I run this example on an ESP32, I do get the 5 uA measurement.
Details:
- ESP-WROOM-32D module with 16 MB flash, silk on back of module says ESP32-WROOM-32D_v2_2
- Hand wired 10uF cap from 3.3V to gnd, 10k pullup on EN and BOOT0
- esp-idf from 8/21, SHA 020ade652d9b6b0b87b0bebe176a150cc4407749
- examples/system/deep_sleep, make menuconfig to disable touch wakeup and temperature monitoring
Any ideas as to why the WROOM-32D module has high current measurements with the deep_sleep example? Has anyone seen good deep sleep current performance from the ESP32D?
Thanks!
Morgan
I'm evaluating moving an esp32 design to the esp32d, and have a WROOM32D module and wired up power and a serial connector for programming to it to verify the quiescent current consumption. I'm running the deep sleep example in a clean clone of the esp-idf from 8/21/18. Since I don't have a button wired to the board, I commented out the pin wakeup lines in the deep sleep example (lines 140-147).
When I run the example, I get a quiescent current that varies between 50-500 microamps, more than the spec of 5uA. When I run this example on an ESP32, I do get the 5 uA measurement.
Details:
- ESP-WROOM-32D module with 16 MB flash, silk on back of module says ESP32-WROOM-32D_v2_2
- Hand wired 10uF cap from 3.3V to gnd, 10k pullup on EN and BOOT0
- esp-idf from 8/21, SHA 020ade652d9b6b0b87b0bebe176a150cc4407749
- examples/system/deep_sleep, make menuconfig to disable touch wakeup and temperature monitoring
Any ideas as to why the WROOM-32D module has high current measurements with the deep_sleep example? Has anyone seen good deep sleep current performance from the ESP32D?
Thanks!
Morgan