Maple library for interfacing with the WiiMote/Pixart IR sensor directly
wiicamMaple allows you to read from the wiiMote camera directly through the Maple microcontroller board. IT is a port of Arduino code writen by Steve Hobley's derivation of Koko's work.
http://www.stephenhobley.com http://www.kako.com/neta/2007-001/2007-001.html
The advantage to using the Maple is that the camera can be used with no externals, it should plug directly into the Maple and that's it. This is because the Maple runs at 3.3V and can generate a 24Mhz clock signal via PWM.
Additional details, including the Arduino based circuit diagram, are here: http://www.stephenhobley.com/blog/2009/03/01/pixartwiimote-sensor-library-for-arduino/
The code in this repository is available under the MIT License.
Copyright (c) 2013 No Contour, www.nocontour.com
Copy the wiicamMaple directory and all its contents to MapleIDE.app/Contents/Resources/Java/libraries/
none
This initial version has not yet been tested with a working WiiMote camera. Currently SDA is on pin 20 and SCL is on pin 30 for testing.