Hello,
I want to capture 802.15.4 nRF packets with a python script using the pyshark library and an nRF52840 DK sniffer and an nRF52840 Dongle.
the problem is that when I launch my python script I receive 0 packets. on the other hand on Wireshark I manage to sniff 802.15.4 packets,
for info I use the following function:
capture = pyshark.LiveCapture(interface='COM20')
you can help me to solve this problem please
Best regards,
Ayoub GH