High Current Draw | Deep Sleep with External Wakeup (ext0)
Posted: Fri Apr 07, 2023 2:01 pm
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;
When the function is called, it is drawing around 1.7mA in a deep sleep; when I comment out that line of code, it draws 200uA (which is ok as this is a custom PCB).
I am using a module for my design, the ESP32-S3-WROOM-1-N8R8.
Does anybody know why this might be so I can hone in on fixing it?
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);
I am using a module for my design, the ESP32-S3-WROOM-1-N8R8.
Does anybody know why this might be so I can hone in on fixing it?