Archive

Posts Tagged ‘NumChuck’

Wii Classic Controller Class for MF 3.0

November 20th, 2008 Elze No comments

As a continuation to the NumChuck class I made earlier I also wrote a .NET Micro Framework 3.0 class to interface the Wii Classic Controller. It gives access to all it’s buttons (including the two pressure sensitive) and the two joysticks.It connects trough I2C.

Also the NumChuck class got a major update including:

  • Fixed small error in decoding the NumChuck data (XOR 17)
  • 2 LSB added to Acceleration X/Y/Z
  • Made the class Thread safe

You can download example programs and see a preview on the following page:
http://www.microframework.nl/projects/wii-controller-class/
 

Categories: Projects Tags: , , ,

New project, Wii Numchuck Class

October 31st, 2008 Elze No comments

Wii NumChuck ControllerWanted to write an application for the new 3.0 version of .NET Micro Framework I wrote a simple interface class for the Wii NumChuck, It’s my first application for the new version so it was a little experimental how things work.

You can view the new project by clicking on the "Wii NumChuck Class" page.

Hope you like it!

Categories: Projects Tags: , ,