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
eZ430-Chronos Software Projects
www.ti.com
3. Locating the RF access point
This function checks the Windows registry for the friendly name "TI CC1111 Low-Power RF to USB
CDC Serial Port" and returns the COM port number if the device was found.
bool BM_GetCOM(unsigned char& bPortNb);
Parameters
bPortNb
Number of the COM port (for example, „11")
Return Value
Returns true if device was found, otherwise returns false.
4. Resetting the RF access point
After power-up, the hardware is not automatically reset. Use the following function to initialize the RF
access point hardware. This function can also be used during normal operation if an error condition
was detected.
bool BM_Reset(void);
Return Value
Returns true if RF access point could be initialized successfully and false if the reset failed.
5. Read status from RF access point
This command returns the current RF access point status.
bool BM_GetStatus(WORD& wStatus);
Parameters
wStatus
Current status of RF access point HW_IDLE, HW_SIMPLICITI_STOPPED,
HW_SIMPLICITI_TRYING_TO_LINK, HW_SIMPLICITI_LINKED, HW_BLUEROBIN_STOPPED,
HW_BLUEROBIN_TRANSMITTING, HW_ERROR, HW_NO_ERROR, HW_NOT_CONNECTED
Return Value
Returns true if command could be executed and false if the command execution failed.
BlueRobin Functions
1. Set BlueRobin Heart Rate
This command sets the heart rate value that is transmitted in each BlueRobin packet.
bool BM_BR_SetHeartrate(WORD wHeartrate);
Parameters
wHeartrate
Heart rate in bpm
Return Value
Returns true if command could be executed and false if the command execution failed.
2. Set BlueRobin ID
This command sets the transmitter ID for BlueRobin transmission.
bool BM_BR_SetID(DWORD dwID);
Parameters
dwID
24-bit transmitter ID
Return Value
Returns true if command could be executed and false if the command execution failed.
54
eZ430-Chronos Software SLAU292D–November 2009–Revised March 2011
Submit Documentation Feedback
Copyright © 2009–2011, Texas Instruments Incorporated