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.

CCS/CC2640R2F: Is there the ble 5 serial socket server example on simplelink sdk 2.3 ?

Part Number: CC2640R2F

Tool/software: Code Composer Studio

board : launchxl-cc2640r2f

sdk : simplelink cc2640r2 sdk 2.30.03.05

hi

i have used an serial socket server example using ble 4.2 on ti ble github

but ble5 spp example is supported on only cc26x2r1 sdk

so could you give me a ble5 example on cc2640r2f?

Best regards.

 

  • Hi,

    There is currently no BL5 port of the Simple Serial Socket example available for CC2640R2 or CC26X2. There is plans for this port but without a clear timeline on when.

    You could do the port yourself, there should not be a big effort porting the profile itself, but you would have to move the application code as well. If doing this, I would recommend you starting of from the simple peripheral example.