Posts Tagged ‘arduino’

September 23, 2010 1

PComp – HW 3

By in Fall 2010, Physical Computing 1

This week’s assignment: Make a thing that outputs light and sound. Use the PWM output with the analogWrite() command, and make tones with the tone() command. Use multiple LEDs and mix the colors of the light. Find some material that the light will diffuse through to help blend the colors.” I began by setting up […]

Tags: , ,

September 17, 2010 0

Getting to Simon

By in Physical Computing 1

Our assignment this week for PComp is to recreate the hand-held game Simon. To start, I decided to use two breadboards in order to make room for four buttons and four LEDs.  I attached the two together by connecting a wire from board one’s red line to board two’s, and the same with the blue […]

Tags: , ,

September 17, 2010 0

Red Light Green Light

By in Physical Computing 1

I figured out how to get my breadboard and Arduino to interact.  Below is a video showing what I worked on tonight.  I got the red LED to blink on the first button press, then the green LED to blink on the second button press, then back to red, then green, etc.  This was done […]

Tags: ,

September 12, 2010 0

Hello World 2

By in Physical Computing 1

Here is the same Arduino task, now with a lovely and bright LED attached to the board. Hello World 2 from Tami on Vimeo.

Tags: ,

September 12, 2010 0

Hello World!

By in Physical Computing 1

I played around with my Arduino board.  Below is a video of the LED blinking “Hello World” in Morse Code. I started by translating “Hello World” into Morse Code using this handy translator. ” …. . .-.. .-.. — / .– — .-. .-.. -..” Next, I wrote out digitalWrite commands for each dot and […]

Tags: ,