Search found 109 matches

by NICE
2025年 Nov 17日 14:45
Forum: TuyaOS-蓝牙设备开发
Topic: PHY6222 ADC采集电压不准确 换算阻值偏差大
Replies: 3
Views: 173

Re: PHY6222 ADC采集电压不准确 换算阻值偏差大

可以在你们板子上测试下不同温度下固定电压输入的采集输出值,先不要采集NTC电路。

by NICE
2025年 Sep 19日 21:02
Forum: TuyaOS-Bluetooth Device Development
Topic: Bluetooth Smart Tag
Replies: 5
Views: 5336

Re: Bluetooth Smart Tag

Thank you for reaching out and sharing your feedback about the Bluetooth Smart Tag integration with Tuya's automation features. We appreciate your insights and understand the importance of having robust automation capabilities for a seamless smart home experience.Our automation rules do not currentl...
by NICE
2025年 Sep 17日 11:25
Forum: TuyaOS-Bluetooth Device Development
Topic: Bluetooth Smart Tag
Replies: 5
Views: 5336

Re: Bluetooth Smart Tag

Please provide the device information of the smart tag. You can click on the upper right corner button, then click Device Information: you can view the device's ID, IP address, MAC address, time zone, and online status, etc.
https://support.tuya.com/en/help/_detail/K9d1qt73ht2rs

by NICE
2025年 Jun 26日 20:15
Forum: TuyaOS-蓝牙设备开发
Topic: BLE设备解绑与重置是否可以清除面板日志
Replies: 2
Views: 4792

Re: BLE设备解绑与重置是否可以清除面板日志

清除历史数据目前必须通过手机app“解绑并清除数据的”的方式实现。

by NICE
2025年 Jun 26日 19:48
Forum: TuyaOS-蓝牙设备开发
Topic: DP ID=19 上报失败
Replies: 8
Views: 14230

Re: DP ID=19 上报失败

2.0.0下架已不再释放。

by NICE
2025年 Jun 26日 16:00
Forum: TuyaOS-蓝牙设备开发
Topic: DP ID=19 上报失败
Replies: 8
Views: 14230

Re: DP ID 19 上报失败

Tuya_BLE_SDK v2.0.0 版本已不再迭代,如果是新项目建议使用最新TuyaOS ble sdk,门锁的相关demo也是基于TuyaOS ble sdk的。关于如何获取ST17H65的TuyaOS开发框架请参考三方对接流程:https://developer.tuya.com/cn/docs/iot- ... 39hzs0m4gc

by NICE
2025年 Jun 26日 15:25
Forum: TuyaOS-蓝牙设备开发
Topic: cc2340网关开发问题
Replies: 1
Views: 1143

Re: cc2340网关开发问题

你好,请详细描述一下遇到的问题,关于CC2340的开发资料请参考:https://www.tuyaos.com/viewtopic.php?t=4647

by NICE
2025年 Jun 18日 14:40
Forum: TuyaOS-蓝牙设备开发
Topic: 涂鸦有没有支持蓝牙音响的例程?
Replies: 1
Views: 813

Re: 涂鸦有没有支持蓝牙音响的例程?

你好,目前没有相关例程。

by NICE
2025年 Mar 12日 20:01
Forum: TuyaOS-蓝牙设备开发
Topic: 解析涂鸦DP数据时,有个sn参数,这个参数代表啥
Replies: 1
Views: 4670

Re: 解析涂鸦DP数据时,有个sn参数,这个参数代表啥

你好,使用的sdk版本是2.x的吗?sn是包序号,app每次连接后从1开始计数,发送一包新的dp数据后sn加1,设备应用可以基于sn去重,按需使用。