$NitroSDK/build/demos/cht
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/
Move to the$NitroSDK/build/demos/cht/sample_name/bin/platform/target/
directory, and do one of the following.
*.nlf
file with IS-NITRO-DEBUGGER.
*.srl
file with IS-NITRO-DEBUGGER
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. |
The CHT library demos will not work with ensata.
07/14/2005 Added catch-min
05/10/2005 Initial Version