Skip to content

Commit

Permalink
Add sniffer instructions for nRF52 adapter (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblomquist authored Dec 2, 2024
1 parent 68a7cf1 commit bee3969
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/advanced/zigbee/04_sniff_zigbee_traffic.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,19 @@ Open the Device Manager (Win+X, M) and find which COM port your adapter is using
##### Linux

`PORT` will be something like `/dev/ttyUSB0` or wherever you plugged in your HUSBZB-1 device.

## With nRF52 adapter

### Prerequisites

- Ubuntu Linux / macOS 10.14+ / Windows 10+
- [nRF52 dongle](https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/NRF52840-DONGLE/9491124) or [development kit](https://www.digikey.com/en/products/detail/nordic-semiconductor-asa/nrf52840-dk/8593726)
- Wireshark v3.0+

### 1. Programming dongle, installing required tools

[Installing nRF Sniffer for 802.15.4](https://docs.nordicsemi.com/bundle/ug_sniffer_802154/page/UG/sniffer_802154/installing_sniffer_802154.html)

### 2. Sniffing traffic

[Capturing data with the nRF Sniffer](https://docs.nordicsemi.com/bundle/ug_sniffer_802154/page/UG/sniffer_802154/capturing_data_sniffer_802154.html)

0 comments on commit bee3969

Please sign in to comment.