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.

CC2650STK: SPP BLE Server and Peripheral Integration

Part Number: CC2650STK
Other Parts Discussed in Thread: CC2650

Hi, 

Working with two sensortag, I need to exchange data between them. After reading forum, I suppose the best way is to add SPP BLE Service, so I'm trying to add SPP BLE Profiles to sensortag project, with one board working as client and one board working as server. I'm working with the following ref design : UART to Bluetooth® low energy (BLE) Bridge Design Guide, and download TIDC-SPPBLE-SW-RD Software Patch (Rev. A) 

First of all, I'm trying to add SPP BLE Server to Sensortag Projet, and to validate this first step I will use tablet to connect sensortag and send data throuhg SPP Application (Read and Write characteristic) : 

Starting project is : C:\ti\simplelink\ble_sdk_2_02_00_31\examples\cc2650stk\sensortag

- add SerialPortService.c/.h files in Profiles Folder (files issue from folder patch downloaded) 

- add spp_ble_server.c/.h files in Application folder (files issue from folder patch downloaded) 

- add the SDI folder containing sdi files to the project

- add Define SDI_USE_UART in preprocessor symbols

- Create the SDI task in main.c and Initialize semaphore.

I've need to do a lot of modification (include files, rename, directory...) but I'm unable to compile ? Files need LCD ressources !!!

Is it the good way to proceed?

Do you think I've missed something?

I've also try to use the following projet : C:\ti\simplelink\ble_sdk_2_02_00_31\examples\cc2650stk\simple_peripheral\ccs 

 but there is only OAD_ExtFlash configuration...

Thanks for your help, I'm stopped since few days on this topic......unable to exchange data between two sensortags

Is there a recent design ref on this topic could be downloaded and tested directly on Sensortag, I've only these HW 

Best regards