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.

LAUNCHXL-CC1350: Connecting and reporting to an Android App

Part Number: LAUNCHXL-CC1350
Other Parts Discussed in Thread: CC1350

I'm working with the 1350 Launchpad using Code Composer. My goal is connect to the Launchpad using BLE, and simply get a value read from the SubGHz module and display it on my smartphone. I'm using the rfWsnDmNode example as a starting point. I have an app that I have used with other BLE chips, and I can see the Launchpad show up in my app as "CC1350 Launchpad - 0x[xx]" as expected from the example. However, I run into trouble connecting to it, it just repeats "unrecoverable BT error."

Is my trouble connecting to the Launchpad due to the fact the RF mux is switching while I'm trying to connect? I tried to increase the amount of switching time by changing "Clock_setTimeout" in DmNodeTask.c.

How can I pass data read from the SubGHz chip via BLE? (Or an arbitrary value for that matter.) Is the method to send a "Manufacturer Specific" packet and embed my value in it?