Problems (#1) - nyko wand support (#134) - Message List

nyko wand support
 unsolved

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.

  • Message #24470

    Correction. Nunchuk is recognized and works. So detecting Extensions is not the problem but enabling Motion Plus is.

Attachments

No attachments created.