Part Number:CC1350
Tool/software:TI-RTOS
Are there any decent examples for a bluetooth application (both from the phone and cc1350 ends)? All the ones that TI seems to provide are tied to the sensortag app, which for some reason they decided not to provide the source code. Likewise, I've found some examples of phone apps that talk to the stock sensortag firmware (again, conveniently not available from TI).
All I want is something that sets up and illustrates the basics. Just a simple example that will connect to the cc1350 (from a phone app, ios or android) and transfer some data.
The rfWsnNodeBleAdv example seemed like a good place to start, but it is incredibly difficult to follow. For example, I managed to detect the advertisement as a device named "LaunchPad 1.0" from my code on an ios device, but I cant figure out where that name is set in the rfWsnNodeBleAdv example. That example also doesn't appear to be configured as connectable, so its probably only of limited utility for my understanding.
Some of the other examples(?) like bim_offchip/bim_onchip and the ones in the blestack folder look useful, but I have no idea what they do (lack of description, or even comments in the code to indicate their function)