-
MoteJ 0.9 released (2 messages)
- Posted by: Peter Varhol
- Posted on: July 01 2009 09:29 EDT
motej ( http://motej.sourceforge.net ) is an apache licensed java library for wiimote (http://en.wikipedia.org/wiki/Wii_Remote ) communication. Yesterday, we have released version 0.9, that includes (besides bugfixes): * Discover and connect to Wiimote devices * Wiimote IR Camera in basic, extended and interleaved mode * Wiimote Accelerometer * Wiimote rumble feature * Wiimote player LEDs * Wiimote buttons * Read Wiimote EEPROM memory * Write Wiimote registers * Wiimote Status Information * Wiimote Calibration Data * Support for extension controllers o balance board o classic controller o nunchuck controller * Some helper/adapter classes to ease your wiimote developmentThreaded Messages (2)
- cool by G??rard COLLIN on July 02 2009 04:10 EDT
- Re: cool by Volker Fritzsch on July 02 2009 13:47 EDT
-
cool[ Go to top ]
- Posted by: G??rard COLLIN
- Posted on: July 02 2009 04:10 EDT
- in response to Peter Varhol
Excellent ! You mean we can control a wiimote using a PC ? Does it support pointing to the screen too ? -
Re: cool[ Go to top ]
- Posted by: Volker Fritzsch
- Posted on: July 02 2009 13:47 EDT
- in response to G??rard COLLIN
You can use the wiimote as an input device like a mouse or joystick. An input device equipped with an infrared camera and an accelerometer. Pointing to the screen is not supported, because the wiimote is equipped with an infrared camera only. But you could build something like that Just attach some IR LEDs to your screen and do some math to get the on screen position of the wiimote.