knoxvillesjoker
knoxvillesjoker
the next key is to remap the accelerometer and stick values into values that the servos can use. There are two value options a pwm signal length (0ish to 2200ish),...
Setting wiimote with this: import cwiid wm=cwiid.wiimote() wm.rpt_mode = cwiid.RPT_BTN | cwiid.RPT_ACC | cwiid.RPT_NUNCHUK then running wm.state yields: {'rpt_mode' : 22, 'led' : 2, 'rumble' : 0, 'battery': 120, 'ext_type':...
For Python console these are the commands to pay attention to. They are not clearly documented anywhere: You will need to pair the wiimote via the bluetooth console with these...