October 2006

Schematic symbols for Illustrator

Here’s a good set of schematic symbols for Illustrator, for those wanting to avoid circuit layout programs. These do a good job, and let you work in a familiar environment. Thanks to Tarikh Korula for the link.

Technorati Tags:

circuits

Permalink

Sudden Motion Sensor on the Macbook

Dan Shiffman’s written a nice library to access the sudden motion sensor on the macbook and macbook pro. He based it on a couple other open source libraries. Below is a code sample for it that draws a plane on the screen and moves it as you tilt the computer.

Continue Reading »

Processing

Permalink

Bluetooth-to-Bluetooth connection using blueSMiRF

This Processing code connects one BlueSMiRF radio from Sparkfun to another blueSMiRF.

Continue Reading »

Processing

Permalink

Serial Quicktime Movie Controller

This Processing sketch controls the playback of a Quicktime movie using serial data. To use it, send a serial value from 0 - 255. The movie position will be set based on that value. 0 = beginning of movie, 255 = end of movie. It doesn’t matter what’s sending the serial data, as long as the value is between 0 and 255.

Continue Reading »

Processing
arduino/wiring

Permalink