aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 10:02:29 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2010-08-17 10:02:29 +0000
commit36ae420497a73f7433eb2adbbbf47653ade3bc5f (patch)
treebaf836d0cd3a94af63d09f5e2419aa2b1db69e8e /README
parent3d63bd8fc23fc1613d45c85c2ebde5f99f3689a6 (diff)
parent297b2d6f3dd9e0e6e9a587b0379f407b71ac8740 (diff)
mreged in changes from trunk to fully support the template Makefile
svn path=/branches/externals/hardware/wiimote-0.3/; revision=13821
Diffstat (limited to 'README')
-rw-r--r--README48
1 files changed, 48 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..bc28f88
--- /dev/null
+++ b/README
@@ -0,0 +1,48 @@
+wiimote for Pd
+==============
+
+[wiimote] is a Pd-object that allows to read data from a Wii Remote Controller
+it depends on libcwiid, which is currently only available on linux
+
+
+random notes
+============
+
+extensions
+----------
+the external is known to support the nunchuck, classic, motionplus extensions
+the balance extension might work, but is currently untested (if it doesn't work
+and you need it, contact me to and send me the hardware)
+
+motionplus
+----------
+the motionplus extension for the wiimote is supported (out of the box, see
+above).
+however, older releases of libcwiid are inaccurate at detecting rotation speed
+(the wii remote reports whether the controller is turned fast or slow; this info
+is missing in libcwiid).
+if you have such a version of libcwiid and need higher precision, you have to
+patch the sources of libcwiid:
+$ cd /path/to/cwiid/libcwiid
+$ patch < /path/to/wiimote/patches/cwiid201_motionplus_sensitivity.patch
+$ cd /path/to/cwiid/
+$ make (read README to see how to patch libcwiid)
+
+once you have done that, you need to make the external aware of the new feature.
+for this create a file
+/path/to/wiimote/Make.local
+and add the following line:
+CFLAGS += -DHAVE_CWIID_MOTIONPLUS_LOWSPEED
+
+then recompile wiimote
+
+multiple bluetooth dongles
+--------------------------
+[LATER describe that]
+
+
+contact
+=======
+get in contact with me either via the pd-list
+(http://lists.puredata.info/listinfo/pd-list) or directly via
+zmoelnig[at]iem[.]at