summaryrefslogtreecommitdiff
path: root/README.mdwn
blob: 64d58072e0a042e72d1d0003f839c04634338714 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Various tools related to the Wii Remote / Wii Balance Board.

## bal

Displays Balance Board weight data, mostly for debug purposes.

Usage: `./bal`

## mpcal

Calibrates the Motion Plus and outputs the calibration data.

Usage: `./mpcal`

(the program will then tell you to put the wiimote onto a flat surface)

## mplog

Logs Motion Plus data to stdout, in the format

    seconds.nanoseconds pitch roll yaw

Where Pitch, Roll and Yaw are the raw 16-bit values.

Usage: `./mplog` > *filename*

See also: http://www.grc.nasa.gov/WWW/k-12/airplane/Images/rotations.gif

## wibble

Wiimote Blinkenlights. Press D-Pad up to toggle modes, Home to quit.

Usage: `./wibble`