Pictochat Library (CHT) Demos

Location

$NitroSDK/build/demos/cht

Compilation

Move to the $NitroSDK/build/demos/card and input

% make

 Executable (..nef, .srl) files will be generated in

$NitroSDK/build/demos/cht/sample_name/bin/platform/target/

 For example:

$NitroSDK/build/demos/cht/catch-1/bin/ARM9-TS/Release/

 

Execution

Move to the$NitroSDK/build/demos/cht/sample_name/bin/platform/target/ directory, and do one of the following.

Description

catch-1 This demo uses the Pictochat search feature to detect the Pictochat parent's beacon. It uses the WH sample module in $NitroSDK/build/demos/wireless_shared/wh for wireless control.
catch-2 This demo uses the Pictochat search feature to detect the Pictochat parent's beacon. It uses the WC sample module in $NitroSDK/build/demos/wireless_shared/wc for wireless control.
catch-min This demo uses the Pictocatch feature to detect the beacon of the Pictochat parent. Wireless control does not use the special sample module. Rather, it uses a unique implentation of the miniumum functionality.

Emulator

The CHT library demos will not work with ensata.

See Also

CHT function list

Revision History

07/14/2005 Added catch-min
05/10/2005 Initial Version