Problems (#1) - nyko wand support (#134) - Message List
Hi,
CWiid seems to work partially with my nyko wand. Except for the IR pointer or any extension. At start up it prints a few "Received unexpected write report" messages but the buttons, leds and accelerators are working.
When enabling them from within wmgui it prints "Wiimote write error" and "IR enable error" and nothing happens.
Any idea how I can help to solve this?
-
Message #24464
One step done. IR pointer now works.
In cwiid_write (command.c) after calling cwiid_send_rpt a reply is read into a struct rw_mesg. I could not find any info on wiibrew on this reply but I noticed that the error value on my nyko wand is 0x60 intead of 0x00. I tried to check only the lower nibble 'if(mesg.error & 0x0F) {' and it made the IR work.
Extensions are still not recognized.
wdehoog08/23/09 20:15:21 (4 years ago) -
Message #24470
Correction. Nunchuk is recognized and works. So detecting Extensions is not the problem but enabling Motion Plus is.
wdehoog08/24/09 18:16:42 (4 years ago)
