NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

Mesh monitoring on a device #191

Open alelievr opened 6 years ago

alelievr commented 6 years ago

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.

trond-snekvik commented 6 years ago

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.