Home / Projects / ESP32 Projects

ESP32 Projects

ESP32 Solenoid Lock Controller

ESP32 Solenoid Lock

A solenoid lock is an electric actuator that converts electrical signals to motion. It is commonly found in electronically controlled doors and drawers. Using the solenoid lock with a microcontroller is easy and, if you’re a beginner, this project is just for you.

Read More »

Working with ESP32, GPS and Google Maps

ESP32 NEO6M-GPS wiring

When working with IoT, it’s often necessary to track a device’s location for monitoring. Global Positioning Service (GPS) remains the number 1 option for large-area tracking. This project will show you how you can use a GPS with an ESP32 and have the location plotted on Google Maps.

Read More »

ESP32 Magnetometer using HMC5883L

HMC5883L Breakout Board

For this article, I will show you how to use an ESP32 microcontroller as a magnetometer – a device that measures the direction and strength of a nearby magnet. In the absence of a nearby magnet, the device detects the Earth’s magnetic field. Hence, a compass is a type of …

Read More »