well :) got my nunchuk today and got a test version of some software running. must say out put is pretty jittery.
ow and there is no need to cut the connector off. made a neat male part using a sawed of piece of a ISA card 3 contacts wide and a bit of sanding. will post some pictures somewhere in a bit , but it works really great :)
BTW what is the time "delay(100);" cause ?
hmm and in your code (almost got the winavr code done)
underway
well :) got my nunchuk today and got a test version of some software running. must say out put is pretty jittery.
ow and there is no need to cut the connector off. made a neat male part using a sawed of piece of a ISA card 3 contacts wide and a bit of sanding. will post some pictures somewhere in a bit , but it works really great :)
BTW what is the time "delay(100);" cause ?
hmm and in your code (almost got the winavr code done)
doesn't
if ((outbuf[5] >> 2) & 1)
{
accel_x_axis += 2;
}
if ((outbuf[5] >> 3) & 1)
{
accel_x_axis += 1;
}
reverse the lower lsb and msb ?