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

Best method to determine a mesh node is able to communicate with other node

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?

Parents Reply
  • Hi, Mttrinh.

    Thank you for your answer. I was quite dedicated to another task and still haven't enough time to this subject.

    But, while reviewing some features in the Mesh SDK, I think Mesh health server/client model can be useful for this purpose.

    Is it possible that I assign health_server_attention_cb in my main procedure and get some information about this node is linked with other nodes or not?

    Because I just wonder about the whole node status, not the specific model, this may be better for my purpose.

Children
No Data
Related