Overview of nRF Sniffer for 802.15.4
mainThe nRF Sniffer for 802.15.4 is a debugging tool for IEEE 802.15.4-based protocols like Thread and Zigbee. It provides near real-time packet capture of wireless traffic between devices, including encrypted links.
Users can capture packets using two primary methods:
- Wireshark: Using the provided
extcapplugin to capture and visualize traffic. - Python Scripting: Installing the sniffer as a Python module to automate captures or integrate with custom scripts.
The sniffer can report metadata such as channel, Received Signal Strength Indicator (RSSI), and Link Quality Indicator (LQI). Captured data includes source/destination addresses, PAN IDs, and packet payloads.