Search found 133 matches

by chenyisong
2025年 Jun 3日 15:34
Forum: TuyaOS-联网单品开发
Topic: open SDK AI调用tkl_fopen系统就会奔溃
Replies: 2
Views: 248

Re: open SDK AI调用tkl_fopen系统就会奔溃

TuyaOpen 目前还未支持文件系统,可以先将gif编译成数组形式来实现。

TuyaOpen 相关问题麻烦提交到github https://github.com/tuya/TuyaOpen仓库的 issue中,我们会及时回复

by chenyisong
2025年 May 9日 14:19
Forum: MCU SDK开发
Topic: CBU模组MCU开发DP接收异常
Replies: 4
Views: 2435

Re: CBU模组MCU开发DP接收异常

建议使用iot.tuya.com上自动生成的mcu-sdk进行对接

by chenyisong
2025年 May 6日 16:54
Forum: TuyaOS-联网单品开发
Topic: T5-E1模组功能开发
Replies: 4
Views: 1351

Re: T5-E1模组功能开发

已经有很多产品已经实现了类似功能,可以在wind-ide里面下载wukong AI开发包,运行 tuyaos_demo_ai_toy 这个demo就可以快速实现以上功能

by chenyisong
2025年 Mar 18日 16:34
Forum: TuyaOS-联网单品开发
Topic: 电工插座产品包右键编译问题
Replies: 1
Views: 2800

Re: 电工插座产品包右键编译问题

这个问题应该是由于在下载过程中出现了中断,再次下载的时候重命名了,
我们会在后期版本中优化这个流程

by chenyisong
2025年 Feb 26日 16:38
Forum: TuyaOS-工具讨论
Topic: Tuya Wind IDE 编译tuyaos_demo_quickstart出错误
Replies: 2
Views: 4796

Re: Tuya Wind IDE 编译tuyaos_demo_quickstart出错误

需要安装一下这个libc6-i386依赖库,可以在64位系统中运行32位的gcc运行一下

Code: Select all

sudo apt-get install libc6-i386
by chenyisong
2025年 Feb 19日 19:31
Forum: TuyaOS 开发
Topic: tuyaopen sdk开发esp32c3模块 运行的程序不是switch_demo的日志
Replies: 1
Views: 6444

Re: tuyaopen sdk开发esp32c3模块 运行的程序不是switch_demo的日志

esp32c3经过多次测试是可以正常通过蓝牙配网连接tuya云的,tuyaopen会自动下载对应的esp-idf版本,建议使用tuyaopen自动下载的esp-idf。
tuyaopen相关问题请提交到 https://github.com/tuya/tuyaopen/issues

技术问题也可以进 QQ群 796221529 交流

by chenyisong
2025年 Feb 19日 10:12
Forum: TuyaOS-工具讨论
Topic: BK7231NSP固件分区
Replies: 1
Views: 9034

Re: BK7231NSP固件分区

| | | 大小 | 起始地址 | 结束地址 | 备注 | | ---- | -------- | ---- | -------- | -------- | ---- | | bootloader | | 68K | 0x00000 | 0x11000 | | | application | | 1124K | 0x11000 | 程序运行区1124K | | ota | | 664K | 0x12A000 | | OTA下载区(0xA6000) | | 参数 | | 4K | 0x1D0000 | | 射频参数存储区不能擦除,擦除后要重新做射频参数校正| | 参数 | | 4K | 0x1D...