Hello, I installed pd-wiimote on ubuntu 18.04. The help patch opens without errors and it can find the wiimote. But I cant get the acceleration data.
The wiimote hardware seems to be fine because wmgui on the same computer shows me the acceleration just fine.
If annyone can help I am in stress because this is for an installation tomorrow.
Thank you.
F. Medeiros
Yes, I send [report acceleration 1( and nothing happens. also with the Ir :(
On Thu, 21 Mar 2019 at 18:38, Christof Ressi christof.ressi@gmx.at wrote:
just to be sure, you did send a [report acceleration 1( message, right?
*Gesendet:* Donnerstag, 21. März 2019 um 18:55 Uhr *Von:* "Francisco Medeiros" excalibas@gmail.com *An:* pd-list@iem.at *Betreff:* [PD] pd-wiimote cant get acceleration Hello, I installed pd-wiimote on ubuntu 18.04. The help patch opens without errors and it can find the wiimote. But I cant get the acceleration data.
The wiimote hardware seems to be fine because wmgui on the same computer shows me the acceleration just fine.
If annyone can help I am in stress because this is for an installation tomorrow.
Thank you.
F. Medeiros _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 3/21/19 8:11 PM, Francisco Medeiros wrote:
Yes, I send [report acceleration 1( and nothing happens. also with the Ir :(
i haven't used the wiimote in ages, but: IIRC, the entire cwiid approach (on which pd-wiimote is based) has been deprecated about 10 years ago (or maybe 5), in favour of a hid-module (the drivers come with the linux kernel).
so most likely, you ought to try your luck with [hid] first. if you have any success (or none), please report it on the list.
gsamd IOhannes
FWIW, I've successfully used [wiimote] on a Raspberry Pi 3 just 1-2 years ago.
Gesendet: Donnerstag, 21. März 2019 um 20:46 Uhr Von: "IOhannes m zmölnig" zmoelnig@iem.at An: pd-list@lists.iem.at Betreff: Re: [PD] pd-wiimote cant get acceleration
On 3/21/19 8:11 PM, Francisco Medeiros wrote:
Yes, I send [report acceleration 1( and nothing happens. also with the Ir :(
i haven't used the wiimote in ages, but: IIRC, the entire cwiid approach (on which pd-wiimote is based) has been deprecated about 10 years ago (or maybe 5), in favour of a hid-module (the drivers come with the linux kernel).
so most likely, you ought to try your luck with [hid] first. if you have any success (or none), please report it on the list.
gsamd IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
i had this problem 2 or 3 years ago and forgot to report to the list, I lost some patches that need wiimote aceleration.
i use ubuntustudio, don't remember if the versions was 14 or 16 the last time i tried
Em Qui, 21 de mar de 2019 16:55, Christof Ressi <christof.ressi@gmx.at escreveu:
FWIW, I've successfully used [wiimote] on a Raspberry Pi 3 just 1-2 years ago.
Gesendet: Donnerstag, 21. März 2019 um 20:46 Uhr Von: "IOhannes m zmölnig" zmoelnig@iem.at An: pd-list@lists.iem.at Betreff: Re: [PD] pd-wiimote cant get acceleration
On 3/21/19 8:11 PM, Francisco Medeiros wrote:
Yes, I send [report acceleration 1( and nothing happens. also with the
Ir :(
i haven't used the wiimote in ages, but: IIRC, the entire cwiid approach (on which pd-wiimote is based) has been deprecated about 10 years ago (or maybe 5), in favour of a hid-module (the drivers come with the linux kernel).
so most likely, you ought to try your luck with [hid] first. if you have any success (or none), please report it on the list.
gsamd IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 21/03/2019 20:46, IOhannes m zmölnig wrote:
so most likely, you ought to try your luck with [hid] first. if you have any success (or none), please report it on the list.
i have just tried the (rather old?) 0.0-extended version of hid installed via deken, and it worked. on ubuntu 18.4 . after pairing and connecting via the blueman-manager. the last time i have used the wiimote-external (and my wiimote) was on 16.4.
bis denn! martin
FWIW cwiid lives on as a fork within pd-l2ork and has been further developed there. We have a disis_wiimote external that has been tested with up to 18 wiimotes in a single 900 sq.ft. room without hiccups. It also supports things that were not supported in the original cwiid library, such as the pass-through mode that allows for the use of both plus and nunchuk, as well as support for the wiimote plus (the controller with integrated plus). I must admit I am unaware what is the current support of those features through the hid object.
Best,
Ico
On 3/21/2019 3:46 PM, IOhannes m zmölnig wrote:
On 3/21/19 8:11 PM, Francisco Medeiros wrote:
Yes, I send [report acceleration 1( and nothing happens. also with the Ir :(
i haven't used the wiimote in ages, but: IIRC, the entire cwiid approach (on which pd-wiimote is based) has been deprecated about 10 years ago (or maybe 5), in favour of a hid-module (the drivers come with the linux kernel).
so most likely, you ought to try your luck with [hid] first. if you have any success (or none), please report it on the list.
gsamd IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Thanks for the answers. I got it to work with an older computer. I am also sure I did it with an RPI 3 some months ago but I dont have access to one right now. Could the problem be because I am using 64bit ubuntu? For the next two days I will leave it like this because of the instalation but I will investigate with the [hid] object next week. I wonder how to do the pairing with the [hid] object.
Love
F. Medeiros
On Fri, 22 Mar 2019 at 03:05, Ivica Ico Bukvic ico@vt.edu wrote:
FWIW cwiid lives on as a fork within pd-l2ork and has been further developed there. We have a disis_wiimote external that has been tested with up to 18 wiimotes in a single 900 sq.ft. room without hiccups. It also supports things that were not supported in the original cwiid library, such as the pass-through mode that allows for the use of both plus and nunchuk, as well as support for the wiimote plus (the controller with integrated plus). I must admit I am unaware what is the current support of those features through the hid object.
Best,
Ico On 3/21/2019 3:46 PM, IOhannes m zmölnig wrote:
On 3/21/19 8:11 PM, Francisco Medeiros wrote:
Yes, I send [report acceleration 1( and nothing happens. also with the Ir :(
i haven't used the wiimote in ages, but: IIRC, the entire cwiid approach (on which pd-wiimote is based) has been deprecated about 10 years ago (or maybe 5), in favour of a hid-module (the drivers come with the linux kernel).
so most likely, you ought to try your luck with [hid] first. if you have any success (or none), please report it on the list.
gsamd IOhannes
_______________________________________________Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 3/22/19 4:01 AM, Ivica Ico Bukvic wrote:
FWIW cwiid lives on as a fork within pd-l2ork and has been further developed there.
did you consider merging your changes back into upstream? cwiid has a wide area of possible applications (and is not related to Pd at all). it would be a pity if all your nifty features would only be available to a (relatively) small group of people.
gfmdsa IOhannes
I did. I contacted Donnie and he expressed interest in merging but as far as I can tell did not follow-up on it. This is why we have a separate cwiid repo that pd-l2ork pulls from:
https://github.com/pd-l2ork/cwiid
Best,
Ico
On 3/22/2019 7:08 AM, IOhannes m zmölnig wrote:
On 3/22/19 4:01 AM, Ivica Ico Bukvic wrote:
FWIW cwiid lives on as a fork within pd-l2ork and has been further developed there.
did you consider merging your changes back into upstream? cwiid has a wide area of possible applications (and is not related to Pd at all). it would be a pity if all your nifty features would only be available to a (relatively) small group of people.
gfmdsa IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list