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

nRF Sniffer crashing

Hello,

is the nRF Sniffer still in Development? The ble sniffer program keeps crashing at random after about 10-20 seconds and is barely usable for me. I have around 20 beacons advertising in proximity. I flashed the firmware on different nRF Dongles but without success. Here is the traceback that crashes the program:

15-Jun-2016 10:43:40 (Mitteleuropäische Sommerzeit) ERROR: 
Traceback (most recent call last):
  File "C:\bamboo\xml-data\build-dir\BLESNIFFER-RELEASEBUILD-JOB1\Host\Application\SnifferAPI\Packet.py", line 160, in getPacket
  File "C:\bamboo\xml-data\build-dir\BLESNIFFER-RELEASEBUILD-JOB1\Host\Application\SnifferAPI\Packet.py", line 137, in decodeFromSLIP
UARTPacketError: Unexpected character after SLIP_ESC: 0.
15-Jun-2016 10:43:40 (Mitteleuropäische Sommerzeit) ERROR: CRASH
Traceback (most recent call last):
  File "C:\bamboo\xml-data\build-dir\BLESNIFFER-RELEASEBUILD-JOB1\Host\Application\SnifferAPI\Sniffer.py", line 150, in run
  File "C:\bamboo\xml-data\build-dir\BLESNIFFER-RELEASEBUILD-JOB1\Host\Application\SnifferAPI\Sniffer.py", line 175, in runSniffer
  File "C:\bamboo\xml-data\build-dir\BLESNIFFER-RELEASEBUILD-JOB1\Host\Application\SnifferAPI\SnifferCollector.py", line 153, in _continuouslyPipe
AttributeError: 'NoneType' object has no attribute 'valid'

I used different SEGGER firmwares but these did not solve the problem. Using the 3rd Party OSX application works excellnt, but I do not use OS X and I would be greatful if the bug in the nRF Sniffer Application could be fixed.

Thanks, Marius

Related