User's Manual
Table Of Contents
- Table of Contents
- Preface
- 1 eZ430-Chronos™ Overview
- 2 Getting Started
- 3 eZ430-Chronos Software
- 3.1 Overview
- 3.2 eZ430-Chronos Sports Watch Software
- 3.2.1 Detailed Feature Overview - Modes Using the Top LCD Line
- 3.2.1.1 Time Mode
- 3.2.1.2 Alarm Mode
- 3.2.1.3 Temperature Mode
- 3.2.1.4 Altimeter Mode
- 3.2.1.5 Heart Rate Mode - RF Additional accessory or eZ430-Chronos Control Center heart rate simulation required.
- 3.2.1.6 Speed Mode - RF Additional accessory or eZ430-Chronos Control Center heart rate simulation required.
- 3.2.1.7 Tilt Mode
- 3.2.2 Detailed Feature Overview - Modes Using the Bottom LCD Line
- 3.2.2.1 Date Mode
- 3.2.2.2 Stopwatch Mode
- 3.2.2.3 Battery Voltage Mode
- 3.2.2.4 Acceleration Mode - RF
- 3.2.2.5 PowerPoint Mode - RF
- 3.2.2.6 Sync Mode - RF
- 3.2.2.7 Calorie/Distance Mode - RF Additional accessory or eZ430-Chronos Control Center heart rate simulation required.
- 3.2.2.8 Wireless Update - RF
- 3.2.2.9 Chronos-to-Chronos (C2C) Mode
- 3.2.1 Detailed Feature Overview - Modes Using the Top LCD Line
- 3.3 eZ430-Chronos Control Center PC Software
- 3.4 eZ430-Chronos Watch Data Logger
- 3.5 Data Logger PC Software
- 3.6 eZ430-Chronos Software Projects
- 4 eZ430-Chronos Hardware
- 4.1 Programming/Reprogramming the eZ430-Chronos Watch: Disassembly and Assembly of the Housing
- 4.2 Functional Description of the eZ430-Chronos Watch
- 4.3 Functional Description of the eZ430-Chronos RF Access Point
- 4.4 Functional Description of the eZ430-Chronos Debug Interface
- 4.5 Schematics, Layout, BOM, and LCD
- 4.6 Access Point Schematics, Layout and BOM
- A Frequently Asked Questions
- B Detailed Hardware Driver Installation Guide
- Important Notices
www.ti.com
eZ430-Chronos Software Projects
3. Get status of update
This command reads the buffer status during sync mode from the RF access point buffer.
BR_COMM_API bool BM_WBSL_GetStatus(DWORD& wData)
Parameters
dwData
Status
1 = linking
2 = linked
4 = error
Return Value
Returns true if command could be executed and false if the command execution failed.
4. Send Data (Text File parts) to the End Device
This command reads the buffer status during sync mode from the RF access point buffer.
BR_COMM_API bool BM_WBSL_Send_Data(BYTE * data, int len, DWORD& dwData)
Parameters
data
Pointer to byte array
len
Array length
dwData
Return value
Return Value
dwData = Length of last transmitted package.
5. Get status of packet (checks if a new packet needs to be sent from the GUI)
This command reads the buffer status during sync mode from the RF access point buffer.
BR_COMM_API bool BM_WBSL_GetPacketStatus(DWORD& wData)
Return Value
dwData
0x80 = error
0x01 = disabled
0x02 = processing packet
0x04 = send info packet
0x08 = send new data packet
3.6.6.2 eZ430-Chronos GUI for Linux
The eZ430-Chronos PC software for Linux consists of a TCL/Tk scrips, similar to its Windows equivalent.
The scripts are available in/home/<user name>/Texas Instruments/eZ430-Chronos/Control Center/eZ430-
Chronos Control Center.
See Section 3.3 for instructions on how to run these scripts on Linux machines.
57
SLAU292D–November 2009–Revised March 2011 eZ430-Chronos Software
Submit Documentation Feedback
Copyright © 2009–2011, Texas Instruments Incorporated