What is the power consumption in ESP32 development board in deep sleep and hibernation ?
Actually that is not quite correct. See:
https://diyi0t.com/esp32-tutorial-what-do-you-have-to-know-about-the-esp32-microcontroller/#:~:text=The%20RTC%20timer%20or%20the%20RTC%20GPIOs%20can,download%20the%20last%20version%20of%20the%20official%20website.
https://lastminuteengineers.com/esp32-sleep-modes-power-consumption/
Hi.
I don’t have data about that.
But, Hibernation mode consumes less than deep sleep. See this table:
You can also take a look at the datasheet to compare power comsumption of different sleep modes:https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf
However, take into account that the values you’ll find are for the bare chip. When using a development board you’ll always have higher power consumption.
Regards,
Sara