I’ve got a demo in 2 days, so everything needs to be ready! Lou and I built the screen today, which packs up small enough for my bike.
Now I need to put the spray can electronics in a handheld box and make the system more responsive to brush distance and nozzle pressure. At the moment it feels laggy and unreliable.
The system is going to be tested at a youth club a week today! The spray can is now wireless (see pic), and the software has been upgraded to include dripping and colour choice. A new video is here.
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:
download wiiremoteJ v1.6, and put the .jar into ./processing/libraries/wrj4P5/library/
download wrj4P5.jar (I used alpha-11) and put into ./processing/libraries/wrj4P5/library/
download wrj4P5.zip and unzip into ./processing/libraries/wrj4P5/lll/
download Loc.jar (I used beta-5) and put into ./processing/libraries/Loc/library/
download Loc.zip and unzip into ./processing/libraries/Loc/lll/
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: