In this project, we'll build a fun "Tug of War" game using an Arduino, a LED bar graph display, and buttons. The game mimics a classic tug-of-war, where two players compete to press their button rapidly to pull the "rope" (represented by a LED) to their side.
Read More »Building a Web-Based Fire Alarm Using ESP32, Flame and Smoke Sensors, and Arduino Cloud
In this tutorial, we will build a web-based fire alarm system using an ESP32 microcontroller, a flame sensor, a smoke sensor, and Arduino Cloud. This project will provide real-time alerts and allow you to monitor fire-related events remotely via a web interface.
Read More »ESP8266 IoT Gas Leak Sensor with Arduino Cloud
In this project, we’ll use the ESP8266 to connect an MQ-135 gas sensor to the Arduino IoT Cloud. This setup will enable you to detect air quality changes and potentially dangerous gas levels, which you can monitor from anywhere in real time through the Arduino Cloud.
Read More »How to Auto Hide Windows Apps Using Raspberry Pi Pico
In this project, I will show you how to automatically switch between tabs or hide applications on a Windows computer using a Raspberry Pi Pico and a proximity sensor. By detecting the presence of a person in front of the sensor, we will trigger events in a C# application that …
Read More »Arduino Parking Sensor Project
Parking in tight spaces can be challenging, especially with limited visibility. To help avoid collisions with obstacles, this project will show you how to build an Arduino Parking Sensor using an ultrasonic sensor and a buzzer. The ultrasonic sensor detects the distance to an obstacle, and the buzzer produces warning …
Read More »Arduino Flappy Bird Dot Matrix Project
Start your DIY gaming experience with this "Arduino Flappy Bird Project with Dot Matrix." This project merges the timeless appeal of Flappy Bird with the dynamic capabilities of Arduino and a Dot Matrix display. This article includes hardware setup, gameplay mechanics, and of course, the source code.
Read More »ESP32 Solenoid Lock Controller
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 »Empower Your Raspberry Pi Projects with SunFounder PiPower
For enthusiasts and creators working with Raspberry Pi, the joy of bringing an idea to life is often met with the challenge of maintaining a consistent power supply. This is where SunFounder PiPower comes in to save the day, offering uninterrupted power supply (UPS) specifically designed for your Raspberry Pi …
Read More »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 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 »