Hi,
I am conducting a mesh test and it contains:
- An android smartphone,
- running nrf mesh 3.1.7 on github
- sending hundreds of bytes packets to the mesh nodes by “broadcasting”.
- At least 2 nodes
- using nRF52840DK
- based on nrf5_SDK_for_Mesh_v4.2.0_src light_switch server
The result shows:
- Only the last provisioned node receives the full set of packets from smartphone.
- Other nodes report NRF_MESH_EVT_SAR_FAILED in mesh_evt_cb(access.c) unless the total packets is limited to 8 Bytes.
Could you help on
- How to solve NRF_MESH_EVT_SAR_FAILED?
- We speculated that because the app used the last node as a proxy node, and there is a limitation with the proxy relay in large packets. If yes, is there any way to make the direct broadcasting instead of proxying ?