nccgroup / Sniffle

A sniffer for Bluetooth 5 and 4.x LE
https://www.nccgroup.trust/us/our-research/sniffle-a-sniffer-for-bluetooth-5/?research=Public+tools
GNU General Public License v3.0
869 stars 129 forks source link

No output from Sniffer #5

Closed manuHimself closed 4 years ago

manuHimself commented 4 years ago

I just setup the project as described on a CC26X2R1 by following the instructions but I'm not able to get any output from the board. I tried both, Win10 and Ubuntu and building & flashing seem to work. Any suggestion, what could went wrong here?

Thanks!

sultanqasim commented 4 years ago

When you press thre reset button on the board beside the USB port, do you get any blinking of the red LED? If not, the firmware was probably built or flashed incorrectly. I'm going to be releasing new prebuilt firmware binaries tagged as version 1.2 later today, so you can try flashing those.

sultanqasim commented 4 years ago

Version 1.2 has now been tagged, and prebuilt firmware binaries are available. See the releases page: https://github.com/nccgroup/Sniffle/releases

manuHimself commented 4 years ago

Thanks! I get some blinking of the red LED. I flashed your last pre-build binary but still gettting the same behaviour. Maybe it's more related to the serial output. I'll double check my pyserial installation...

sultanqasim commented 4 years ago

Every time the red LED blinks, that means a BLE frame has been received over the air and transmitted to the host over UART. It could be a PySerial issue, Linux kernel issue, or a jumper issue. Make sure the RX/TX jumpers between the debugger and CC2652 are in place.

manuHimself commented 4 years ago

I retried and within Windows it's working now. Thanks for the help! Great tool!