MicroChemical Systems
MicroChemical makes CO and NOx gas sensors. Thanks to Brooke Singer for the link.
Technorati Tags: electronics, environment, sensors
code and fabrication resources for physical computing and networking
tigoe.net | pcomp home | blog | code, circuits, & construction | my del.icio.us links
{ Monthly Archives }
MicroChemical makes CO and NOx gas sensors. Thanks to Brooke Singer for the link.
Technorati Tags: electronics, environment, sensors
Citytech makes a wide range of gas sensors. Thanks to Brooke Singer for the link.
Technorati Tags: electronics, environment, sensors
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: networked objects, networks
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: networked objects, networks, XBee
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: networked objects, networks, XBee