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 Reply Children
  • You should be able to turn the light on from the android nrf mesh app. If I were you, I would take a look at the source code provided here for the Nordic Thingy:52 device & use that as example code for updating the mesh sdk v2.1.1 proxy client & proxy server examples. You will need to add the generic on/off model instead of the simple on/off model to these two examples to be able to turn the light on or off from the android app. Again, take a look at the Thingy:52 code for help regarding this.

    Then, you can follow the youtube video here to see how to test the example. You will not need to add a publication address to the client or a subscription address to the server. If you have not subscribed to a group address on the server device, the app will send the on/off command to the unicast address of the server (i.e. the LED element unicast address). It should be similar for the client I believe. You will need to bind the application keys on both the client & the server from the nRF mesh app.

Related