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 […]
Posts Tagged ‘arduino’
September 17, 2010
0
Getting to Simon
By Tami in Physical Computing 1Our 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 […]
September 12, 2010
0
Hello World!
By Tami in Physical Computing 1I 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 […]