Posts

  • Journey and Rhythms
    Sunday, December 13, 2009

Events

Deadlines

  • I have no upcoming deadlines worth mentioning. Other then some grad school bills.

Projects

  • I'm working on some top secret projects. Can't talk about them.
Apr.22.2009

Plotting Analog Values with Processing

Processing Visualization of Analog Values

Processing Visualization of Analog Values

Sometimes you need to test the Analog values that you are receiving from the Arduino Board. It’s good to have a sketch that plots the values for you. I’ve written this sketch so that it adjust for the screen height and width. The Arduino code to get the Analog Values can be [...]

Apr.17.2009

Arduino’s Analog In Pins

Location of 'Analog In' pins is indicated by highlight.

Location of 'Analog In' pins is indicated by highlight.

I’ve got an Arduino Diecimila board that I’m using for a project. It’s has a handy ATMEL microcontroller and a few bells and whistles. One of my project requires the usage of sound sensors which are feed into the Arduino Analog In pins. See the image attached to this post.
Here is an [...]