cannot talk to dongle after connect

I connect to the nRF52840-MDK dongle thru the Serial Terminal (nRF52 Connectivity) it found the comm port and set the baudrate automatically. However, the terminal window constantly fills up the screen with ~/ characters. it repeats every 1 second. What I would like is detailed instructions on how to configure this dongle to be a BT 5 sniffer and read the Extended Advertising for any BT device near the dongle. It would also be helpful to filter the devices seen. Eventually I like to use Python to filter the choices and obtain the advertises data where I can parse the data received. I'm using Windows 10 pro.

Thanks.

Parents Reply
  • Hi James, 
    Yes you can do that. But you will need to flash some code into the dongle to do extended advertising scanning. The sniffer firmware can't do that task. 
    You can base on one of our sample in the SDK to modify it so that it would do extended advertising scanning. It's quite straight forward to make one. 

    But my suggestion is to verify that your sniffer python code works first by using a phone as the scanner and make sure you can sniff the AUS_SCAN_REQ and the AUX_SCAN_RSP between them.  

Children
Related