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

mesh sdk beaconing example for advertisement

Hi,

how can i merge ble_app_beacon with mesh sdk beaconing example?? I want to advertise sensor data into beacon advertisement packet. all beacons should be formed a mesh network.

Thanks

Parents
  • Hi,

    The beaconing example from the mesh SDK is similar to what `ble_app_beacon` does, but additionally also enables the mesh to run in parallel. (Note that this example uses mesh advertiser APIs to send custom beacons.)

    So technically you don’t have to merge the ble_app_beacon with mesh beacon example, since it already demonstrates what you are trying to achieve.

    As for merging, we are working on a documentation explaining how to combine SDK and mesh examples.

Reply
  • Hi,

    The beaconing example from the mesh SDK is similar to what `ble_app_beacon` does, but additionally also enables the mesh to run in parallel. (Note that this example uses mesh advertiser APIs to send custom beacons.)

    So technically you don’t have to merge the ble_app_beacon with mesh beacon example, since it already demonstrates what you are trying to achieve.

    As for merging, we are working on a documentation explaining how to combine SDK and mesh examples.

Children
No Data
Related