<p dir="ltr">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.</p>
<p dir="ltr">HTH</p>
<div class="gmail_quote">On Aug 8, 2015 9:17 AM, "frank" <<a href="mailto:f.piesik@gmail.com">f.piesik@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Niklas Reppel <nik <at> <a href="http://parkellipsen.de" rel="noreferrer" target="_blank">parkellipsen.de</a>> writes:<br>
<br>
><br>
> Hi everybody,<br>
><br>
> it has been a long time since i've been toying around with my wiimote,<br>
> but i remember that it was'n hard to make it run.<br>
><br>
> Now, i tried to make it functional again (on an Arch Linux system).<br>
> Wmgui, hcitool sca, everything works fine!<br>
><br>
> BUT, the wiimote external doesn't (i downloaded version 0.3.2 from<br>
> <a href="http://puredata.info" rel="noreferrer" target="_blank">puredata.info</a>). It compiles fine, but discovery<br>
> doesn't work (again, no problem with wmgui!). Ok, i can connect with<br>
> explicit address. But still, only button data is<br>
> processed, i can't see any acceleration data or IR data ... (i can see<br>
> it in wmgui).<br>
><br>
> A year ago or so, everything worked quite well ...<br>
><br>
> Any hints ?<br>
><br>
> Regards,<br>
> Nik<br>
><br>
> _______________________________________________<br>
> Pd-list <at> <a href="http://lists.iem.at" rel="noreferrer" target="_blank">lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -><br>
<a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
><br>
<br>
Hi Nik,<br>
I've had the same issues with the wiimote-object. I wasn't able to fix the<br>
brokenĀ  discover-mode yet, but the other stuff works again by changing the<br>
onoff argument type in the function name below from int to float:<br>
static void wiimote_report(t_wiimote*x, t_symbol*s, float onoff)<br>
<br>
I've uploaded the source here:<br>
<a href="https://www.dropbox.com/sh/gt5cydrkr1ja3a4/AAAOXqHRny1_3wcn9fnCDCn1a?dl=0" rel="noreferrer" target="_blank">https://www.dropbox.com/sh/gt5cydrkr1ja3a4/AAAOXqHRny1_3wcn9fnCDCn1a?dl=0</a><br>
<br>
best,<br>
Frank<br>
<br>
<br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">http://lists.puredata.info/listinfo/pd-list</a><br>
</blockquote></div>