Home

Anonymous

Processing/Arduino Analog View

This is a Processing sketch for viewing analog inputs over time. It uses the Arduino library for Processing and the Firmata Standard firmware. The sketch shows the analog input signal in a cyclical oscilloscope-style view. I have been using it to test the sensitivity characteristics of a few different sensors on the JeeNode platform.

Clone from Git and load into Processing

Todo:

  • add units/minor hashmarks voltage level
  • add recording to flat files or a data store
  • move to an audacity style "scroll/zoom" view of data