This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Starterware/BOOSTXL-CC2650MA: Temperature Sensor Broadcast

Part Number: BOOSTXL-CC2650MA
Other Parts Discussed in Thread: CC2650

Tool/software: Starterware

I have been trying to implement the Temperature Sensor Broadcast example on the MSP432P401R Launchpad/CC2650 Booster Module while trying to learn how to send sensor data over Bluetooth. However, this example imported from the Resource Explorer through CCS does not seem to be working properly for me. Although it builds with no errors, when running it on the device(s) the Bluetooth Connection is never advertised and the output to the console stops at "Done!" where I should be seeing "State set to idle."

I have ran and used the Project Zero example successfully which leads me to believe it is not a hardware issue.

Note: I am trying to implement a very similar program for my senior design project so I believe getting this example to work will be especially helpful, any other guidance/resources on learning this subject would be great.

Link to example: http://dev.ti.com/tirex/content/simplelink_msp432_sdk_bluetooth_plugin_1_20_00_42/examples/rtos/MSP_EXP432P401R/bluetooth/temperature_sensor_broadcast/README.html

Thanks for any help!