Everyone loves the Simon game ! So we decided to take it to another level. This project was done for our Things That Think class where we had to make a PlushBot (a plush toy that thinks! “with computation”) thus, kids were our target.We decided on an octopus that would have all eight arms flashing, […]
Projects
The Traveling Geocache using Arduino
This project and future projects can be found at my website http://revoltlab.com/ where you can also find my blog. UPDATE LOG: NOW SUPER SIMPLE TO REPROGRAM! Easy FTDI USB interface hardware explained in step 10 Easy FTDI USB interface programming explained in step 13 NEW code uploaded works perfectly with speaker output! see step 13 […]
Arduino Button Activated Treat Dispenser
For my Digital Multimedia class final, I created a treat dispenser that is activated by pulling a chain, which starts a servo motor that spins a wheel to dispense treats to my to African Grey parrots. Step 1: Gather Materials Step 2: Construct Button 1. Cut two strands of wire around 6in long. 2. Solder one of […]
DIY Arduino Stepper Motor Driver Board
This page will show you how to put together a simple stepper motor driver board that can be controlled with an Arduino. I built mine to use with my heliostat projects, but it could be used for other things too. Update: I no longer use this driver board with my sun tracking / heliostat system. […]
Build A Giant LED bar graph Using Arduino
For a recent project I needed to build a large and obvious bar graph display. This was to show the power generated from a bicycle generator. I came up with this design and was pretty pleased with the final results as it is relatively low cost but still pretty visual. It stands 1.5m high and […]
Drive with PID Control Using Arduino Board
This example shows how to simulate a simple closed-loop control algorithm in Simulink® and how to run it on an Arduino® board. Supported Hardware: Arduino Leonardo Arduino Mega 2560 Arduino Mega ADK Arduino Pro Arduino Uno Available versions of this example: Arduino Mega 2560 board: Arduino Mega2560 Drive Open-loop Arduino Mega2560 Drive Closed-loop On this […]
BLINKING AN LED USING AN ARDUINO UNO (EXPLAINED)
So you’re here because you want to start learning some of the Arduino Basics… So let’s start with THE most basics… no this “tutorial” is actually a little more basic than what you have in mind. It only requires that you: Have ANY Arduino Board. Have installed the drivers and required software for the board […]
Easy Arduino Audio Annoyatron
This simple device simple plays a small tune at a random interval, between 5 and 30 seconds when the lights in a room go off. It can be cleverly disguised inside a tissue box, or inside or under any number of household objects. This is a vary simple project (my first audio project) and requires vary few materials, most of […]
Blinky the one-eyed clock using Arduino
In this tutorial you learn how to make a blinking clock with a difference! Updated 18/03/2013 Followers of my website would realise that I tend to make too many clocks in those tutorials. Well, I like making clocks… so here is another one. However this time I have tried to make the most simple version possible. […]
Arduino SOS signal with 8ohms speaker and LED blinking
SOS is the commonly used description for the international Morse code distress signal (· · · — — — · · ·). [read more on wiki] Requirements: 1) Arduino 2*) 8 Ω speaker 3*) 150 Ω or similar resistor 4) 5mm RED LED 5) Hook-up wires 6) Any breadboard * Ω = Ohms Step 1: […]