Search found 191 matches

by yangjie
2024年 Mar 20日 13:42
Forum: TuyaOS-联网单品开发
Topic: 【已解决】电量统计方案产测方案bl0937
Replies: 4
Views: 169

Re: 【求助】电量统计方案产测方案bl0937

freelifewe 2024年 Mar 20日 13:38

1.关于电量统计产品量产,电量统计方案具体量产产测和校准流程是否有参考流程和资料,谢谢

https://developer.tuya.com/cn/docs/iot/ ... iu5skyksp6

by yangjie
2024年 Mar 15日 16:48
Forum: TuyaOS-联网单品开发
Topic: bk7231n-3.8.5-SDK, 电工产品开发包2.0.0,relay配置了RX2引脚,PIN1,无法控制
Replies: 1
Views: 127

Re: bk7231n-3.8.5-SDK, 电工产品开发包2.0.0,relay配置了RX2引脚,PIN1,无法控制

如果可以的话,请不要使用 RX2 !!! 这个问题出现的原因是因为刚上电时把 RX2 初始化为输出模式,后面 RF 校准时又用到 RX2 作为输入导致的。 解决办法: 在 vendor/bk7231n/bk7231n_os/beken378/func/bk7011_cal/bk7231N_cal.c 文件中,进行以下修改: rf_flag1.png 然后在 application_components/ty_app_elec_component/src/ty_app_elec_component.c 文件中分别修改 STATIC OPERATE_RET ty_app_elec_start(V...
by yangjie
2024年 Mar 8日 15:17
Forum: TuyaOS-联网单品开发
Topic: 产品器件驱动示例发布了!涵盖照明,电量统计,红外等多种器件驱动,欢迎下载~
Replies: 7
Views: 6854

Re: 产品器件驱动示例发布了!涵盖照明,电量统计,红外等多种器件驱动,欢迎下载~

gavin.li 2024年 Mar 8日 15:04

红外的协议解析文档,帮忙发下

红外解析,产品开发包中支持的 NEC 协议,你可看下面的帖子了解详情

https://www.tuyaos.com/viewtopic.php?p=5344#p5344

by yangjie
2024年 Mar 7日 17:19
Forum: TuyaOS-联网单品开发
Topic: 【求助】tuyaOS 使用IR的driverdemo报错
Replies: 5
Views: 307

Re: 【求助】tuyaOS 使用IR的driverdemo报错

Code: Select all

TUYA_CALL_ERR_LOG(tdl_ir_dev_recv(sg_ir_dev_hdl, &ir_recv_buffer, 3000)); 

红外接收函数这里设置了 3000ms 的超时,没有接收到红外数据导致的,可以忽略它。
关于红外更多,可以看下这个帖子: viewtopic.php?p=5344#p5344

by yangjie
2024年 Mar 7日 17:01
Forum: TuyaOS-联网单品开发
Topic: 【求助】tuyaOS 使用IR的driverdemo报错
Replies: 5
Views: 307

Re: 【求助】tuyaOS 使用IR的driverdemo报错

使用的未经修改的代码吗?如果有经修改,修改了哪些内容。使用的模组是哪一个?日志可以发全一点不

by yangjie
2024年 Feb 19日 11:46
Forum: TuyaOS-Networked Device Development
Topic: Readings not updating in Tuya app
Replies: 5
Views: 625

Re: Readings not updating in Tuya app

Open the product you want to develop:

PixPin_2024-02-19_11-38-40.png

click edit:

PixPin_2024-02-19_11-38-19.png

This means: -100.0 to 100.0.

by yangjie
2024年 Feb 19日 09:33
Forum: TuyaOS-Networked Device Development
Topic: Readings not updating in Tuya app
Replies: 5
Views: 625

Re: Readings not updating in Tuya app

You can only report when the report value has changed by calling the mcu_dp_update interface. You also need to ensure that the size of the data you report is within the range set on the tuya iot platform. You can print out the reported data and have a look at it.

by yangjie
2024年 Feb 7日 16:53
Forum: TuyaOS-Networked Device Development
Topic: Looking for someone for MCU SDK Porting
Replies: 7
Views: 689

Re: Looking for someone for MCU SDK Porting

So, should I be using the "start" from the "Examples" and then add the files (attached), to the same folder of the ino file and then upload it? Sorry, I am confused.. You don't need to use these files, the functionality of these files is already implemented in the arduino Tuya_W...
by yangjie
2024年 Feb 7日 16:08
Forum: TuyaOS-Networked Device Development
Topic: Looking for someone for MCU SDK Porting
Replies: 7
Views: 689

Re: Looking for someone for MCU SDK Porting

Thanks a lot.. I will check connecting the debugging assistant. Regarding the library, I downloaded the Tuya_WiFi_MCU_SDK and when I try to compile he code in Arduino IDE, I get below errors #error "Please call uart_receive_input(value) in the serial port receive interrupt. The serial port dat...