Posts Tagged ‘pcomp’

September 25, 2010 0

Maker Faire 2010

By in Fall 2010

I spent the better part of today [Saturday] at Maker Faire at the New York Hall of Science in Queens. The hundreds of displays provided great examples of what is being done in technology today, as well as inspiration for future projects. Stay tuned for pictures, videos, and thoughts from the event. And if you […]

Tags: , ,

September 24, 2010 0

Reverse Engineering

By in Fall 2010, Physical Computing 1

I am rebuilding Lara’s Project. I am starting by building the circuit, and then I will focus on the code. I connected 5 buttons, 4 LEDs, and a speaker to my Arduino like so:

Tags: ,

September 24, 2010 0

Code: A Response

By in Fall 2010, Physical Computing 1

For this week, I read chapters 1 through 6 of Code: The Hidden Language of Computer Hardware and Software, by Charles Petzold. The first three chapters tell the history and implications of Morse Code and Braille and how a simple circuit can be used to communicate remotely using the code. I am not sure if […]

Tags: , ,

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: ,