How a device in mesh of ble controlled by internet.
I tested light on/off of mesh and it works fine.
but how can I control it from internet.
like with wifi or ethernet modules connected with one of the device.
How a device in mesh of ble controlled by internet.
I tested light on/off of mesh and it works fine.
but how can I control it from internet.
like with wifi or ethernet modules connected with one of the device.
Thanks for suggestion. Is access layer also uses mesh?
Means if I send data via packet_tx() function directly, it will reached to desired node, in mesh, means if node is outside range of node,say gateway node, then is this message will be transmitted to particular mode.
Yes. I would suggest you to have a look at the mesh spec to get a better understanding of what under the hood.
Thanks for clarification. Have an example which uses directly access layer for communication in Mesh. and if you haven't can you guide me a little bit the way to build application directly with access layer.