Hello All,
I am currently developing a mesh application with several nodes. I wish to add the health server faults for monitoring the nodes in the network. As of now I am able to receive the health messages with no faults detected. Health Client was referred from the 'Provisioner Sample'. example where the callbacks printed out the detected errors.
Now I am already running a sensor server on the node and I required the faults occurring in the nodes to be sent to the client. As of now I am not able to find any samples regarding this issue.
I have referred to this documentation for the health server and this documentation for the health client, but do not understand how to actually send the faults to the client.
Could someone send any samples for the same?
Currently developing using nRF Connect SDK v2.1.2 and nRF52840 dongle for evaluation.