Tag: esp32 tutorials
-

Export RGB565 Images From GIMP & Display on ESP32 OLED/TFT
Did you know you can export images from the freeware Gimp photo editing package and display them on a microcontroller screen? Source code from this tutorial is further down the page. In this tutorial I demonstrate how to export then display them on a Waveshare 16 bit colour OLED display connected to an ESP32 board. […]
-

ESP32 OLED Yoda Quote Display – Learn to Code You Must
Here’s a fun little project that builds a Star Wars Yoda inspiration quotes display using an ESP32 and SSD1351 OLED. It’s really easy to replace the images if you’re not a fan of Star Wars. This is a nice little school Computer Science project or an interesting little toy for the Star Wars fan in […]
-

Display Full Color Images on an ESP32 with SSD1351 OLED
Here’s how to display full colour images on an OLED display using an ESP32 microcontroller. I’m using the amazing Waveshare 1.5 inch OLED, which offers 16 bit colour in a resolution of 128×128 pixels. Although Waveshare have their own graphics library, this tutorial uses the popular Adafruit GFX Library. The display is compatible with the […]
-

How to Receive MQTT Messages From ESP32 Sensors in C# .NET Core
In this video tutorial I demonstrate how to send MQTT messages from an ESP32 microcontroller and receive them in a C# .NET Core application. In this example I’ve used a PIR motion sensor, but it will work with any other type of sensor. MQTT works over wifi so it’s useful if you want to connect […]
-

How to Wake up an ESP32 Using a PIR Motion Sensor
Here’s how to sleep the ESP32 microcontroller then wake it up using a sensor. In this tutorial I’ve used the PIR infra red sensor, which is a commonly used motion sensor. It’s perfect for making a home security system. The source code is further down this page. Later in the video I run through some […]
-

ESP32 LED Mini Traffic Light Tutorial + Code
Here’s a quick tutorial on how to get mini LED traffic light modules working with the ESP32. These display traffic modules have built in red, yellow (orange) and green LED lights. Source Code The source code is below so just copy and paste it into the Arduino IDE. Note that if you’re using jumper cables […]
-

Connect ESP32/ESP8266 & C# .NET Core Using MQTT – Easy Tutorial
Here’s a tutorial that shows you how to quickly connect a Windows PC C# application to an ESP32, ESP32 CAM or ESP8266 microcontroller over wifi. The two connected devices will communicate with each other using the MQTT protocol. This is a lightweight Internet of Things (IoT) protocol and it’s supported by both C# and the […]
-

ESP32 CAM: How To Save Movies On An SD Card
Here’s a tutorial that shows you how to record a movie using the ESP32 CAM microcontroller module and save it onto an SD card. I’ve used the ESP32-CAM-Video-Recorder-junior example project. It records a series of short movies in .AVI format onto the ESP32 CAM’s SD card. It doesn’t need a wifi connection so you can […]
-

ESP32 CAM For Long Duration Time Lapse Photography
Here’s a quick tutorial on how to save a series of still images from the ESP32 CAM microcontroller module onto an SD card, sleeping the device between shots and remembering the frame number. This video is especially useful if you want to make long duration timelapse movies. The easiest method of achieving this is by […]
-

How to Make a Doll with Hidden Spycam!
Here’s a fun little project I made with a very expensive doll and a couple of very cheap electronics components. In this tutorial I actually place the camera inside of a doll’s head, but you could just use this tutorial to place the webcam anywhere you like. To build this hidden spycam you will need […]