A two transistor circuit that flashes two LEDs on and off alternately. Prerequisites Complete tutorial two – Transistor Timer before attempting this tutorial. Components In addition to an electronic breadboard, wire links, a 9V battery and a battery clip, you will need: QTY PART DESIGNATOR NOTES TYPE 2 22k resistors (red – red – orange) R2, R3 […]
Projects
Arduino Melody
A very easy tutorial that uses only two components. The Arduino plays a short melody on a loudspeaker. The program to load to the Arduino is one of the programs that is built into the Arduino IDE. Prerequisites Complete tutorial 3 – Starting with Arduino and its prerequisites before attempting this tutorial. Components Besides an […]
Twitter Mood Light – The World’s Mood in a Box using arduino
How’s the world feeling right now? This box tells you. Powered by: an Arduino, a WiFly wireless module, an RGB LED, Twitter.com and a 9v battery. I’m a news junkie. I want to know everything that is going on in the world as soon as it happens. I want to wake up and know immediately […]
Arduino Knight Rider
In this tutorial, eight LEDs are interfaced to the Arduino Uno board. This is not complicated – it is just like interfacing a single LED to the Arduino as done in tutorial 3, but eight times over. A program is then loaded to the Arduino that will turn the eight LEDs into a “Knight rider” […]
Arduino LCD
In this tutorial you will connect a LCD (Liquid Crystal Display) to the Arduino Uno and then run the Arduino LCD example programs that are built into the Arduino IDE. Prerequisites It is recommended for beginners to complete all the Arduino tutorials up to and including Tutorial 10: Ten Arduino Projects for Absolute Beginners. Read […]
Make A Arduino LCD Thermometer
In this tutorial, a temperature sensor (MCP9700 linear active thermistor IC) and LCD are connected to the Arduino. The Arduino reads the temperature from the MCP9700 on analog pin A0 and displays the temperature on the LCD. This video shows the circuit operating. When touched with a finger, the temperature sensor IC will measure an […]
Drive with PID Control on an Arduino Mega 2560
This example shows how to simulate a simple closed-loop control algorithm in Simulink and how to run it on an Arduino Mega 2560 board. Contents Introduction Prerequisites Required Hardware Task 1 – Build the Vehicle Task 2 – Build the Motor Controller Task 3 – Simulate Open-Loop Control Model Task 4 – Run Open-Loop Control […]
Musical MIDI Shoes using arduino
Like many people, I often find myself unconsciously tapping my feet, whether it’s along to a song or out of some nervous habit. As fun as that is though, I’ve always felt as if something has been missing. If only I could trigger the sounds of say, a rabid pack of furious jungle beasts instead […]
MIDI Linear Actuator
This project uses relays to control a Firgelli Automations linear actuator without feedback. The relays are controlled by the MIDI Volume (Control Change number CC7) command which is read by the microcontroller and converted into one of the only 3 states of operation: 1) The Linear Actuator is stopped, 2) The Linear Actuator is extending, […]
LPG sensor using arduino
LPG sensor using Arduino with alarm and cutoff. A simple LPG sensor using Arduino is shown in this article. This circuit indicates the amount of LPG in the air. The circuit sounds an alarm and trips a relay when the concentration is above a predetermined level. MQ2 is the gas sensor used in this project. […]