Wireless nunchuck’s have now been fully implemented within my wiindows application, check out the video:
In all it was simple process with only a little additional code being needed to that previously detailed: Logic3 FreeBird Working with WiimoteLib
if (type.ToString("x") == "1aeafb922e3") { mWiimoteState.ExtensionType = ExtensionType.Wireless; }
else { throw new WiimoteException("Unknown extension controller found: " + type.ToString("x")); }
break;
This new code was added as the default case statement within the InitializeExtension() function within Wiimote.cs and caters for the chucks being detailed as an additional unknown extension type “1aeafb922e3″ when the chucks are connected upon start up. All the code does is to reassign the ExtensionType to that of the new Wireless type.
I have also included a new extension panel within wiindows. As well as the usual features, facility is provided to swap polling types between that of raw and value data, just in case the strange results highlighted within the Freebird post are not down to me using an incorrect receiver module (still not found it yet).
Provision has also been included to allow some of the custom extensions I am currently developing. Watch the video in high quality: here


say what do you think
Have been following your progress for a while, excellent work.
Hi and thanks. Keep your eyes peeled for a few big releases over the next couple of weeks
Just want to say what a great blog you got here!
I’ve been around for quite a lot of time, but finally decided to show my appreciation of your work!
Thumbs up, and keep it going!
Cheers
Christian, iwspo.net
Hi thanks, If your interested in all the Wii stuff I have been migrating the content over to wiici.dyadica.net the sites not quite complete just yet but may be of some interest etc