bluekitchen / raccoon

Raccoon BLE Sniffer
89 stars 30 forks source link

nRF52840 Dongle #1

Closed blademckain closed 5 years ago

blademckain commented 5 years ago

hi, is it possible to install your firmware on an nRF52840 Dongle to sniff ble tags nearby? after uploading your firmware is it possible to use the nRF52840 Dongle via the linux hcitool command?

mringwal commented 5 years ago

You can receive BLE Advertisements using raccoon. The current firmware does not support USB, so you'd need to connect a FTDI 232R or similar to use it on the nRF52840 USB Dongle. It uses a data format similar to PCAP, which is different from HCI.

Alternatively, you can install the hci_usb firmware from Zephyr project and use it with linux hcitool.