I am going through the doc "LAUNCHXL-CC2650 Project Zero" in TI Resource Explorer for my bring up training.
Got the files "ble_cc26xx_2_01_00_44423_cloud__win" installed onto CCS-V7.
Build & Run the code is fine, able to show LogMessage on PC-COM, and BLE connect with Phone (TI SensorTag Apps)
However, the BLE Services exposed are very different than doc "Connect to Project Zero with your phone"
- In Step #3 :: All the custom service identifiers (UUIDs) are on the formF000XXXX-0451-4000-B000-000000000000 where each service has a different 16-bit XXXX-part identifier, and the rest of the UUID is the Texas Instruments 128-bit UUID namespace used for demo purposes.
- In my Apps :: UUID only show "fff0" and nothing more
- In Step#3 :: There should have 3 Services, but my Apps only show 1 Service "fff0"
- When I open for Characteristics, there are 5 of them... with UUID:fff1 is the Red LED control.... If I write to it, it does control LED on board & I can see the LogMessage correctly.
So, looks like I had download a outdated software or I had built the project incorrectly.
Anyone has idea ?
btw, I can only get it connect using iPhone Apps... If I use Android Apps (TI SensorTag), the ProjectZero will crash during the Service Explorer
