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.

CC1350: examples for BT SPP profile?

Part Number: CC1350
Other Parts Discussed in Thread: CC2650, CC2640, BLE-STACK

Team,

I have seen the below post that was published 7 months ago:
https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/t/573025

Could you please confirm if we have SPP examples (client or server) working out of the box on the CC1350 Launchpad?
Has somebody tried using the BLE-Stack v2.2.1 CC1350 LP simple_peripheral sample application and add the application files for SPP?

Are there any limitation that would prevent SPP profile to work on CC1350?

Thanks in advance,

Anthony

  • Hello Anthony,

    I'm not aware of any dedicated out of box example for CC1350 and SPPBLE. You can apply the same code changes from a CC2640/CC2650 to this device running BLE-Stack v2.2.1 using the example from the ble_examples-2.2 branch on GitHub. The client and server are based on the simple central and peripheral examples in the SDK, respectively.

    Best wishes
  • Update: I just confirmed that we do not provide a simple_central for CC1350 (BLE-Stack v2.2.1). So you would only be able to implement the SPPBLE server on the CC1350 with our example as a reference.

    Best wishes
  • Hi JXS,

    Thanks for the answer.
    So what would be the best starting point in case you want to have a SPP client on CC1350?
    What would be the level of complexity to have a SPP client application?

    Thanks,
    Anthony