ESP32 with MFRC522 RFID Reader/Writer (Arduino IDE)
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 …
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, …
In this guide, you’ll learn how to create a responsive table using LVGL. We’ll display temperature, humidity, and pressure from the BME280 sensor, and luminosity from the LDR on the …
This article is a complete guide for the ESP32 deep sleep mode with Arduino IDE. We’ll show you how to put the ESP32 into deep sleep and take a look at different modes to wake it up: timer wake up, touch wake up, and external wake up.
This article shows how to put the ESP32 in deep sleep mode and wake it with an external wake up like a button press. We’ll cover how to use ext0 and ext1 methods.
This guide shows how to wake up the ESP32 from deep sleep using the touch-sensitive pins. The ESP32 will be programmed using Arduino IDE. Updated 8 October 2024. The ESP32 …
This tutorial shows how to put the ESP32 in deep sleep mode and wake it up with a timer after a predetermined amount of time. The ESP32 will be programmed …
The ESP32-S3 DevKitC is one of the most popular development boards with the ESP32-S3 chip. This chip comes with 45 pins and has a different pinout than the boards with …
In this project, you’ll learn how to build an ESP32 Wi-Fi remote controlled car robot step by step. You’ll control the robot using a web server to make the robot …