ESP32-CAM QR Code Reader User Management System (Web Server)
In this project, you’ll build a QR code user management system with a web server that runs on an ESP32-CAM. The ESP32-CAM is constantly using its camera to scan for …
In this project, you’ll build a QR code user management system with a web server that runs on an ESP32-CAM. The ESP32-CAM is constantly using its camera to scan for …
Learn how to send an email alert with the ESP32 based on a temperature threshold. The ESP32 also hosts a Web Server that shows the latest sensor readings and input …
Learn to interface the NEO-M8N GPS Module with the ESP32 programmed with Arduino IDE to get GPS data: latitude, longitude, altitude, UTC time, number of visible satellites, and more. Finally, …
Learn how to interface the DS3231 Real Time Clock Module with the ESP8266 to get time and set alarms. The DS3231 RTC module is a great module for accurate timekeeping, …
Learn how to build a QR code reader/scanner with the ESP32-CAM board programmed with Arduino IDE. The ESP32-CAM is constantly using its camera to scan for new QR codes using …
Learn how to use the DS3231 Real Time Clock module with the Arduino board. The DS3231 RTC module is useful for accurate timekeeping, it also allows you to set alarms, …
Light Sleep is one of the power-saving modes supported by the ESP32. In this guide, we’ll look at how to implement the Light Sleep mode with the ESP32 and the …
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 interface the Arduino board with NEO-M8N GPS module. You’ll learn how to connect the module to the board and how to program it …
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, …
Getting started guide for the NEO-M8N GPS Module with the Raspberry Pi Pico. Learn how to interface the module with the Pico board and get data about location and time. …
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 ESP8266. We’ll cover how to set and read the time. You’ll learn to synchronize the time with the …