Description
Arduino Color Size Pressure Detector
This Lab uses Processing to draw a ball on the screen, size depending on a random selection of an input device.
A Potentiometer (Pot) and a Force Sensitive Resistor (FSR) provides serial values. As the serial port begins to recognize values, the first input device READ will be considered the SIZE changer, the second will be the COLOR ("FILL") changer. Processing receives their ASCII number (for voltage) over the serial port, terminating with a carriage return (ascii 13) then newline (10).