Social Icons

Press ESC to close

Deep SleepA collection of 9 posts

1 Min Read

Deep Sleep Mode

The ESP32 has multiple power-saving modes, and deep sleep is one of the most effective for reducing power consumption. In deep sleep, most of the chip’s components, including…

1 Min Read

Hibernation Mode

Hibernation mode is the lowest power state available on the ESP32. It is similar to deep sleep but with even lower power consumption, making it ideal for ultra-low-power…

2 Min Read

ULP Wake-Up

The ULP (Ultra-Low-Power Coprocessor) coprocessor is a specialized processor built into the ESP32 to handle tasks while the main CPU is in deep sleep or hibernation. The main…

1 Min Read

Memory in Deep Sleep

RTC (Real-Time Clock) memory is a small portion of memory in the ESP32 that remains powered during deep sleep. It allows data retention while keeping power consumption low….

1 Min Read

Memory in Hibernation

RTC memory cannot be used in Hibernation Mode, but data can be saved persistently using flash storage. Which One to Use? Feature RTC Memory (RTC_DATA_ATTR) Preferences (NVS) Retained…

2 Min Read

RTC GPIO

The RTC GPIOs are part of the RTC (Real-Time Clock) controller and remain active even when the main CPU is in deep sleep. This allows you to keep…

Join to our community 👋

Unlock full access to TinkerBlock and see the entire library of paid-members only posts.

Subscribe to our Newsletter, cancel at anytime.

Join Now

/* */