This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF51822 Sniffer FW for Microcontroller

Dear Developerzone Board

Does the nRF51822 Sniffer just start with the conversion over all advertising channels or do I need to send a start command? Which command set can I use to configure the chip (set advertising channel, get RSSI Infos etc)?

Thanks in Advance for Answers

Greetings Roger

Parents
  • The sniffer will by default be listening on channels 37 - 38 - 39, changing channels once it receives a packet on the current channel.

    The order can be modified using the nRF-Sniffer application or using the Sniffer Python API.

    The python API provided in the sniffer download zip-file exposes the API that is available to the sniffer.

    The RSSI info can be found in the packet metadata (open Wireshark if using the nRF-Sniffer application or see Packet.py in the SnifferAPI zip file).

Reply
  • The sniffer will by default be listening on channels 37 - 38 - 39, changing channels once it receives a packet on the current channel.

    The order can be modified using the nRF-Sniffer application or using the Sniffer Python API.

    The python API provided in the sniffer download zip-file exposes the API that is available to the sniffer.

    The RSSI info can be found in the packet metadata (open Wireshark if using the nRF-Sniffer application or see Packet.py in the SnifferAPI zip file).

Children
No Data
Related