nRF52832 Active Scanning

Is there a way to continually scan and receive BLE packets without connecting to the device? The example packet is as follows  [0F16FF18][8B0000][B116][64][7F3897F98100]. I am mostly interested in the second pack of 3 bytes. The first 3 bytes will be constant.

  • Hi.

    When commenting on available functionality and how to acheive certain tasks, it's best to have all the information available.

    Like your setup which device, OS etc. Also which SDK and SDK version you are working with is very useful.

    ________________

    However, you should be able to continuously scan for device. If the device is broadcasting any data, you can read this from your scanning device.
    To point to any samples or code I will need more information about your setup.

    Thanks,
    Joakim

Related