This repository contains a few examples on how to use the Wii Nunchuck Pro Micro Adapter with the BlueMicro840 to make the Nunchuck into a mouse.
Example | Controller | Connection | Required Libraries |
---|---|---|---|
BlueMicro840_USB_Mouse | BlueMicro840 | USB | Adafruit_TinyUSB, NintendoExtensionCtrl |
BlueMicro840_BLE_Mouse | BlueMicro840 | BLE | bluefruit, NintendoExtensionCtrl |
BlueMicro840_HID_Mouse | BlueMicro840 | USB and BLE (Automatic Selection) | bluefruit, Adafruit_TinyUSB, NintendoExtensionCtrl |
Note: The example code has not been optimized to minimize power consumption when running on battery power. As such, it is not known how much current the Nunchuck uses. We also don't know how long a battery will last.