[mo] sent me this video showing the latest on hacking the wiimote via bluetooth . They haven’t figured out all the values yet, but this is only the beginning. How long until we see some mac/pc ...
These 15 ton robotic arms can reach 16 meters. Not content to control them by a simple joystick, the team hacked together WiiMote controls for them. Ok, we get it. Everybody loves the Wii.
After you run the program, it queries the system for any connected Wiimotes, and connects to all of them. Then a calibration dialog is shown on the first monitor, you can either calibrate any Wiimote ...
import wiimote btaddr = wiimote.find()[0] wm = wiimote.connect(btaddr) wm.leds[3] = True wm.rumble() print(wm.accelerometer, wm.ir ) wm.buttons.register_callback ...