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

why there is models in mesh communication NRF52832

Is there any lnk which uses nrf52 mesh without models.

Means a simple function to send data(like "Hello world") to any node or group in Mesh.

and other node receive data if match with unicast or group address.

I study that access layer can be use to send simple messages directly.

Is access layer also use mesh topology for it?

My goal is to send Hello to anynode (out of range also) in mesh. and other will receive and reply it.

Another concern is why Nordic created light on ogg and dimming like examples instead of send simple message and let the people to make their protocol.

Thank You.

Related