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.

CC2652R: Query on Simple Peripheral program given by TI

Part Number: CC2652R
Other Parts Discussed in Thread: SYSCONFIG

 Hello TI Team,
I have a lunch pad board of TI. I am dumping a Simple Peripheral program into launch pad board given on TI site for reference .
I am able to connect and read all the services properly in android devices .(BLE Scanner App)
But when I am trying to test this board in Windows OS (Win10 OS) from my central application its detecting the sensor Name as "SP" or sometime "Simple Peripheral" .May be due to this reason I am not able to connect this sensor board every time.

Is this board is supports windows OS(10) ?

Link for the sample program I am using ,
software-dl.ti.com/.../README.html


Regards,
Niket Shah

  • I don't think device name would impact BLE connection. You might need to setup BLE sniffer to check what happens.

  • Hi,

    I have edited your message to remove your phone number.

    As you will see in the code, "SP" is the short name of the example (sent within the advertisements), while "Simple Peripheral" is the complete name send within the scan responses.

    The board can definitely be used with Windows 10 OS.

    I hope this will help,

    Kind regards,

  • Thanks for reply. Still I have few doubts..

    So  I want to explain my problem again.

    I am working on dotnet  based application.

    Through this application when the application is started for searching the TI launch pad board it is able to search but the point is the name of the sensor is not remains the same as sometimes "simple peripheral"  And sometime "SP".

    The observation is when I am connecting the sensor board  name as " Simple peripheral"  , I am able to read services. But when the device name is "SP" , I won't. My Microsoft Windows provides DLL gives status as "Device unreachable".

  • Hi,

    And what about changing the content of the advertisement and/or the scan response to avoid this problem? This could be done through SysConfig.

    Regards,