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 »Dot Matrix Droplets Project
This project makes the “dots” on a dot matrix look like they are pebbles in a container. Tilt the device on one side and the dots fall toward that side. The same goes if the device tilts to the other side.
Read More »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 an 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 »Flame Sensor Project: Comprehensive Guide
Flame sensors are found from the simplest gas stoves to huge industrial plants. There are different types of fire sensors — some cheap, some expensive. Yet they’re all built for one single purpose: detect fire. In this article, I will guide you on how to build a flame sensor with …
Read More »Arduino Compass with HMC5883L Magnetometer
In general terms, a magnetometer measures the magnetism of objects or places. In fact, a compass is a type of magnetometer. This project demonstrates how to use the HMC5883L magnetometer IC as a compass with an Arduino microcontroller.
Read More »Wireless Controller for Bluetooth RC Car
This project demonstrates how two Bluetooth modules connect with each other. I’ll be featuring DFRobot’s Input Shield V2 as the transmitter/controller and Seeed’s ShieldBot, which was seen on my Bluetooth RC Car project, will act as the receiver.
Read More »Obstacle-Avoiding Arduino Robot
To kick off 2019, I would like to create a series of Arduino Robot projects that anyone can learn how to build. The first part of the series is the popular obstacle-avoiding Arduino robot.
Read More »Sending Data via SIM800L GPRS to ThingSpeak
This project demonstrates how to send data to ThingSpeak using a SIM800L breakout board. The data will be coming from a BMP085 atmospheric pressure sensor and will be using the SIM800L GPRS connection to publish this data to ThingSpeak.
Read More »SIM800L Network Test Project | Troubleshooting
I made this project because it seems a lot of people are having trouble with interfacing the SIM800L with an Arduino, particularly in connecting to a network. Here, I made a simple setup where I was able to display the signal level and the network status on an LCD. This …
Read More »Arduino LiPo Battery Monitor
This Arduino LiPo battery monitor and charger feature the TP4056 breakout board. The voltage level of the battery is displayed on a Nokia 3310/5110 LCD with the Arduino Nano as the microcontroller. Materials Arduino Nano TP4056 Breakout Board Nokia 3310/5100 LCD 3.7 V LiPo Battery Connecting Wires and Breadboard Introduction The …
Read More »