Search found 6 matches

by percy(unwired)
2024年 Apr 22日 12:33
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 1872

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

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

by percy(unwired)
2024年 Apr 20日 18:06
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 1872

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

Hi As per our suggestion i have gone and increased the relay and retransmit functions parameters as follows : VOID tal_mesh_state_callback(TAL_MESH_NET_STATE_T state) { case TAL_MESH_GROUP_SUB_ADD: { tkl_mesh_network_transmit_set(10, 5); tkl_mesh_network_relay_retransmit_set(8,10); } break; default:...
by percy(unwired)
2024年 Apr 18日 13:34
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 1872

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

in file tal_bluetooth_def.h the following macro is defined #define TUYAOS_BLE_DEFAULT_SCAN_PARAM ((TAL_BLE_SCAN_PARAMS_T *) (&(TAL_BLE_SCAN_PARAMS_T) DEFAULT_SCAN_PARAMS(10, 10))) changing the default scan parameters here affects the rate at which data is received . with the default parameters t...
by percy(unwired)
2024年 Apr 17日 19:15
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 1872

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

in that case is there a way in which we can reduce the rate at which the proxy device receives the commands or forwards the data to the mesh or group so that the error is not generated . also whats is the best time parameter setting for : 1) DEFAULT_ADV_PARAMS(30, 60) 2) DEFAULT_SCAN_PARAMS(30, 30) ...
by percy(unwired)
2024年 Apr 16日 21:27
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 1872

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

Hi

Can we increase the size of proxy fifo . let me know the parameters to change so that to this error does not occur or adjust other parameters to prevent the error as it causes the mesh devices not to receive data due to proxy failure.

by percy(unwired)
2024年 Apr 13日 14:57
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 1872

proxy to mesh failed error - TLSR825x SDK ver 3.8

proxy to mesh failed error when device is in mesh state : 6 . Device has been added to the group for the first time and mesh commands are sent from the smartlife app . Mesh proxy error occurs and the device is unable to forward data to the mesh group .

proxy_to_mesh_failed.jpeg