是的,需要定时唤醒来扫描空中 secure network beacon 来同步 iv 更新。
https://developer.tuya.com/cn/docs/iot- ... B%E9%A1%B9
Search found 149 matches
- 2025年 Jun 10日 14:53
- Forum: TuyaOS-蓝牙设备开发
- Topic: [求助] 低功耗蓝牙mesh 遥控器 需要96小时定时唤醒列新IV index信息吗?
- Replies: 1
- Views: 97
Re: [求助] 低功耗蓝牙mesh 遥控器 需要96小时定时唤醒列新IV index信息吗?
- 2025年 Apr 16日 10:50
- Forum: TuyaOS-蓝牙设备开发
- Topic: 【求助】tlsr825x的低功耗问题
- Replies: 5
- Views: 1465
Re: 【求助】tlsr825x的低功耗问题
“开启 Retention 模式后,默认所有变量都放置于 Retention 区域,但是只有 32k 可能会导致 Retention 区域 Size 超出,导致编译不通过” 请问深度休眠下涂鸦的业务逻辑大概占用多少ram;还有多少ram是我应用可以用的 3.10.0 及以后的版本目前暂时不支持开启 retention 模式,3.10.0 后续版本更新了原厂的 4.1.0.0 SDK 以及增加了扩展广播等新的特性,ram 会占用很多导致 retention 区域 size 超出。 目前的 sdk 中 ram 剩余可以参考 lst 文件中信息,如果 ram 资源受限,可以适当减小 HEAP_SI...
- 2025年 Apr 16日 09:47
- Forum: TuyaOS-蓝牙设备开发
- Topic: 【求助】tlsr825x的低功耗问题
- Replies: 5
- Views: 1465
Re: 【求助】tlsr825x的低功耗问题
是的,但是建议不要只使用 GPIO 唤醒,最好同时保持定时器唤醒,从而实现 唤醒机制:低功耗设备必须每隔 96h 唤醒一次,每次唤醒持续 15s 以上时间。 此机制。
- 2025年 Apr 16日 09:44
- Forum: TuyaOS-蓝牙设备开发
- Topic: 【求助】tlsr825x的低功耗问题
- Replies: 5
- Views: 1465
Re: 【求助】tlsr825x的低功耗问题
jujuju 2025年 Apr 15日 16:29https://developer.tuya.com/cn/docs/iot- ... 9%E6%80%A7
我看原厂文档写的234s,这里提到的是268s,以哪个为准
以原厂的文档为准,开发者平台的文档我们会尽快修改掉
- 2025年 Mar 3日 08:53
- Forum: TuyaOS-蓝牙设备开发
- Topic: 【求助】【TuyaOS OS】使用蓝牙 Mesh 设备开发包TuyaOS 版本3.8.0 泰凌微 芯片是否可以间断性休眠保持与APP的常连接?
- Replies: 1
- Views: 5056
Re: 【求助】【TuyaOS OS】使用蓝牙 Mesh 设备开发包TuyaOS 版本3.8.0 泰凌微 芯片是否可以间断性休眠保持与APP的常连接?
目前 mesh sdk 无法做到这样的能力
- 2024年 Dec 19日 08:49
- Forum: TuyaOS-蓝牙设备开发
- Topic: phy6222 Write images failed
- Replies: 1
- Views: 5397
Re: phy6222 Write images failed
烧写前需要先擦除 flash 才能重新写入,如果只更新代码的话可以使用 HEXF 模式,上位机会只擦除代码区然后写入新固件
- 2024年 Nov 14日 18:09
- Forum: TuyaOS-Bluetooth Device Development
- Topic: firmware corruption
- Replies: 10
- Views: 19241
Re: firmware corruption
sdk version currently in use is 3.8 it worked able to build without errors with Batt_check_enabled. how do we debug and check if the macro is working and what are the currently set voltage levels at which the macro will be triggered. You can modify the macro definition #define VBAT_ALARM_THRES_MV (...
- 2024年 Nov 14日 16:09
- Forum: TuyaOS-Bluetooth Device Development
- Topic: firmware corruption
- Replies: 10
- Views: 19241
Re: firmware corruption
Add the file "$PROJECT_ROOT/vendor/tlsr825x_smesh/sdk/telink_sig_mesh_sdk/vendor/common/battery_check.c" to the project in the software\TuyaOS\vendor\tlsr825x_smesh\toolchain\templates\vendor.json.
- 2024年 Nov 14日 15:55
- Forum: TuyaOS-Bluetooth Device Development
- Topic: firmware corruption
- Replies: 10
- Views: 19241
Re: firmware corruption
if i enable the BATT_CHECK_ENABLE macro following error appears during build ./vendor/tlsr825x_smesh/sdk/telink_sig_mesh_sdk/drivers/8258/flash.c: In function 'flash_erase_sector': ./vendor/tlsr825x_smesh/sdk/telink_sig_mesh_sdk/drivers/8258/flash.c:224:5: warning: implicit declaration of function ...
- 2024年 Nov 14日 14:16
- Forum: TuyaOS-Bluetooth Device Development
- Topic: firmware corruption
- Replies: 10
- Views: 19241
Re: firmware corruption
The low voltage detection is entirely internal and does not require external circuitry. The principle is to measure the VCC input voltage using the ADC by directly detecting pin PC5 (internally in the chip, not externally accessible). When the VCC voltage is lower than the threshold configured by th...