Running NRF Util on RaspberryPi3

Hello,

I need to run nrfutil on a raspberry pi3. The NRFutil executable I use on windows & linux found at https://www.nordicsemi.com/Products/Development-tools/nRF-Util does not work as the RaspberryPI is an ARM machine. I tried getting nrfutil via pip instead but it fails as there are no compatible versions of pc_ble_driver_py. If it helps, I specifically desire to run nrfutil ble-sniffer sniff --port <port> as this is what I structured my application around. 

Is there any way to get nrfutil for the RaspberryPI? Do I have any other options?

Best,

Ryan. 

Related