Hi teams,
I am finding a way to check whether a mesh node is currently able to communicate with other node.
We are planning to deploy many mesh nodes to proper position where each nodes can successfully communicate with each other.
Each nodes will be pre-provisioned before deployment, and I want to guarantee each nodes to be in RF range to communicate with.
Because our devices cannot utilize RTT or UART during deployment, we are trying to display this information via some LED action.
Is there any proper way to check this node is currently communicating with other node inside Mesh SDK? Or should I design/modify my mesh model to implement this function?