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

NRF Sniffer crash can be fixed

Hello,

I cannot use the nRF Sniffer because it is always crashing. This is a confirmed bug in the Software and the OSX client written is working flawlessly. I have experimented with the Adafruit Sniffer and noticed that by replacing the Exception in line 138 in Packet.py with:

dataBuffer.append(SLIP_END)

the problem solved and the Sniffer does not crash anymore. Unfortunately, the nRF Sniffer application is a compiled version that includes these scripts.

Can anyone at Nordic please recompile the program with the mentioned change? I would be very thankful.

Marius

Related