Showing posts with label processing. Show all posts
Showing posts with label processing. Show all posts

Thursday, February 17, 2011

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.

Wednesday, December 2, 2009

Serial out

Tigoe has excellent tutorial on serial out, and read into processing.  A must do!


and an awesome serial out to processing and radar screen.  Should work for Hospital monitor!

Tuesday, November 24, 2009

Saturday, October 4, 2008

safe to pee! and other PHP projects

safe2pee.org lists bathrooms in cities, George would be happy

chicagocrime.org crime in the city 2006-7

Saturday, September 6, 2008

conductive thread, ink, fabrics

I could paint with silver impregnated paint ot create circuits, or make paints as shown in this instructables, and there are even pens, and conductive thread out there........ endless possibilities as shown by the great work of Leah Buechley who also has a great links page.

[caption id="" align="alignnone" width="250" caption="Arduino Lilypad"]Arduino Lilypad[/caption]

bit.fall water sculpture

Amazing falling water writing words from bit.fall from Julius Popp

Monday, August 25, 2008

processing and mapping coordinates

To map coordinates on any images, I wrote a processing sketch to display x and y coordinates as a rollover.  Can use this to determine sizes and areas of coral species.

Sunday, August 24, 2008

processing

before I forget about an incredible exhibit at MOMA, called Design and the Elastic Mind.  Lots of uses of processing language and some great processing of geographic data

Tuesday, August 5, 2008

new book arrived

[caption id="attachment_14" align="alignright" width="242" caption="null"][/caption]

Physical Computing by Dan O'Sullivan and Tom Igoe arrived.  Tom Igoe has some amazing work on the web and his students at NYU  have pushed physical computing to some amazing heights.  Should give me a lot to think about with microcontrollers and linking them to computers