Search found 116 matches

by joey_nobug
2024年 Apr 22日 15:22
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 504

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. tkl_mesh_network_transmit_set(...
by joey_nobug
2024年 Apr 22日 09:26
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 504

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

There are some issues with the parameter settings in your code. The maximum value for transmit cnt is 7, and the maximum value for step is 31. I suggest you try: tkl_mesh_network_transmit_set(7, 0); tkl_mesh_network_relay_retransmit_set(4, 0); By increasing the number of transmissions and reducing t...
by joey_nobug
2024年 Apr 18日 22:21
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 504

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

You mentioned earlier that the macro definition (#define TUYAOS_BLE_DEFAULT_SCAN_PARAM ) for changing scan parameters has not been adapted in the mesh SDK, so the configuration here is invalid. The reason has been replied to you before, the scan parameters of the mesh are implemented in the original...
by joey_nobug
2024年 Apr 17日 19:35
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 504

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

The scanning behavior of mesh devices is implemented in the original SDK of the chip manufacturer. Devices that are not low-power will maintain a 100% scanning window in addition to sending packets to ensure the success rate of packet reception and reduce the probability of packet loss. This scannin...
by joey_nobug
2024年 Apr 17日 15:11
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 504

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. We consulted with the chip manufacturer, and they do not reco...
by joey_nobug
2024年 Apr 15日 11:04
Forum: TuyaOS-Bluetooth Device Development
Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
Replies: 11
Views: 504

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

According to your log information, the issue of “proxy fail” is due to the APP controlling too quickly. The proxy node is responsible for converting GATT data into ADV data for transmission, and the rate of GATT is much higher than that of mesh ADV. If control commands are sent too quickly, it will ...
by joey_nobug
2024年 Mar 4日 10:29
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】BT系列模组的 sws 脚 可以当做io使用吗?
Replies: 2
Views: 144

Re: 【求助】BT系列模组的 sws 脚 可以当做io使用吗?

w09158271 2024年 Mar 4日 10:24

BT系列脚位不够用, 只差一个io 口

目前开发框架未兼容此复用逻辑,建议业务实现,要注意上电后延时一段时间后将 SWS IO 初始化为其他功能,否则会影响正常的烧录与生产功能。
修改后要做生产烧录授权测试,防止因 SWS 复用引起生产烧录失败问题。