I'd like to use a nRF51822-based Bluefruit LE Sniffer to read BLE advertisements (embedded with sensor data), using a python script rather than Wireshark. I've tried pyshark but it doesn't work when I use the interface COM port associated with the sniffer, (which I think was expected as noted couple of years ago e.g. Stack overflow). Is there an alternative way of doing this? I can get tshark to capture/save packets, but I can’t read the data in real time (the data is only displayed on the console in bursts every second or so).