This page will be populated with all exercises given in the class. Use it as a reference for compiling your documentation
...
Send the servo state (speed, direction) through Serial to a Processing application. The Processing receives these parameters and visualizes the state of the servo, which could look like the following image:
In the beginning, it is ok just to display text which represents the motor state.
Advanced Task: Try to send commands back to the Arduino and control the motor if the user presses a key on the keyboard.
Exercise 5.0: Sensor visualizer
...