-
Recent Posts
- Arduino Comics
- Quaduino – quadrocopter based on Arduino
- Twittering Laser Tripwire with Webcam Capture
- Arduino traffic light
- Using the 555 timer as an external clock for the Arduino
- Arduino iTunes LED Status
- Arduino Touchpad Tic Tac Toe
- Tweeting photos with an Arduino
- Solarbotics Ardweeny
- TouchShield Slide
- Homebrew dual-core Arduino
- LeafLabs Mable Board
- Arduino Weather Clock
- SNOWduino
- Arduino Eye shield
Author Archives: admin
Quaduino – quadrocopter based on Arduino
The Quaduino RC project make use of Arduino board to operate & stabilize 4-rotor helicopter (quadrocopter).
Twittering Laser Tripwire with Webcam Capture
How to construct a laser tripwire that can twitter and grab an image from a webcam, as well as execute any command you can put in a bash script. This instructable is actually quite simple and is even suitable as a … Continue reading
Posted in Arduino
Leave a comment
Arduino traffic light
The Traffic Light Hack is a simple interface for controlling lights inside a traffic light enclosure. Schematics and source code downloads here.
Using the 555 timer as an external clock for the Arduino
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 … Continue reading
Arduino iTunes LED Status
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)
Arduino Touchpad Tic Tac Toe
This is an implementation of a tic tac toe game using a 3×3 array of bicoloured LEDs for a display, a simple resistive touchpad, and an Arduino to tie everything together. instructables
Tweeting photos with an Arduino
JPEG photos taken with the camera to post to TwitPic library installation and code example
Posted in Arduino
Leave a comment
Solarbotics Ardweeny
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 … Continue reading
TouchShield Slide
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 … Continue reading