Social Icons

Press ESC to close

Grid

ESP32A collection of 50 posts

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…

1 Min Read

MultiWiFi

MultiWifi is a feature or technique used to allow the ESP32 to connect to multiple Wi-Fi networks. The idea is that the device can automatically switch between available…

1 Min Read

Useful Wifi Code

Here’s an example of how to manually set up the ESP32 in STA (Station) mode, configure a static IP address, gateway, and DNS, and then print out all…

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

/* */