ESP32: Wake-Up From Deep Sleep using External Alarms (DS3231 RTC)
In this tutorial, you’ll learn how to wake up the ESP32 from deep sleep using an external scheduled alarm. The DS3231 RTC module will trigger an alarm at a specified …
In this tutorial, you’ll learn how to wake up the ESP32 from deep sleep using an external scheduled alarm. The DS3231 RTC module will trigger an alarm at a specified …
This tutorial is a getting-started guide for the DS3231 Real Time Clock Module with the ESP32. The DS3231 RTC module is a great module for accurate timekeeping, it also allows …
In this guide, you’ll learn how to display temperature from the BME280 sensor on an ESP32 and a TFT display using LVGL (Light Versatile Graphics Library). You’ll learn how to …
In this guide, you’ll learn how to display temperature from the BME280 sensor on an ESP32 Cheap Yellow Display (CYD) using LVGL (Light Versatile Graphics Library). You’ll learn how to …
Get started with the ESP32 and the T-A7670G 4G/GPS/GPRS module. Throughout this guide, we’ll use the LILYGO TTGO T-A7670G ESP32 board that combines the ESP32 chip, the A7670G (or A7670E, …
In this project, you’ll build an RFID user management system with a web server that runs on an ESP32. The ESP32 board is connected to an MFRC522 RFID reader and …
Learn how to use the DS1307 Real Time Clock Module with the ESP32. We’ll cover how to set and read the time. You’ll learn to synchronize the time with the …
Learn how to interface the MFRC522 RFID reader module with the ESP32 board. You’ll learn how to get raw RFID data, get the RFID card UID, and add personal data …
This tutorial shows how to do OTA (over-the-air) updates to your ESP32 boards using the ElegantOTA library (V3 version) with Arduino IDE. This library sets up a web server that …
In this guide, you’ll learn how to turn your ESP32 and a TFT display into a GPS reader that displays the current location, altitude, speed, date, and time using LVGL …
In this project, you’ll learn how to turn your ESP32 Cheap Yellow Display (CYD) board into a GPS reader that displays the current location, altitude, speed, date, and time using …
In this guide, you’ll learn how to interface an anemometer with the ESP32 to measure wind speed. We’ll cover how to power and connect the sensor to the ESP32 board, …
This is a simple guide about UART serial communication protocol with the ESP32 using Arduino IDE. We’ll take a look at the basics of UART, default and custom UART pins, …
In this guide, you’ll learn how to create a responsive table using LVGL with an ESP32 and a TFT display. We’ll display temperature, humidity, and pressure from the BME280 sensor, …