Changes

Jump to: navigation, search

Week 4 Lab

6 bytes added, 15:31, 21 April 2009
The other way around: Driving a Computer Program with Data from the Arduino
*Compile the Virtual Color Mixer, and upload it to your arduino.
*In the Serial Monitor, verify that you see R, G, and B values, and they change as you move the potentiometers.
[[Image:Color_mix_serialout.png|300px]]
*Create the processing Sketch "arduino_color_mixer"
*Change the Serial port in the initialization in Processing. (<code>port = new Serial(this, Serial.list()[2], 9600);</code> on my computer)

Navigation menu