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: Sample or Demo source code for connecting with Windows 11

Part Number: CC2652R
Other Parts Discussed in Thread: LAUNCHXL-CC26X2R1

Tool/software:

Dear Team,

The customer requested a sample or demo source code for connecting with Windows 11.

Can TI provide it for the cutomer?

Thanks and Regards,

Hara

  • Hi Hara,

    If you program e.g. basic_ble in peripheral configuration you should be able to see and connect via Windows Blutooth interface. Make sure to enable Bluetooth low energy on the Windows side.

    https://dev.ti.com/tirex/explore/node?node=A__ABo419GSmaQufp9VtKjNxQ__com.ti.SIMPLELINK_CC13XX_CC26XX_SDK_BLE5STACK_MODULE__BSEc4rl__LATEST&placeholder=true

    Cheers,
    Marie H

  • Hello Marie H

    I checked if it's working basic_ble project with windows 11.

    LAUNCHXL-CC26X2R1 (Eva board)
    SDK 7.10.00.98 (ticlang v3.2.2 LTS)
    Windws 11 (24H2) (ThinkadPad E14)

    Immediately after pairing, the connection was disconnected.
    Is there anything I should check first?

    best regards
    Hideo Toyama (Comrade Corp.)

    ---------- uart log
    # 1 RP Addr: 0x4520853626CA
    # 2 Peripheral_start: Register Handlers
    # 3 Peripheral_start: Init Adv Set 1
    # 4 Peripheral_start: Start Adv Set 1
    # 5 Pairing_start: Register Handlers
    # 6 Data_start: Register Handlers
    # 7 ADV_START_AFTER_ENABLE: Peripheral role, advhandle: 0
    # 8 ADV_END_AFTER_DISABLE: Peripheral role, advhandle: 0
    # 9 LINK_ESTABLISHED_EVENT: Peripheral role Connected to 0xBC542FF43511, c# 10 LINK_ESTABLISHED_EVENT: Peripheral role Num Conns = 1
    # 11 PAIRING_STATE_STARTED: connectionHandle = 0
    # 12 PAIRING_STATE_STARTED: status = 0
    # 13 PAIRING_STATE_STARTED: connectionHandle = 0
    # 14 PAIRING_STATE_STARTED: status = 0
    # 15 ADV_START_AFTER_ENABLE: Peripheral role, advhandle: 0
    # 16 ATT_MTU_UPDATED_EVENT
    # 17 PAIRING_STATE_COMPLETE: connectionHandle = 0
    # 18 PAIRING_STATE_COMPLETE: status = 0
    # 19 PAIRING_STATE_BOND_SAVED: connectionHandle = 0
    # 20 PAIRING_STATE_BOND_SAVED: status = 0
    # 21 LINK_TERMINATED_EVENT: Peripheral role, connectionHandle = 0, reason =# 22 LINK_TERMINATED_EVENT: Peripheral role, Num Conns = 0