Good Afternoon,
I have been working with the ez430-915 Chronos watch from TI for a project and I need it to communicate with the CC110L RF Anaren Air Boosterpack attached to a Stellaris Launchpad Microcontroller. I have searched around for a solution but all the answers I found were a few years old and slightly vague. I have also attempted to change the RF settings on the watch to match the AIR Boosterpack according to the example code provided by the pack but I have not had any success. I am relatively inexperienced with RF modules and settings so I am not sure what exactly I need to change. I used SmartRF Studio to adjust the parameters for the Chronos. The settings are shown below.
Base Freq: 902.8MHz
Xtal Freq: 26MHz
Carrier Freq: 902.8MHz
Modulation: 2-FSK
Data Rate: 38kBaud
Channel Spacing: 199.5kHz
TX Power: 10dBm
Channel Number: 0
According to the config file for the radio (A110LR09Config.h), the radio configuration settings are defined as:
#define A110LR09_FCC_2FSK_38_KBAUD // 2FSK, 38kBaud, 902MHz
Would someone be able help me out with the communication? I need to know if I am going down the right path or what register settings I need to change to get these connected.