
How to use ESP32 with I2C 16×2 LCD
For this project we will be using a ESP32 with 16×2 I2C LCD display, but LCDs with other sizes should also work. The advantage of using an I2C LCD is that the wiring is really simple. You just need to…

For this project we will be using a ESP32 with 16×2 I2C LCD display, but LCDs with other sizes should also work. The advantage of using an I2C LCD is that the wiring is really simple. You just need to…
This is in continuation to my earlier post on ESP32 Digital Clock using TM1637. Here we will see on how to build ESP32 Weather Clock with TM1637 Display using Weather API. We will use weather API to get local temperature…
In this post we will Learn how to build a real-time ESP32 digital clock using a TM1637 4-digit display and NTP time sync. This tutorial covers complete wiring, Arduino code, WiFi setup, and troubleshooting common issues like ESP32 reset and…

What is an ESP32? The ESP32 is a series of chip microcontrollers developed by Espressif. It is a low cost which makes it easily accessible to the general public. The ESP32 consumes very little power compared with other microcontrollers, and…