Projects

Controlling a clock with an Arduino

Controlling a clock with an Arduino

Update: The Arduino system is fine; the only thing you have to take into consideration is the 9.54 hour rollover event, which Rob Faludi has provided an excellent solution for here. I made up a nice little over-analysis of the issue, available here. I have been wanting to make a variable-speed clock for a while, […]

RGB flashing iPod dock from an old speaker

RGB flashing iPod dock from an old speaker

Using an Apple Pro speaker, I made a flashing RGB LED iPod dock for about $35. I recommend reading the entire ‘ible before starting. Also, note that the volume is control from the iPod. It consumes minimal power in shutdown mode, and is controlled by a Teensy. This took me ~3 days to build, and […]

Arduino 8 Bit Waterfall

An 8-Bit Waterfall using Arduino

So far my Arduino projects have all needed only a small number of output pins. In a previous post I talked about moving some of the logic off the Arduino and into other integrated circuits in order to free up pins on the Arduino. While this can help, I’m sure there will come a time […]

Vibration Foam Speaker

Vibration Motor Foam Speaker Using Arduino

Concept: Very simple, using an Arduino and the play melody basic program, create a music playing speaker out of a vibration motor and a piece of flexible foam. Instead of pulsing signal to a speaker, signal is pulsed to a motor varying how fast it can spin and when it spins. Science behind it (this […]

Arduino Police Lights

Police Lights using an Arduino

**DISCLAIMER** I do not and will not take responsibility for anyone who gets in trouble for this, by either imitating emergency personnel, or using without a permit/lisence. Updates! -I have shortened the code -Changed 16 LED’s to 8 -Changed/added more flash patterns -Renamed variables As promised, this is the ATMega 2650 version of the police […]

Shrunk The Arduino

Honey, I Shrunk The Arduino

As you might be able to tell from recent posts, I’ve been doing quite a bit of work with an Arduino. I’ve now got at least one project that I’d like to make a little more permanent, rather than it just being a bunch of components on a breadboard. The easiest option would probably be […]

Color Changing LED Tree

Build A Color Changing LED Tree Using Arduino

Ever wanted an LED tree? Well now you can have your LED tree and eat it too (no, wait, you probably shouldn’t).. Step 1: Gather the parts You will need: 1x ATtiny85 10x male header pins Solid core wire, 2 colors A bunch of LEDs 1x Arduino Uno to program the ATtiny Step 2: Program […]

Brute force attack a BIOS with Arduino

Brute force attack a BIOS with Arduino

The goal of this experiment is to convert the Arduino board into an USB keyboard plus a VGA sniffer to crack the password of a standard BIOS using the brute force attack method. There are no advantages in using this method, in fact this can be very slow and you may never find the password […]

Scroll to Top