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

How to use only one channel when RSSI scan?

Hello Support Team,

I am developing a BLE project use of nRF52832. My work base on SDK 12.1.0, I have research these workflow, I find that are 3 channel radio when RSSI scan . My question is , can I select only one radio channel for RSSI scan ? such as channel 37 . If it is possible , how to do that ?

Best Regards!

oneal.tang

  • I mean RX side. I want to RX only one channel when RSSI, My TX side have been fix frq, send one channel only.

  • Currently it's not possible to do selective scanning with our Softdevices. You may consider to do scanning directly via RADIO (without using the softdevice). You can have a look here.