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

Server(internet) controlled light on/off in Mesh Network for nrf52832

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.

Parents Reply
  • I know that by configuration client I can change publication address, and using till now.

    But every time to change address I have to use mobile. And after some study , I found that we can change the address of publication inside the node by calling address_set() function. But it uses Flash to store data. I want to publish to any node without storing in flash.

    Is it possible.

Children
Related