$REVOLUTION_SDK_ROOT/build/demos/wpaddemo
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/.
Move to the $REVOLUTION_SDK_ROOT/RVL/bin/demos/wpaddemo/ directory and perform the following steps:
ndrun script with the .elf file as the argument.$CWFOLDER/bin/IDE.exe with the .elf file as an argument.$CWFOLDER/bin/IDE.exe, then drag and drop the .elf file..elf files are associated with $CWFOLDER/bin/IDE.exe, double-click the .elf file.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. |
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