Showing posts with label firmata. Show all posts
Showing posts with label firmata. Show all posts

Monday, November 22, 2010

Firmata link between processing and arduino


The simplest way to get processing and the arduino to talk is by loading the
standardFirmata sketch onto the arduino. This recognizes whether pins are inputs or outputs based on the processing code.

Then on processing I am using a simple code to display data
firmataReadAnalogMultipleandDigital.pde which reads analog pins and a digital pin

Tuesday, November 16, 2010

Firmata link between processing and arduino


Now running a sketch in processing that reads the values of 3 sensors, actually potentiometers for testing. Displays values as bars in processing, and the circle is colored RGB by these values.