Topics:
– digital i/o
– analog i/o
– communication with Processing via Serial
Resources:
Class slides
Assignments:
1. Make a post on the blog for your Midterm project with:
– project idea (can change but the initial idea)
– links to at least 3 related works or inspiration
– at least 1 concept sketch
– any links to code you began working on (optional)
2. Arduino: connect two potentiometers to two analog input pins. Read in their values and send the data to Processing:
https://github.com/mfadtparis/CreativityAndComputation/tree/master/code/week5/arduino_two_sensors
In Processing, recieve those values and use them to change something. Example:
https://github.com/mfadtparis/CreativityAndComputation/tree/master/code/week5/serial_two_sensors