Content for ESP32

One POV Display to Rule Them All!

“I really like POV (persistence of vision) displays! They are not only interesting to look at but also a big challenge to develop them. It’s a really interdisciplinary task. You need a lot of skills: mechanical, electronic, programming and …

Video Streaming Server on ESP32-CAM

“In this tutorial, I’ll show that how can we make an ESP32-CAM based video server which can be hosted on a local server. This project is sponsored by LCSC. I have been using electronic components from LCSC.com …

Project  Faster ESP32

Faster ESP32

“There are two ways to make the ESP32 GPIO stay at 0 or 1. You can call the #digitalwrite function, or you can go straight to the recorder. Im showing the second option today: how to go straight to the …

What If Your Link Crashes?

“In this video, we will create a link drop sensor with an ESP32 and a SIM800. This means that with this project, we can verify the connection to the internet, and in the event of a connection failure, call a …

XY Drawing Robot

“Today Im discussing a mechatronics project. This project is actually a derivation of a video I’ve already posted here: ROUTER AND PLOTTER WIFI WITH WEBSERVER IN ESP32. I advise you to watch this one first, as it explains how …

Simple Multi-tasking in Arduino on Any Board

“The instructable describes how to run multiple tasks on your Arduino without using an RTOS. Your ‘tasks’ are just normal methods, called directly from the loop() method. Each ‘task’ is given a chance to run each loop. You can either …

ESP32-CAM PIR Motion Detector with Photo Capture

“In this project, we’re going to make a motion sensor detector with photo capture using an ESP32-CAM. When your PIR sensor detects motion, it wakes up, takes a photo and saves it in the microSD card. This project …

500 LEDs Wall With ESP32

“Hi everyone! By the end of this tutorial you will know how to create your own LED wall. This tutorial is based on a summer program offered at Sacred Heart University. Have fun!”

DIY Home Energy Monitor: ESP32 + CT Sensors + Emonlib

“One day I was wondering: how much electricity is flowing through my apartment right now? Looking online I found various sensor devices like Smappee and Sense, but those are relatively expensive and even require a subscription. So I decided to …

ESP32 Robot Using Servos

“I have been experimenting using different ESP32 development boards, recently I ordered of the TTGO T-Beam variety which come with a Battery socket to add your own 18650 Lipo, this really takes some of the power regulation complexity out of …