The main thing which makes this project super simple is that this project requires only one extra component. If you are new to Arduino, this tutorial will help you get familiar with Arduino and learn the basics of Arduino programming. This musical project has a speaker which plays out a song. If you ever want to […]
Projects
How to Make a 8bit Dot Matrix Display Using Arduino
A simple project to display cool 8bit art and animation on your backpack! This is a quick and easy project you could finish off in minutes and show off to your friends. What it does is, when you move your backpack, a dot matrix display turns on and shows any character you have programmed in it. […]
Interfacing: How to Make an Arduino Uno UltraSonic Range Finder!
A range finder is a device used to find the distance from a point to the nearest obstacle. This device uses ultrasonic technology to measure the distance. You can consider it like an electronic, hassle-free version of a measuring tape with a measuring range of 2cm to 400cm and an accuracy of 1cm. Typical applications […]
How to Make an Audio Player with Speaker Using the Arduino Uno!
This Arduino project is a simple and fun project you can build in 10-15 minutes. The result of this make will be an Arduino audio player that plays “.wav” files. It consists of a speaker, a simple transistor acting as an amplifier, and a micro-SD card adapter with a micro-SD card in it where the .wav […]
Bluetooth Basics: How to Control an LED Using a SmartPhone and Arduino
Ever thought of controlling any of your electronic devices with your smart phone? How about a robot or any other device? Wouldn’t it be cool to control them with your smartphone? Here is a simple tutorial for interfacing an Android Smartphone with Arduino via Bluetooth! Required Materials Hardware Bluetooth Module HC 05/06 Arduino & Battery (with […]
ESP8266 Tutorial: Programming the Onboard GPIO Pins
The ESP8266 is a great tool for enabling your project to access the internet. You can plug it into an Arduino easily as shown and allow your project to communicate through the internet. Or even more exciting, to control it from anywhere in the world! The ESP8266 is a very low-cost module that comes pre-programmed […]
Audio Amplifier Circuit on PCB Using LM386
In this project, we tend to area unit getting to create a Headphone/Audio electronic equipment by exploitation self-designed PCB. This project is especially designed for amplifying the audio signal from the headphones however we will additionally use it for amplifying the subwoofer or speaker output, simply by switch few jumpers. When we use headphones with […]
How to Make a Water Level Indicator with Arduino 6 11
Knowing the amount of water in an overhead tank can be one tedious task. Usually, you’ll end up climbing up the stairs to the tank and checking the level manually or you’ll you hear the water overflowing from the top. But these days electronic water level indicators are available to fix this problem, but they often come […]
How to make a Smart Cane for the Visually Impaired with Arduino
I wanted to make something for them to help the visually impaired become independent, so I created an open source Arduino project for a Smart Cane. This Arduino smart cane can assist with walking alone in new environments by taking inputs through an obstacle sensor (ultrasonic sensor) and providing feedback to the person through haptics […]
How to Make a Programmable Guitar Pedal With Arduino!
This DIY Guitar Pedal project is for guitarists, hackers, and programmers that want to learn about digital signal processing, effects, synthesizers, and experiment without deep knowledge of DSP, electronics, or hardcore programming. pedalSHIELD UNO is a lo-fi, programmable guitar pedal that works with the Arduino UNO/Genuino UNO boards and is Open Source & Open Hardware. […]