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.

CC2652R7: Features Availablity in SDK

Part Number: CC2652R7

Hi

SDK using : simplelink_cc13xx_cc26xx_sdk_7_10_01_24

Chip-set : CC2652R7 (Acting as a BLE peripehral)

Code using : simple_peripehral

We need to know the below features are available in the SDK we are using, 

1) BLE automatic frequency hopping 

2) Re-transmission advertising processing 

Please let us known the details about this 

  • Hi,

    The BLE5-Stack does include automatic frequency hopping in a connection. Can you clarify what you mean by "Re-transmission advertising processing"? Do you mean that advertisements are continuously sent out after they are enabled? If so, then yes. The BLE5-Stack does support this functionality.

    Best Regards,

    Jan

  • Hi,

    Retransmission Advertising mean,
    • Three advertising channel  cannot communicate because of Wi-Fi interference.
    In this case , Advertising should resend.

    Please conform this also
  • Hi,

    By default, when advertising is enabled the device will advertise on the three advertising channels continuously. If one packet experiences Wi-Fi interference, then the next would will likely avoid the interference as it will be on a different advertising channel.

    Best Regards,

    Jan

  • Hi Jan,

    Like you mentioned "If one packet experiences Wi-Fi interference, then the next would will likely avoid the interference as it will be on a different advertising channel" . Then Can I say like, The packet which experiences the interference will not re-transmit. Next packet only will choose the next channel to avoid the interference. Is My understanding is right ?

  • Hi,

    I would expect the next packet to be different. However, if the receiver does not receive expected data, then I would expect the receiver to request a re-transmit.

    Best Regards,

    Jan