symbols are listed in /usr/include/linux/input.h (ABS_* and REL_* macros), and in [[http://abstrakraft.org/cwiid/browser/trunk/wminput/action_e... f REL_X, REL_Y, and BTN_LEFT symbols are mapped (~ABS_X and ~ABS_Y effectively map REL_X and REL_Y, respectively). A joystick device is created if ABS_X is mapped.
== Plugins ==
Plugins provide a me
are used from Windows. But in return you will be able you modify all code and thus your Wii Remote be... edge of Python.
===== CWiid =====
[[http://abstrakraft.org/cwiid/|CWiid]] is a collection of Li... oad, compile and install CWiid:
<code>wget http://abstrakraft.org/cwiid/downloads/cwiid-0.6.00.tgz
t... d ir_ptr:
<code>#IR pointer
Plugin.ir_ptr.X = ~ABS_X
Plugin.ir_ptr.Y = ~ABS_Y
#buttons
Wiimote.A
/code>
Find these lines
<code> Plugin.ir_ptr.X = ~ABS_X
Plugin.ir_ptr.Y = ~ABS_Y</code>
and replace it with
<code> Plugin.ir_ptr.X = ABS_X
Plugin.ir_ptr.Y = ABS_Y</code>
To get your Wii remote to track IR light sources, press buttons
is a dongle that uses a USB port to add Bluetooth abilities. I bought the IOGear GBU421 because it seems to be well-supported in Linux and only costs about $20. It’s also so tiny that it’s cute.
IO G... otes in discoverable mode now (press 1+2)…
00:17:AB:2A:3C:BD
</code>
Congrats, your Linux machine can