I want to use nRF Sniffer for Bluetooth LE with Raspberry Pi 4, is it possible? Wireshark is used for frame capture.
What I did below① Write sniffer_nrf52840dongle_nrf52840_7cc811f.hex with nRF Connect --Programmer. (Windows 10)② Download nrf_sniffer_for_bluetooth_le_3.1.0_7cc811f to Raspberry Pi 4.③ Installation of Pythone3 and installation of pySerial.④ Install Wireshark Ver2.6.20.⑤ Extract the necessary files of nRF Sniffer and place them in his PATH of the Wireshark plug-in.
Wireshark does not display nRF Sniffer for Bluetooth LE.
Hi,
I am not sure nRF Sniffer for Bluetooth LE supports Raspberry Pi 4 or not, but you have to check the Wireshark prerequisites for version compatibility for Linux first.
What is your Python version? It needs Python v3.6 or later.
⑤ Extract the necessary files of nRF Sniffer and place them in his PATH of the Wireshark plug-in.
Please double-check the steps in this Installing the nRF Sniffer capture tool doc. Do you run the Sniffer tool to list available interfaces?
Do you Add a Wireshark profile for nRF Sniffer?
-Amanda H.
thanks you.Python is 3.7.3.After checking the Wireshark settings, it seems that the Wireshark plug-in settings are missing. I will try it first.
I'll let you know the result later!