This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nrf52832 and AFH

Hello,

I have an Android application that sends and receive data from a nrf52832 peripheral.

During a test for our device using a nrf52932 chip, 2.4GHZ noise is emitted near the source to see how nrf will behave and change channels.

 After researches on this forum, It seems there is no AFH implemented and no metadata to be used from the application level to monitor channel status, as said in this post:

https://devzone.nordicsemi.com/f/nordic-q-a/37945/about-adaptive-frequency-hopping-afh

And this one:

https://devzone.nordicsemi.com/f/nordic-q-a/47862/nrf52-afh

I know it is possible to not used specific channel using struct ble_gap_opt_ch_map_t but this is more in the use case to make BLE and Wifi coexist for example, in the case we know precisely which frequency channels we have to avoid. But in my case, the perturbations will be tested on multiple channels.

Is there any way to detect at runtime that a channel should no longer be used and switch to a less noisy one ?

In my case, how can I handle such perturbation? 

Thanks

Parents Reply Children
No Data
Related