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

Asset Tracking

hi Support Team

I am working on Asset Tracking project.Looks like Bluetooth Mesh is more oriented towards controlling.

I have a Ble device Emitting some Data. (say A)

And I have Group of  Nodes Commissioned for Mesh. I have Made most of them Servers.

I want these Server to Capture the BLE Data  from Device A and Relay it through Mesh.

How do I get the data from device A into Mesh ?

Kindly Enlighten furthur.

Thanks and Regards

Parents
  • Take a look at the proxy functionality in the mesh sdk (see section GATT Proxy). You can test this functionality by opening the light switch project from the latest mesh sdk, flashing the provisioner on one board, the light switch proxy client example on another board & the light switch proxy server example on a third board. If you then follow the steps to test the project like described here, you will be able to connect to the proxy client or server examples via nrf connect for mobile. Inside both the proxy client & proxy server examples, the mesh proxy service is implemented. The characteristics Mesh Proxy Data In & Mesh Proxy Data Out are provided in this service.

    Another option you have is to integrate an SDK example with the Mesh SDK, for example integrate the ble_app_uart example into the light switch server example. More on this is described here, as well as here.

  • Hi thanks for reply.

    according to GATT proxy document.We need to provision device À which is emitting ble data.

    Is it possible the node capture Beacon from asset "i am here"  and relay further

Reply Children
Related