Standard Controller (WPAD) Sample Demos

Location

$REVOLUTION_SDK_ROOT/build/demos/wpaddemo

Compilation

Go to the directory $REVOLUTION_SDK_ROOT/build/demos/wpaddemo and type make. An executable file (*.elf file) will be generated under the path $REVOLUTION_SDK_ROOT/RVL/bin/demos/wpaddemo/.

Execution

Move to the $REVOLUTION_SDK_ROOT/RVL/bin/demos/wpaddemo/ directory and perform the following steps:

Description

simple Displays the current status of the Wii Remote.
distance Displays the distance in meters between the Wii Remote and the TV.
pointing Displays the position on the TV screen where the Wii Remote is pointing.
sampling Automatically samples the Wii Remote controller data and displays the results.
sync-callback Registers and deletes the controller data using callback functions.
handling Performs the controller connection/disconnection process and external extension controller insertion/removal process using callback functions.
check Displays the number of Wii Remotes registered to the Wii console and the ID numbers of the connected Wii Remotes.
wpad_axdemo Outputs audio data processed by AX from the speaker of the Wii Remote.
wpad_seqdemo Plays MIDI data using SEQ from the speaker of the Wii Remote.
wpad_spdemo Plays SE using SP from the speaker of the Wii Remote.

See Also

WPAD Functions

Revision History

08/07/2006 Added the demos wpad_seqdemo and wpad_spdemo.
07/19/2006 Added the demo wpad_axdemo.
06/19/2006 Overall revision reflecting support for wireless communication. 03/01/2006 Initial version.


CONFIDENTIAL