Deep sleep power consumption increased after ESP-IDF update
Posted: Wed Jun 18, 2025 3:15 pm
After upgrading the ESP-IDF from the v5.0 branch to v5.1 the power consumption of our devices in deep sleep went from ~20 µA to ~131 µA.
Does anyone have pointers on what has changed, or what we could investigate to find the reason for this change?
thanks.
Edit: it looks like adding an external trigger on GPIO1 is the reason. In the old ESP-IDF the voltage on the pin is 0V, on the new one it is 0.79V. Since that pin is connected to a pull-down resistor, that explains the additional power consumption.
I will look into external triggers now, but if anyone has an idea of what changed here, please let me know.
Does anyone have pointers on what has changed, or what we could investigate to find the reason for this change?
thanks.
Edit: it looks like adding an external trigger on GPIO1 is the reason. In the old ESP-IDF the voltage on the pin is 0V, on the new one it is 0.79V. Since that pin is connected to a pull-down resistor, that explains the additional power consumption.
I will look into external triggers now, but if anyone has an idea of what changed here, please let me know.