proxy to mesh failed error - TLSR825x SDK ver 3.8

Bluetooth BLE devices, Bluetooth MESH devices, Bluetooth Beacon devices, Sub-G devices, etc.


percy(unwired)
Posts: 6

i have tried the default settings earlier however the instances of command loss increases hence increased the transmission and step count this reduced the command losses by about 90% .

User avatar
joey_nobug
Posts: 116

Re: proxy to mesh failed error - TLSR825x SDK ver 3.8

Or you can try to increase the step, so that the retransmission interval will be increased. However, it is not recommended that the interval be particularly large, as this will cause the delivery of the contract to take a long time and reduce the real-time performance.

Code: Select all


tkl_mesh_network_transmit_set(4, 1);
tkl_mesh_network_relay_retransmit_set(4, 1);

Talk is cheap, show me the code.
Post Reply