wiinode
v0.0.0
Published
A node library for the Nintendo<sup>®</sup> Wii Remote (Wiimote), using [node-hid](https://github.com/node-hid/node-hid).
Downloads
5
Readme
wiinode
A node library for the Nintendo® Wii Remote (Wiimote), using node-hid.
Installation
npm install --save wiinodeGetting started
First, connect the Wiimotes to your computer.
Imports:
import { findRemotes, Remote } from 'wiinode';Then call findRemotes to get a list of Wiimotes. You get Remote objects.
On the Remote object:
- Use
onto register a button event listener (press or release). - Read the properties to get button, accelerate, and/or IR camera data.
- Use
rumble,setLed, orsetLedsto write to the Wiimote.
More examples to follow...
See the wonderful WiiBrew Wiki for more technical details.
Contribute
Do you have suggestions, ideas, or even code? Please contact me at http://thomasjacob.de/footer/contact.
