Page 2 of 2

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

Posted: 2024年 Apr 22日 12:33
by percy(unwired)

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% .


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

Posted: 2024年 Apr 22日 15:22
by joey_nobug

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);


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

Posted: 2024年 Jun 3日 18:53
by percy(unwired)

Hi is there a function , status flag , variable or method that would help determine if the device is in proxy mode


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

Posted: 2024年 Jun 3日 20:44
by NICE

There is no such API to determine if the device is in proxy mode currently,however, you can use the tal_get_if_prov_success() to get the current pairing status and combine it with the gatt connection status to determine whether the device is currently in proxy mode.


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

Posted: 2024年 Jun 3日 20:59
by NICE

And, I need to confirm again whether you want to know how to determine whether a device supports proxy or how to determine whether a device that supports proxy is currently working in proxy mode ?