
The Quaduino RC project make use of Arduino board to operate & stabilize 4-rotor helicopter (quadrocopter).

The Traffic Light Hack is a simple interface for controlling lights inside a traffic light enclosure.
Schematics and source code downloads here.
Posted in Arduino
|
Tagged traffic light
|

The key here is an ‘external clock’. Rather than have the Arduino keep track of when to perform the next task, you have an outside signal that says “Now!” and fires an interrupt which the Arduino responds to.
Using the 555 timer as an external clock for the Arduino
Posted in Arduino
|
Tagged 555, clock
|
This project allows a set of LEDs to display the status of iTunes. A green LED means playing and a red LED means not playing.
Source Code: ArduinoiTunesLEDStatus.zip
(via Mission Duke)
Posted in Arduino
|
Tagged itunes
|

Solarbotics Ardweeny – smallest, handiest, bread-board friendly Arduino-compatible breadboard.
Features:
- Stacks onto the back of an ATmega168/ATmega328 chip
- Takes same 28-pin footprint as the microcontroller itself!
- Features Pin-13 LED and reset button
- Simple construction – only 7 parts plus pins & PCB!
- Ideal for breadboard applications

The TouchShield Slide is a widescreen option that makes full use of the space on the Arduino, maximizing screen space. With 340×240 resolution and a resistive touchscreen, the Slide offers clear, precise viewing and tactile sensing – that all fits squarely on the Arduino.
Features:
- 320×240 OLED Screen
- Resistive Touch Screen
- Storage for 4 full resolution images or 60 128×128 images
- Compatible with Arduino Environment
- Only Uses Arduino Pins: 2 and 3
- Graphics Library Ready to Go
- Draw Shapes, Pixels, Colors, Graphs, Buttons with complete ease
“iPhone” menu:
Space Invaders:
Posted in Arduino
|
Tagged touchshield
|