Search found 96 matches

by chenyisong
2024年 Mar 11日 14:51
Forum: TuyaOS-联网单品开发
Topic: 【已解决】关于CBU的IO中断方式支持问题
Replies: 2
Views: 134

Re: 【求助】关于CBU的IO中断方式支持问题

CBU的中断不能支持双边沿触发中断,只能上升沿或者下降沿

by chenyisong
2024年 Mar 11日 09:53
Forum: TuyaOS-联网单品开发
Topic: 添加设备问题
Replies: 5
Views: 448

Re: 添加设备问题

可以查看一下授权码和产品是否对应

by chenyisong
2024年 Mar 10日 20:50
Forum: TuyaOS
Topic: Smart camera
Replies: 1
Views: 88

Re: Smart camera

Could you describe your project in detail

by chenyisong
2024年 Mar 4日 20:15
Forum: General Discussion
Topic: T2-U board ordering - shipping cost
Replies: 2
Views: 292

Re: T2-U board ordering - shipping cost

The sample graffiti will be responsible for the freight, but the graffiti will not be responsible for the customs clearance costs, and the import declaration costs need to be borne by you

by chenyisong
2024年 Mar 1日 14:58
Forum: TuyaOS 开发
Topic: 在线授权功能开发设备端与涂鸦生产解决方案工具对接事项问题
Replies: 9
Views: 502

Re: 在线授权功能开发设备端与涂鸦生产解决方案工具对接事项问题

可以找下和你对接的客户经理,然后对接一下负责生产工具的开发同学。

by chenyisong
2024年 Feb 21日 20:02
Forum: MCU SDK Development
Topic: Arduino microcontrollers can also directly connect to the Tuya Cloud, making it easy to achieve intelligent control
Replies: 0
Views: 2390

Arduino microcontrollers can also directly connect to the Tuya Cloud, making it easy to achieve intelligent control

Arduino microcontrollers can also directly connect to the Tuya Cloud, making it easy to achieve intelligent control The MCU SDK enables you to connect to the Tuya IoT Cloud by interfacing an existing MCU with Tuya standard module. With a few lines of code on the MCU side, you can enable communicati...
by chenyisong
2024年 Feb 18日 18:40
Forum: TuyaOS-Networked Device Development
Topic: Readings not updating in Tuya app
Replies: 5
Views: 426

Re: Readings not updating in Tuya app

The dp_update_all() function is only used to report all dp data after the device is powered on again. To report other data, call the my_device.mcu_dp_update() function at the required location.

by chenyisong
2024年 Feb 5日 10:42
Forum: TuyaOS-联网单品开发
Topic: BK7231N 延时问题
Replies: 9
Views: 592

Re: BK7231N 延时问题

DebugGT 2024年 Feb 2日 18:20

我现在是用GPIO控制电机,同时定时器中断里进行超时计数,电机运动过程中一直检测目标霍尔信号,定时器计数超时或者检测到目标霍尔位置时电机停止。我这个需要达到毫秒级定时,电机动作优先级最高,联网只是附带功能,用于远程控制和读取设备状态。我贴出来的程序就是希望电机在运动过程中不要切换到其他任务,很明显这个还是有4ms左右误差

wifi类soc芯片由于首要工作是完成底层wifi相关的工作,所以底层WiFi硬件相关的中断优先级是最高的,上层的中断会被下层的中断打断导致时间不准。

by chenyisong
2024年 Feb 2日 17:09
Forum: TuyaOS-联网单品开发
Topic: tuya-open-sdk-for-device使用指南之Windows 下 MSYS2 编译 T2-U 开发板
Replies: 0
Views: 3313

tuya-open-sdk-for-device使用指南之Windows 下 MSYS2 编译 T2-U 开发板

tuya-open-sdk-for-device 是一款跨芯片平台、操作系统的 IoT 开发框架。它基于通用南向接口设计,支持 Bluetooth、Wi-Fi、Ethernet 等通信协议,提供了物联网开发的核心功能,包括配网,激活,控制,升级等;它具备强大的安全合规能力,包括设备认证、数据加密、通信加密等,满足全球各个国家和地区的数据合规需求。 基于 tuya-open-sdk-for-device 开发的 IoT 产品,如果使用 tuya_cloud_service 组件的功能,就可以使用涂鸦APP、云服务提供的强大生态能力,并与 Power By Tuya 设备互联互通。 官方仓库地址为...