Hello,
I'm currently using the nRF51DK with Wireshark as a BLE advertisement sniffer. So far this setup has worked great, but I'd like to make a small modification for development/evaluation purposes. I want to get an accurate sense of the packet error rate, however, my lab has a lot of interference in the existing BLE advertising and WiFi channels. Using a spectrum analyzer, I found a less-noisy frequency range within the 2.4 GHz ISM band. My hope is to change the FREQUENCY register so that I can "listen" to BLE advertising packets at a different frequency (e.g. program the nRF51DK to think it's listening for CH39 advertising packets at 2.483 GHz instead of 2.480 GHz).
Question: Is it possible for me to change the receive frequency of nRF51DK and still use the BLE sniffer code with Wireshark?
It seems like this may be possible in the Python code provided in the "extcap" folder, but any tips would be much appreciated.
Thanks for your help!