Gentleman,
You video gameboard presents exciting opportunities, but I have had a lot of frustration with it. Firstly, your files (as downloaded on 11/12/2012) use different capitalization in different places. You file is named nunchuck.cpp and nunchuck.h but the class inside is called Nunchuck, Inside of nunchuckdemo.ino the class name and the variable name are the same accept for the Capital N on the class, and I found this confusing. I named my variable nunChuckLive, and re-factored it through out the file.
I have soldered the kit together, that was fun, It now will connect to my Arduino Uno, and do Serial communication, just fine. I tested a genuine Wii Remote (Red) with tobbot’s code and it works, getting data out of the wiiChuck and back through the serial port.
When I load your nunchuck_demo.ino sketch into your board I can get serial responses back IF I comment out the line: nunchuck.update(); but of course this is the critical line that gets a new batch of sensor reads from the wiiChuck.
I think that the problem is that there is no sensible value for NUNCHUCK_I2C_ADDR in the nunchuck.cpp file. I cannot find anywhere where this constant is declared, or initialized. I am not even sure why it is compiling, unless maybe it is not being checked because it is immediately added to other variables on line 80:
i2cmaster::i2c_start_wait(NUNCHUCK_I2C_ADDR + I2C_WRITE, 10);
and line 96.
I am getting a great education here, and I GUESS that was part of why I bought you board, but on the other hand I did pay money for this product, and I don’t like having to work this hard just to get it to work.
TEST YOU CODE and KEEP IT UP TO DATE please.
By the way I am using an Acer Windows 7 64 bit laptop, and Arduino IDE 1.0.6.