Interfacing a Wii Nunchuk to a Microchip PIC Microcontroller Over I2C
Loading...
3,412
Loading...
Uploader Comments (DotMusclera)
see all
All Comments (3)
-
Hi, Congratulations of your work.
I bougth a cheap chinese wirelesss nunchuck, the initilization is the same tha you post above? [start] 0xA4 0xF0 0x55 [stop] [start] 0xA4 0xFB 0x00 [stop]
Loading...
nice work. i've ordered one off ebay myself. it was the cheapest way to get hold of an xyz accelerometer.
what did you have to do different compared to the genuine Nintendo ones?
St3venAU 1 year ago
@St3venAU Initilization for an authentic Nunchuk is to I2C send [start] 0xA4 0x40 0x00 [stop]. My code is to I2C send [start] 0xA4 0xF0 0x55 [stop] [start] 0xA4 0xFB 0x00 [stop]. I can't link the source, but search "Kalman Filtered Nunchuck & Wii Motion Plus" and you'll find it.
I'm in the process of getting a website up to document this more.
DotMusclera 1 year ago