Board: custom board; Mesh SDK: V1.0.0; Softdevice: S132_5.0.0; IDE: SEGGER Embedded; BLE: nrf52832
When I test the example “Interactive PyACI”, I need one node(A) send message to another node(B) by relay node(C、D、E).
And for solving the limit of server device quantity, I change this define "#define DSM_DEVICE_MAX (10)" in nrf_mesh_config_app.h.
1.One relay node(A-->C-->B): the rate of packet loss is 4%.
2.Two relay node(A-->C-->D-->B): the rate of packet loss is 8%.
3.Three relay node(A-->C-->D-->E-->B): the rate of packet loss is 52%.
//Node A is in range of node C, node C is in range of node D, node D is in range of node E, node E is in range of node B, but node B is not in range of node A.
so, the rate of packet loss has a precipitous decline,i think that is unnomrol.
Is there any place to change for add more devices in mesh network?
And when adding three relay node between node A and B, There is a great probability of failure in relay node, for making they relay the message countine we must reboot the relay node.