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

nRF51 Dongle Sniffing Python 3.6

Hi,

We are trying to implement an interface to sniff bluetooth data. We are using Linux with Ubuntu 18.04. Our code for other interfaces are written in Python 3.6. Naturally, we also have Python 2.7 installed as well by default from Ubuntu 18.04.

We bought the nRF51 dongle and are having problems trying to get the sniffing to work on our machine. We have tried the tutorials regarding sniffing in Wireshark which did not work either. The interface never showed up on the list, even with the permissions added for nrf_sniffer.py

Now we are trying to see if we can only use Python, without using Wireshark, because we will have to do that sooner or later to merge with the rest of the code in our project. But all the code from the Nordic download for the sniffer here is written in Python 2.7.

Is there a Python 3 version of this code somewhere? What's a good approach to implement BLE sniffing with our requirements?

Regards,

Horace

Parents Reply Children
No Data
Related