Arduino Uno Projects
DIY Projects and Tutorials based on Arduino Uno. These projects are explained thoroughly with the help of circuits diagrams, source codes and videos.
Arduino Based Piano with Recording and Replay
Arduino has been a boon for people who are not from the electronics background to build stuff easily. It has been a great...
Arduino RFID Door Lock
You have seen RFID Door Lock Mechanism in some Hotels and other places, where you don’t need a key to unlock the room. You are...
Auto Intensity Control of Power LED using Arduino
“Be a bright spark, lights off till it’s dark!” sometimes we forget to turn off the lights and waste electricity and you must...
Voice Controlled LEDs using Arduino and Bluetooth
Controlling LEDs with voice command seems to be a difficult task, but it’s easy and you can quickly build it. We just need an...
Arduino Color Mixing Lamp using RGB LED and LDR
What if we can generate different colors using a single RGB led and make our room’s corner more attractive? So, here is a...
Space Race Game using Arduino and Nokia 5110 Graphical Display
Programming has always been fun and it just got a lot better with development platforms like Arduino. Almost every programmer...
Interfacing Tilt Sensor with Arduino
A Tilt Sensor switch is an electronic device that detects the orientation of an object and gives its output High or Low...
Bluetooth Controlled Servo Motor using Arduino
Using a Servo motor is common in Robotics for precise control. Here, in this tutorial we are going to show you how to use a...
Arduino with ESP8266 - Reading Data from Internet
The ESP8266-01 has been a great module to quench all our thirsts for IOT projects. Since its release, it has developed a strong...
Controlling Multiple Servo Motors with Arduino
Using one or two Servo with Arduino is Easy but what if we want to use more than one Servo Motors?
Here, we are going to...