ESP32: WS2812B Addressable RGB LEDs (Neopixels) – Arduino IDE
This guide shows how to control WS2812B addressable RGB LEDs (also known as Neopixels) with the ESP32 using Arduino IDE. You’ll learn how to wire the WS2812B LEDs to the …
This guide shows how to control WS2812B addressable RGB LEDs (also known as Neopixels) with the ESP32 using Arduino IDE. You’ll learn how to wire the WS2812B LEDs to the …
Learn how to create an ESP32 Web Server that uses ESP-NOW to control the GPIOs of multiple ESP32 boards. The web server acts like a remote control to send ESP-NOW …
In this tutorial, you’ll create an ESP32 internet-connected digital clock that you can adjust for your timezone, and that automatically handles daylight saving time. The ESP32 gets the current time …
In this project, we’ll show you how to use Web Bluetooth (Web BLE) with the ESP32 to display live sensor data on a browser while you’re connected to your ESP32 …
Learn how to use ESP-NOW with the ESP32 CYD Board (Cheap Yellow Display) to control the GPIOs of multiple ESP32 boards. The CYD board acts like a remote control to …
Learn how to send emails with the ESP32 using an SMTP Server. We’ll show you how to send a simple email with HTML or raw text and how to send …
Learn how to create an ESP32 web server that displays charts with data loaded from a .csv file saved on a microSD card. In this project, we’ll build an ESP32 …
Learn how to play .mp3 or .wav audio files stored on microSD card using an ESP32. We’ll be using the YX5300 / YX6300 Serial MP3 Music Player Module wired to …
In this project, we’ll build a web server with the ESP32 that allows you to control an LED by scheduling a timer with an ON/OFF action for any period duration …
In this guide, we’ll show you how to use the display, touchscreen, and microSD card all at once with the ESP32 CYD (Cheap Yellow Display) board. We’ll build a simple …
In this project, we’ll display the current temperature for your city (or any city of your choice) on the TM1637 7-segment display. To get the temperature, we’ll make HTTP requests …
Getting started with the ESP32 and looking for easy projects to build while learning the fundamentals? You’re in the right place. In this article, we’ve compiled 10 easy ESP32 projects …
This is a guide on how to interface the YX5300 / YX6300 Serial MP3 Music Player Module with the ESP32 programmed with Arduino IDE. You’ll learn how to wire the …
There is a wide variety of sensors, modules, and peripherals compatible with the ESP32 boards. We have tutorials for the most popular components. This article is a compilation of 36 …