Bluefruit LE Sniffer - Bluetooth Low Energy (BLE 4.0) - nRF51822 驱动安装及使用

BLE Sniffer

https://www.adafruit.com/product/2269
Bluefruit LE Sniffer - Bluetooth Low Energy (BLE 4.0) - nRF51822

nrf51822模块
https://cdn-shop.adafruit.com/product-files/2267/MDBT40-P256R.pdf

驱动安装

  • 安装wireshark
    Wireshark v2.4.6 or later available from http://www.wireshark.org/.

  • 安装 CP210x USB to UART Bridge VCP Drivers
    需要安装USB to UART 驱动
    https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/usb-driver-install

  • 安装python2.7
    wireshark Nordic plugin只支持2.7版本

  • 安装wireshark Nordic plugin
    从下面的链接中下载plugin, 安装链接中的guide安装
    https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/v2-wireshark-usage

安装完成后,如下图,将出现 “nRF Sniffer COMx" 接口
Bluefruit LE Sniffer - Bluetooth Low Energy (BLE 4.0) - nRF51822 驱动安装及使用_第1张图片

捕获

如下图为捕获的TI sensorTag 的广播报文
Bluefruit LE Sniffer - Bluetooth Low Energy (BLE 4.0) - nRF51822 驱动安装及使用_第2张图片

Reference

https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/introduction
https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/usb-driver-install
https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/using-with-sniffer-v2
https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/v2-wireshark-usage

你可能感兴趣的:(蓝牙,BLE)