你好,请问是哪个开发框架?麻烦提供下开发框架完整名字。
Search found 95 matches
- 2024年 Oct 21日 11:08
- Forum: TuyaOS-蓝牙设备开发
- Topic: 求助:TuyaOS V3.9.0版本的SDK 编译问题
- Replies: 1
- Views: 161
- 2024年 Oct 15日 18:43
- Forum: TuyaOS-蓝牙设备开发
- Topic: 如何优化上报时间间隔
- Replies: 1
- Views: 166
Re: 如何优化上报时间间隔
你好,请问是TuyaOS开发吗?BLE还是mesh ?请提供下TuyaOS版本、芯片型号等。
- 2024年 Sep 18日 11:00
- Forum: TuyaOS-Bluetooth Device Development
- Topic: Need help accessing BK3633 libraries
- Replies: 2
- Views: 1546
Re: Need help accessing BK3633 libraries
Hi, the TuyaOS development framework for bk3633 has not been released yet and is still under development.
- 2024年 Aug 28日 16:36
- Forum: TuyaOS-蓝牙设备开发
- Topic: 概率性蓝牙配网已收到手机发送的ssid&pwd,但是回调给用户软件是空的
- Replies: 1
- Views: 2948
Re: 概率性蓝牙配网已收到手机发送的ssid&pwd,但是回调给用户软件是空的
不好意思,帖子漏掉了,请问问题解决了吗?
- 2024年 Aug 28日 15:40
- Forum: TuyaOS-蓝牙设备开发
- Topic: 如何在上电复位后,保留想要的数据在ram中,不要清掉
- Replies: 1
- Views: 2839
Re: 如何在上电复位后,保留想要的数据在ram中,不要清掉
ram掉电不保存,即使链接文件中指定一段ram启动时不初始化,那么这段ram的数据也是未知的,不建议这么做;如果想要检测到掉电前保存数据到flash,一般需要硬件上做掉电检测同时需要增加主电源掉电后的短时供电电路,例如大电容,这些只是建议,我们并没有类似的应用案例。
- 2024年 Aug 8日 14:53
- Forum: TuyaOS-蓝牙设备开发
- Topic: 如何在RESET脚复位之前把想要的数据保存下来
- Replies: 3
- Views: 1474
Re: 如何在RESET脚复位之前把想要的数据保存下来
用的开发板吗?还是自研发的硬件,为什么插上数据线后会触发硬复位?这个需要硬件上解决插线会复位的问题。
- 2024年 Aug 5日 19:17
- Forum: TuyaOS-蓝牙设备开发
- Topic: 酒店版蓝牙温控器
- Replies: 9
- Views: 1764
Re: 酒店版蓝牙温控器
你好,请提供一下开发方式、pid、应用场景等信息,TuyaOS开发还是mcu通用对接?
- 2024年 Jul 31日 10:56
- Forum: TuyaOS-蓝牙设备开发
- Topic: 【已解决】请教一下PHY6222 Tuya_os 3.9.0 beacon上报的例程有吗
- Replies: 11
- Views: 2912
Re: 请教一下PHY6222 Tuya_os 3.9.0 beacon上报的例程有吗
什么样的beacon上报场景,BLE的开发框架通过ble beacon上报dp数据吗?
- 2024年 Jun 12日 17:07
- Forum: TuyaOS-蓝牙设备开发
- Topic: TLSR8250_TuyaOS-3.9.0 中如何使用 time.h 函数库
- Replies: 1
- Views: 272
Re: TLSR8250_TuyaOS-3.9.0 中如何使用 time.h 函数库
TLSR825x编译器不支持标准库,建议按需自行实现time相关的功能函数。
- 2024年 Jun 12日 10:26
- Forum: TuyaOS-Bluetooth Device Development
- Topic: proxy to mesh failed error - TLSR825x SDK ver 3.8
- Replies: 18
- Views: 7578
Re: proxy to mesh failed error - TLSR825x SDK ver 3.8
The TLSR825x compiler does not support the standard library, and the telink non-standard library does not provide math-related functions. The chip manufacturer recommends implementing the required math functions yourself. We are also consulting chip manufacturers to see if they have any recommended ...