November 16, 2008
Arduino & Quartz Composer
Here is a quick solution how to get the analog inputs from an Arduino into Quartz Composer. For now, this only supports the analog values. Reading the digital input pins is not hard to implement, but I still haven’t decided what is the best way to do that.
Sending serial data from QC to Arduino is a little bit trickier, but I will definitely try to work on that also.
What do you need for this to work?
- The Kineme Serial patch for Quartz Composer. Available here: http://kineme.net/SerialIOPatch20080326beta (You will need to register and check the “I would like to beta test new and updated patches.” box in your user profile.)
- Download the Arduino code and .qtz file

