NordicPlayground/nRF51-ble-bcast-mesh

Mesh monitoring on a device

alelievr opened this issue · 1 comments

Hello,

I was just wondering, if it's possible to use a device like a smartphone or a tablet to display custom infos (from mesh packet) about every node in the mesh ?
And so for example be able to display the color of every led in a mesh on a smartphone.

Hi,
This is indeed possible. The recommended approach is to assign a mesh handle per device in the mesh, and only let devices send on "their" handle. This will propagate across the network, and can be sent to a smart phone through the GATT service.