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.

CC2640R2F: New Adaptive frequency hopping implementation

Part Number: CC2640R2F

Hi

I need to implement my own channel mapping based on a different scenario.  For example, in the list of bad channels and good channels which use RSSI or PER, I want to increase the BER for good channels in a certain time period. Another example can be rescheduling the channel list based on different timing or clustering. 

I was wondering if somebody can help me to implement this with TI hardware and the new BLE stack.

 

Regards

  • Hi,

    We don't have adaptive freq hopping in our SDK but you can get access to the PER statistics and implement your own algorithm. The relevant API is HCI_EXT_PacketErrorRateCmd. See the TI Vendor Specific HCI Guide for more details.

    Best wishes