Hello,
I have some problem on my mesh application. (similar application as simple-onoff model)
Sometimes, the server(sensor) devices fail to transmit packet while receiving is ok.
I checked the tx path and found packet-allocations are successful but can not get NRF_MESH_EVT_TX_COMPLETE event.
What factors can disturb the tx to the air even the buffer is allocated successfully?
Please help me.
(NRF52832, nRF5_SDK_15.0.0_a53641a, nrf5_SDK_for_Mesh_v2.1.1_src, S132)