Category Archives: Arduino

Morning Monster – Digital Alarm Clock

The Morning Monster is a plush electronic alarm clock. He has all of the normal alarm functions, set time, set alarm, snooze, etc. However, what makes him a monster is his ability to shine the sun on your face when the alarm goes off by opening the blinds. The blinds are also manually controlled my [...]

Posted in Arduino | Tagged , , | 19 Comments

Nove Bit

Nove Bit is an interactive 3 x 3 matrix that allows users to record sequences of light and save them as 9 bit memories. Nove Bit addresses human to computer interaction by allowing the user to physically input the memory as 9 bits, as opposed to the traditional 8 bit computer memory. Nove Bit also [...]

Posted in Arduino | Tagged , , , , , | 14 Comments

Squaremin – Theremin Style Instrument

“Squaremin ” name thanks to Collin Cunningham from his post at blog.makezine.com, this project is also featured on engadget.com. This battery powered electronic musical instrument is a descendant of the theremin and can be played without contact from the musician. This small instrument contains two infared (IR) sensors that measure proximity. One sensor controls the [...]

Posted in Arduino | Tagged , , , , , | 54 Comments

Smooting and Mapping Values from a Sensor in Arduino

For my computation class, we were asked to give a presentation and some sample code for smoothing an IR sensor in the Arduino environment. I wrote this code that averages the values of the last ten readings. It drops the highest and lowest values, to help control the noise and make sure that it does [...]

Posted in Arduino | Tagged , , , , , | Leave a comment

Passage of Time with LEDs – Integrated Prototype

I have updated the programming and buttons on this prototype. Thanks to our class feedback and The Laws of Simplicity by John Maeda, I decided to make the programming of sequences easier and with less steps. Now someone can walk up and push a button to start programming a sequence, wait 2 seconds to input [...]

Posted in Arduino | Tagged , | Leave a comment

LED Passage of Time with Arduino

LED Passage of Time from Nick Hardeman on Vimeo.
There are 6 blue leds, controlled by an arduino that uses digital pwm. These leds are supposed to symbolize an organism breathing. There is a red led in the center that symbolizes the heartbeat and is also being controlled by a digital output.

Posted in Arduino | Tagged | 1 Comment