Hi everybody,
it has been a long time since i've been toying around with my wiimote, but i remember that it was'n hard to make it run.
Now, i tried to make it functional again (on an Arch Linux system). Wmgui, hcitool sca, everything works fine!
BUT, the wiimote external doesn't (i downloaded version 0.3.2 from puredata.info). It compiles fine, but discovery doesn't work (again, no problem with wmgui!). Ok, i can connect with explicit address. But still, only button data is processed, i can't see any acceleration data or IR data ... (i can see it in wmgui).
A year ago or so, everything worked quite well ...
Any hints ?
Regards, Nik
On Wed, 2015-01-21 at 23:20 +0100, Niklas Reppel wrote:
Hi everybody,
it has been a long time since i've been toying around with my wiimote, but i remember that it was'n hard to make it run.
Now, i tried to make it functional again (on an Arch Linux system). Wmgui, hcitool sca, everything works fine!
BUT, the wiimote external doesn't (i downloaded version 0.3.2 from puredata.info). It compiles fine, but discovery doesn't work (again, no problem with wmgui!).
I think discovery never worked for me.
Ok, i can connect with explicit address. But still, only button data is processed, i can't see any acceleration data or IR data ... (i can see it in wmgui).
A year ago or so, everything worked quite well ...
Any hints ?
You have to enable reporting of certain sensors. Try sending a message 'report acceleration 1' and 'report ir 1' to [wiimote].
Roman
Niklas Reppel <nik <at> parkellipsen.de> writes:
Hi everybody,
it has been a long time since i've been toying around with my wiimote, but i remember that it was'n hard to make it run.
Now, i tried to make it functional again (on an Arch Linux system). Wmgui, hcitool sca, everything works fine!
BUT, the wiimote external doesn't (i downloaded version 0.3.2 from puredata.info). It compiles fine, but discovery doesn't work (again, no problem with wmgui!). Ok, i can connect with explicit address. But still, only button data is processed, i can't see any acceleration data or IR data ... (i can see it in wmgui).
A year ago or so, everything worked quite well ...
Any hints ?
Regards, Nik
Pd-list <at> lists.iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Hi Nik, I've had the same issues with the wiimote-object. I wasn't able to fix the broken discover-mode yet, but the other stuff works again by changing the onoff argument type in the function name below from int to float: static void wiimote_report(t_wiimote*x, t_symbol*s, float onoff)
I've uploaded the source here: https://www.dropbox.com/sh/gt5cydrkr1ja3a4/AAAOXqHRny1_3wcn9fnCDCn1a?dl=0
best, Frank
Try disis_wiimote (included in pd-l2ork; source also available separately and compatible with vanilla), unless you have one of the newer wiimote plus controllers that may not be yet fully supported.
HTH On Aug 8, 2015 9:17 AM, "frank" f.piesik@gmail.com wrote:
Niklas Reppel <nik <at> parkellipsen.de> writes:
Hi everybody,
it has been a long time since i've been toying around with my wiimote, but i remember that it was'n hard to make it run.
Now, i tried to make it functional again (on an Arch Linux system). Wmgui, hcitool sca, everything works fine!
BUT, the wiimote external doesn't (i downloaded version 0.3.2 from puredata.info). It compiles fine, but discovery doesn't work (again, no problem with wmgui!). Ok, i can connect with explicit address. But still, only button data is processed, i can't see any acceleration data or IR data ... (i can see it in wmgui).
A year ago or so, everything worked quite well ...
Any hints ?
Regards, Nik
Pd-list <at> lists.iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Hi Nik, I've had the same issues with the wiimote-object. I wasn't able to fix the broken discover-mode yet, but the other stuff works again by changing the onoff argument type in the function name below from int to float: static void wiimote_report(t_wiimote*x, t_symbol*s, float onoff)
I've uploaded the source here: https://www.dropbox.com/sh/gt5cydrkr1ja3a4/AAAOXqHRny1_3wcn9fnCDCn1a?dl=0
best, Frank
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
hi,
On 08/08/2015 03:09 PM, frank wrote:
I've uploaded the source here: https://www.dropbox.com/sh/gt5cydrkr1ja3a4/AAAOXqHRny1_3wcn9fnCDCn1a?dl=0
would you mind sharing the sources as a unified diff in a ticket on sourceforge?
gfadsr IOhannes