In the previous project, we discussed how to wake ESP32 using EXT0. ESP32 supports five power modes: active, modem sleep, light sleep, deep sleep, and hibernation. For battery-powered or Internet-of-Things (IoT) applications, deep sleep mode is particularly useful. In this mode, the ESP32 powers down most components, including the CPU, flash memory, Wi-Fi, Bluetooth, and…