Social Icons

Press ESC to close

lonelybinary

lonelybinary
1 Min Read

Code Refactoring

To avoid repeating Wi-Fi connection code, we can abstract the connection process into a separate function and save it in a separate file. On the right side of…

3 Min Read

Arduino with DHT11/22

In this guide, we will explore the DHTesp library, a powerful tool for interfacing with DHT temperature and humidity sensors in Arduino projects. The library works for Arduino,…

1 Min Read

Access Point Mode

In Access Point mode (AP), the ESP32 acts as a Wi-Fi access point, creating its own Wi-Fi network that other devices can join. This mode works similarly to…

1 Min Read

Arduino with DHT20

The DHT20 is a high-precision temperature and humidity sensor that communicates using the I2C protocol. This sensor offers improved accuracy and reliability compared to its predecessors, with a…

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…

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

/* */