Search found 1 match

by tooyipjee
Fri Apr 07, 2023 2:01 pm
Forum: ESP-IDF
Topic: High Current Draw | Deep Sleep with External Wakeup (ext0)
Replies: 2
Views: 1625

High Current Draw | Deep Sleep with External Wakeup (ext0)

Hi, I am encountering an issue with a high deep sleep current draw. My application wakes up when a GPIO interrupts it; therefore, I am calling this function; esp_sleep_enable_ext0_wakeup(GPIO_NUM_2,1); When the function is called, it is drawing around 1.7mA in a deep sleep; when I comment out that l...