nRF Sniffer for 802.15.4 v0.7.2

Installing the nRF Sniffer Python module

You can install the capture tool as a Python module and use this module programmatically in custom Python scripts. The module exposes an API that allows you to start and stop the capture.

To install the nRF Sniffer Python module, complete the following steps:

  1. Open the Sniffer_Software folder.
  2. Open a command window in the folder.
  3. Install the script by typing the following command:
    python -m easy_install .
Then integrate this module into your custom Python script and use it alongside the nRF Sniffer hardware.