This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Function of ScanStart in Mesh SDK

How does scanstart serial command work in the Mesh SDK?

According to the documentation, it appears that the command lists out unprovisioned beacons. I get a success response but nothing seems to happen in my interactive terminal.

I am trying to setup a BLE mesh network where a node scans for beacons (that are not part of the Mesh) and transmits the MAC ids back to master. I would like to print the available beacons via serial port. How do I accomplish this? Should I combine my Mesh SDK and my nRF SDK to accomplish scanning for nearby devices?

Related