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 […]
Projects
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
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
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 […]
How to use a 1602 16X2 LCD display with Arduino, TI Launchpad, and standalone MSP430 video instructions
I show how to use a standard 16X2 LCD display in three different use cases. 1. With an Arduino Uno 2. With a TI Launchpad MSP430 running Energia 3. Directly on a breadboard on an MSP430G2553 running Energia This LCD display is low cost – I paid $2.26, shipped, on Ebay. It uses the standard […]
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 […]
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 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
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, […]
Paper Electronics: Make Interactive, Musical Artwork with Conductive Ink using Arduino
If you’ve ever wanted to bring a piece of paper to life, now is your chance. This instructable will take you through all the necessary steps to create an amazing interactive flyer or artwork. This event flyer is no ordinary piece of print. It is printed using Bare Conductive ink. This means that when it is brought […]