Search found 218 matches

by 逻辑的院子
2024年 Mar 11日 20:11
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】【TuyaOS OS】关于一个8000次for循环执行时间8MS
Replies: 8
Views: 188

Re: 【求助】【TuyaOS OS】关于一个8000次for循环执行时间8MS

请贴一下相关代码,例如test_timeout_handler是由哪个接口调用的?

by 逻辑的院子
2024年 Mar 8日 18:13
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】TUYAOS-3.9.0编译报错-TLSR8250
Replies: 9
Views: 546

Re: 【求助】TUYAOS-3.9.0编译报错-TLSR8250

看起来似乎是你的网络有问题,有没有开启VPN之类的,可以关掉试试

by 逻辑的院子
2024年 Mar 8日 17:53
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】TUYAOS-3.9.0编译报错-TLSR8250
Replies: 9
Views: 546

Re: 【求助】TUYAOS-3.9.0编译报错-TLSR8250

运行:
C:\Users\52698\.tuya\venv\Scripts\pip install GitPython
如果再遇到别的(xxxx)一样的运行命令
C:\Users\52698\.tuya\venv\Scripts\pip install xxxx

by 逻辑的院子
2024年 Mar 8日 17:41
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】TUYAOS-3.9.0编译报错-TLSR8250
Replies: 9
Views: 546

Re: 【求助】TUYAOS-3.9.0编译报错-TLSR8250

在终端中运行这个命令试试:
C:\Users\52698\.tuya\venv\Scripts\python.exe -m ensurepip --upgrade

by 逻辑的院子
2024年 Mar 8日 17:37
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】TUYAOS-3.9.0编译报错-TLSR8250
Replies: 9
Views: 546

Re: 【求助】TUYAOS-3.9.0编译报错-TLSR8250

可以贴一下您点击完 “build project” 之后终端运行的命令吗?

by 逻辑的院子
2024年 Mar 8日 10:43
Forum: TuyaOS-蓝牙设备开发
Topic: nRF52840芯片Flash资源调整说明
Replies: 0
Views: 2094

nRF52840芯片Flash资源调整说明

Flash 分区说明 目前 TuyaOS BLE SDK V3.9.0 For nRF52840 的 Flash 分区图如下: image-20240307161104664 上图中: 0x27000 ~ 0x77000 共 320KB 的区域是应用代码存储区。 0x77000 ~ 0xC7000 共 320KB 的区域是OTA代码存储区。 0xC7000 ~ 0xF4000 共 180KB 的区域是未使用区域, 可以用于应用层数据存储 。 0xF4000 ~ 0xF8000 共 16KB 的区域是涂鸦授权和配网信息存储区,不允许其他程序进行修改和占用。 其他黄色区域是 Nordic 官方 ...
by 逻辑的院子
2024年 Feb 22日 18:24
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】【TuyaOS】配置蓝牙发射功率
Replies: 1
Views: 203

Re: 【求助】【TuyaOS】配置蓝牙发射功率

是的,直接修改就行,修改发射功率后注意功耗是否能满足需求。

by 逻辑的院子
2024年 Feb 5日 19:49
Forum: TuyaOS-Bluetooth Device Development
Topic: Logic Software User Guide
Replies: 0
Views: 3125

Logic Software User Guide

Product Introduction Basic Functions of the Logic Host Application: Testing Bluetooth protocols (Adv, Scan, Connect, Datacom) Obtaining/setting basic embedded device information (PID, Mac, Version, cloud time, random number) Testing advanced features (weather service, big data transmission, scene c...
by 逻辑的院子
2024年 Feb 5日 18:26
Forum: TuyaOS-Bluetooth Device Development
Topic: 【Bluetooth】 Official Tutorials Summary
Replies: 0
Views: 3167

【Bluetooth】 Official Tutorials Summary

中文版本 TuyaOS Quick Start If you want to develop Tuya Bluetooth Device base on TuyaOS,it is very recommended to read the left tutorial in turn,you can read the right tutorial if you want to know the information about chip platform. If you have any problems during the development process, you can ask ...
by 逻辑的院子
2024年 Feb 4日 10:27
Forum: TuyaOS-蓝牙设备开发
Topic: 【已解决】PHY6222_TuyaOS-3.9.0 编译不了
Replies: 12
Views: 3060

Re: PHY6222_TuyaOS-3.9.0 编译不了

运行下:
C:\Users\River\.tuya\venv\Scripts\python.exe -m ensurepip --upgrade