3D RGB LED Panels">Two PixelInvaders Panels in action

After several month of working on my PixelInvaders 3D RGB Panels I finally reached my goal: a huge and easy to assemble RGB LED Panel. Besides the hardware, the control software was a big task. I created PixelController, a modular software ...Read More

LPD6803 Tutorial, Part 2: Simple VU Meter">DIY-VU-Meter

Make sure you read Part 1 of this tutorial. In this tutorial we use a strand of 20 LPD6803 RGB LED as huge VU Meter. Processing will send serial data to the Arduino which will display it.     The source can be ...Read More

pd-tcp2serial

I use Processing to control my Arduino - an easy and working solution. However if you need to send alot data to the Arduino, you'll notice a 20ms delay between sending (120 bytes) and receieving (16 bytes) a serial message. ...Read More

shot1-300x202

I submitted my second entry for the Rainbowduino Carnival 2010/2011 called "ze_blinken". This entry uses my neorainbowduino firmware, the blinkenlights processing library and a Processing sketch. The sketch will show blinkenlights movies stretched on 4 RGB matrices. If you like it ...Read More

neorainbowduino-processing

I just released a new version of the neorainbowduino "package". It contains firmware for the Arduino and Rainbowduino and a new Processing library. Now you may control your rainbowduino's from Processing! Unfortunally you need to patch your arduino wire library: utility/twi.h: ...Read More

pd-simple-net

I want use Pure Data as GUI for an application. I wrote a little PD patch which send and receive data via tcp connections. I use Processing to get this messages (PD use a message format called FUDI). The Pure Data ...Read More

rain-scheme

I bought two Rainbowduinos from seeedstudio and wanted to play a bit. A Rainbowduino is basically a 8x8 led matrix driver with a I2C interface. This image shows two rainbowduinos, each with a 8x8 RGB Matrix, in action:   I used my ...Read More

ccc-hdl-alex.preview

I just release the Processing Blinkenlights Library. It displays Blinkenlight movies (*.bml) on your screen. Basically the Library parse a .BML file (format description) and display its content as Image on the screen. Get the library on the google code project ...Read More