Hello developers,
I am using nRF52833 chip for Mesh sensor application.
The picture below is my mesh network model.
1. The model includes devices such as Sensor Server, Sensor Client, and other devices in the mesh network.
2. The message is transferred directly from Server to Client (within 10m radius) or from Server - Other Node - Client. TTL (time to live) = 7.
3. Other devices in close proximity (<20cm) will be classified into 1 group. The distance between Server - group 1 - group 2 - Client is respectively 10-7-7-7 (m), Server - group 1 - Client is respectively 10-7-7 (m).
4. The message miss rate is shown in the figure.
I would like to ask if there is a way to improve the chance of message success if the message goes through the nodes in the network.
If you need any information about mesh network configuration, feel free to ask.
More about my project: Zephyr RTOS + nRF Connect SDK 2.0, LPN is not implemented.
Thanks in advance,
