Changes

Week 4 Lab

286 bytes added, 04:50, 21 April 2009
controlling from a Processing app
* Run your newly created arduino_test sketch in processing. You will see a small graphic window (like the one below), as you drag your mouse forwards and backwards across that window, your motor should speed up and slow down. Allright!! Now you have a simple graphical interface!
[[Image:Arduino_serialtest.png]]
* You can interface the arduino with any other program that can communicate via the serial port. This could be MaxMSP, Flash, OpenFrameworks (http://www.openframeworks.cc/download) or many others. Here is a complete list: http://www.arduino.cc/playground/Main/InterfacingWithSoftware
== Pachube ==