Projects

SYNTHDUINO

How To Build An Easy Robot Turtle Using Arduino

The synthduino is a fun Arduino project to do and as a beginner it is a great way to learn new things about Arduino’s many features. With only using household items to build the synthduino you will be satisfied with the finishing project and feel accomplished. the synthduino uses the six potentiometers on the controllers […]

Arduino Bootloader

Burning the Bootloader on ATMega328 using Arduino UNO as ISP

I had one remote controlled project that needed an Arduino running 24/7 but I didn’t want to leave my $32 Arduino UNO, so I decided to buy some pieces and created my own Arduino. The most important part was buying the microcontroller. These were my options: ATMega328P-PU with Optiboot ~ $5.50 (Sparkfun) / $5.19 (Digikey) […]

Arduino Servo Basic Code

Arduino Servo Basic Code

In arduino projects, you might add servo to your projects. This short tutorial, show you the basic how arduino and servo works together.   Instruction; 1) Connect all jumper wire as shown in diagram. 2) Connect the signal wire from servo to digital pin 9. Upload this code to your arduino /*   Servo Basic   Understanding the basic of servo in arduino projects. Sweep […]

Arduino EMF Detector

Arduino EMF Detector

Here’s a small, quick project you can do with an arduino, the EMF Detector! Step 1: Circut All you need for this project is 10- 330 ohm resistors 10- LED’s 1-3.3m resistor 1-Solid core wire (this will serve as the probe) breadboard, wires, battery & connector for arduino to make it portable Step 2: Hooking […]

Home automation system using Arduino and SIM900 GSM module

Home automation system using Arduino and SIM900 GSM module

Hi there! As I’ve almost finished my studies at Faculty of Engineering, I had to make a graduation project and my thought was to make a jaw-dropping thing (I know that’s hilarious 😀 ) to show everybody that I’m a good prototype maker and I can turn ideas into real and useful things. I know […]

Arduino control 8 leds

How to control 8 leds using Arduino UNO

hey guys this is my first arduino project  plz  comment how u feel. Step 1: Things u need As this is easy project for beginner’s so parts are also simple Parts: 1- Arduino uno or any other board will work 1-Beardboard 9- jumper wires or wires will also do 8 -leds any color u like i used […]

Arduino LED Bar Graph

Arduino LED Bar Graph Code

The bar graph – a series of LEDs in a line, such as you see on an audio display – is a common hardware display for analog sensors. It’s made up of a series of LEDs in a row, an analog input like a potentiometer, and a little code in between. You can buy multi-LED […]

Arduino Guitar Tuner

Arduino Guitar Tuner

Build your own electric guitar tuner using the Arduino! I decided to make this because I wanted to experiment with audio input and frequency detection. I used Amanda Ghassaei’s method for Arduino Frequency Detection in order to get frequency readings using the Arduino. I used LEDs that light up according to the frequency of the audio input, […]

Scroll to Top