Serial Output from the Arduino
This week we are testing the serial output by the Arduino. This specific example has a nice graphical representation that visualizes the serial output that changes according to the potentiometer’s knob turning. To start, we will need the following materials: We will follow this schematic map in order to wire the components together: This is what the end result should look like: Once everything is wired, use this code in Processing import processing.serial.*; […]