August 2007

MicroChemical Systems

MicroChemical makes CO and NOx gas sensors. Thanks to Brooke Singer for the link.

Technorati Tags: , ,

circuits

Permalink

Citytech

Citytech makes a wide range of gas sensors. Thanks to Brooke Singer for the link.

Technorati Tags: , ,

circuits

Permalink

Net connection between Processing and Max/MSP

The following Max/MSP patch uses the netsend object to send data over a TCP socket. It sends three values. The Processing sketch further down is a server that receives the string that the Max patch sends and uses it to move a ball on the screen.

Technorati Tags: ,


Continue Reading »

Max/MSP
Processing

Permalink

XBee Radio Received Signal Strength Graphing Program

This Processing program takes a string of values in the serial port. It assumes the string is the API string from a Maxstream XBee radio. It parses the string and graphs the signal strength. See the XBee product manual for more info on the protocol.

The XBee radio in this program is attached to the computer’s serial port using an FTDI USB-to-serial module like this one from Spark Fun.

Technorati Tags: , ,


Continue Reading »

Processing
XBee

Permalink

Xbee Radio Received Signal Strength and Data Graphing Program

This Processing program takes a string of values in the serial port. It assumes the string is the API string from a Maxstream XBee radio. It parses the string and graphs the signal strength and the analog values represented in the string. See the XBee product manual for more info on the protocol.

The XBee radio in this program is attached to the computer’s serial port using an FTDI USB-to-serial module like this one from Spark Fun.

Technorati Tags: , ,


Continue Reading »

Processing
XBee

Permalink