I’ve finished the first version of the virtual graffiti system, which is now fully published (including all code) on the instructables website.
We ran a demo at the blue hut youth club on Thursday where it was very well received!

music, improvisation, technology, design
I’ve finished the first version of the virtual graffiti system, which is now fully published (including all code) on the instructables website.
We ran a demo at the blue hut youth club on Thursday where it was very well received!

A follow up to my latest post on using processing + linux for virtual graffiti, here is a video of it in action! The code is here: wiimote_sensor_calibration.tar.
Inspired by the various wiimote graffiti offerings, but finding no source or instructions (did I not look hard enough?) I decided to do it myself. Here is the first step: getting processing working with the wiimote infrared camera to detect an infrared LED.
After installing processing, I found some instructions on the forum, but I still had some problems. Here is what I had to do:
Then I used code inspired from Classiclll to get the buttons and sensor bar working. This code just draws a circle where the 1st infra red source is found by the wiimote:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | import lll.wrj4P5.*; import lll.Loc.*; Wrj4P5 wii; void setup() { size(300,300,P2D); wii=new Wrj4P5(this); wii.connect(); } void draw() { background( 0 ); fill( 255 ); Loc p=wii.rimokon.irLights[0]; if (p.x>-1) { ellipse( (1 - p.x)*width, (1.-p.y)*height, 10, 10); } } |
Thanks to the bluecove team, the bluez team, processing crew, Classiclll and all open source massive!
This is my portable looping station, put together for a busking trip to Paris. Everything packs up nice onto the trolley (speaker/power) and a rucksack (laptop and controller).

It’s pretty heavy and will be difficult up and down stairs, but the plus side is that it will last for about 4 hours and it’s nice and loud with a good bass response.
proud to present my invisible dancemat looping station! Using 2 wiimotes, ableton live8, infra red LEDs and masking tape! Thanks Brian for the video shoot and edit…