Monthly Archives: September 2009

Ball Drop Game

Here’s a variation on the networked pong server from Making Things Talk..  This version is cooperative rather than competitive.  Multiple clients have to keep the ball from hitting the ground.  There are five balls dropped each game.

Posted in Processing | Tagged , , | Leave a comment

Chat Server in Processing

Here’s a basic chat server written in Processing.  It’s a bit more complex than the basic test server.  This server keeps track of all the clients who log into it in an ArrayList.  Using an ArrayList is useful when you … Continue reading

Posted in Processing | Tagged , , | Leave a comment

CNMAT resources archive

Berkeley’s CNMAT (center for new music and audio technologies) has a nice resource archive, with pictures.  Useful if you’re looking for electronic parts, microphones, and other things audio-related.  Similar to RISDpedia and ITPedia, among others, very useful.  Thanks to Tom … Continue reading

Posted in circuits, construction | Leave a comment

A Few Good Reasons Why Peter Knight Rocks

Peter Knight works with Massimo and Alex and co. at Tinker.it. He’s written some great AVR code, which is useful in Arduino.  For example: Secret Thermometer takes advantage of the ATMega’s internal thermometer. Turns your ’328-based Arduino into a thermometer … Continue reading

Posted in AVR, arduino/wiring, circuits | Tagged , , , | Leave a comment