Social Icons

Press ESC to close

Grid

ESP32A collection of 50 posts

1 Min Read

ESP32 Interrupts

An interrupt is a mechanism that allows a microcontroller like the ESP32 to pause the execution of the current program and execute a special function (called an interrupt…

3 Min Read

Volatile Memroy

The volatile keyword in C/C++ is used to inform the compiler that a particular variable can be changed at any time by something outside the normal program flow,…

1 Min Read

Dual-Mode

Dual Mode on the ESP32 refers to the ability to operate simultaneously in both Station (STA) mode and Access Point (AP) mode. The dual mode enables the ESP32…

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…

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

/* */