Interface & Application Programming

Arduino -> Processing Communications
For this week, I wanted to work on my final project in parallel to this week's interface assignment. So, I divided my time for both while trying to accomplish a decent chunk of work for my final project. On this week's assignment, I used exisiting boards that I have had previously to interaface with processing and p5.js. The two outputs I used are: Led Lights and a Servo control.

In the video above, an interaface with three buttons is designed on processing. Each button controls the Led output and the third switches both to low, therefore switching them off. The first step is to establish the connection between arduino and processing. I used the p5.js library and its corresponding serial controller software.
missing link
missing link
missing link
Download Files: Arduino Light Sketch
Download Files: Processing Light Interface
Download Files: Arduino Servo Sketch
Download Files: Processing Servo Interface