Home / Projects

Projects

ESP32 NEO6M-GPS wiring

Working with ESP32, GPS and Google Maps

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 »
ultrasonic door lock wiring diagram

Ultrasonic Door Lock with WiFi Control

For this project, I am using an HC-SR04 ultrasonic sensor for opening a solenoid door lock. Basically, the ultrasonic sensor acts as a proximity detector. A solenoid lock triggers when an object blocks the sensor at a given distance. In addition, a web app can act as WiFi remote control …

Read More »
Arduino clap switch for RGB

Clap Switch for RGB LEDs using Arduino

Introduction This week’s Arduino project is a classic one and ideal for beginners. Here I will be showing how to build a simple clap switch for a RGB LED strip. Basically, a microphone captures the sound of the clap and converts it to a voltage. The Arduino processes that voltage …

Read More »