Skip to content

Commit

Permalink
feat: Add T5 information, board management address in mainland China
Browse files Browse the repository at this point in the history
  • Loading branch information
shiliu-yang authored and flyingcys committed Oct 30, 2024
1 parent 2db25eb commit d0d5557
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Currently, the project supports T2 and T3 two chips
| Chip | Windows | Linux | macOS |
| :--: | :------: | :---: | :------: |
| T2 | Support | Support | Temporarily not supported |
| T3 | Temporarily not supported | Support | Temporarily not supported |
| T3 | Support | Support | Temporarily not supported |
| T5 | Support | Support | Temporarily not supported |

> Note: Some chips have not been supported on certain operating systems, and we are working hard to support them, please look forward to it!
Expand All @@ -38,6 +39,12 @@ It is recommended to install and use the latest version of Arduino IDE 2, which
https://github.com/tuya/arduino-tuyaopen/releases/download/global/package_tuya_open_index.json
```

For developers in mainland China, you can choose the following development board management address:

```
https://github.com/tuya/arduino-tuyaopen/releases/download/global/package_tuya_open_index_cn.json
```

+ Open Arduino IDE 2 and click "File" -> "Preferences" to open the preferences window.

![Preferences](https://images.tuyacn.com/fe-static/docs/img/581335e7-e012-4895-aece-7af21d00bbf5.png)
Expand All @@ -48,12 +55,11 @@ It is recommended to install and use the latest version of Arduino IDE 2, which

+ In the "Board Manager", search for "Tuya Open" and install the latest version.

![BoardManager](https://images.tuyacn.com/fe-static/docs/img/1aa17f8d-1991-405a-a08e-def5d1db04de.png)

## Hardware Introduction for Development Board

+ [T2-U Development Board](https://developer.tuya.com/cn/docs/iot/t2-u-board?id=Kce6cq9e9vlmv)
+ [T3-U Module Datasheet](https://developer.tuya.com/cn/docs/iot/T3-U-Module-Datasheet?id=Kdd4pzscwf0il)
+ [T5-E1 Module Datasheet](https://developer.tuya.com/en/docs/iot/T5-E1-Module-Datasheet?id=Kdar6hf0kzmfi)

## Support

Expand Down
12 changes: 9 additions & 3 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ arduino-tuyaopen 基于 [tuya-open-sdk-for-device](https://github.com/tuya/tuya-
| 芯片 | Windows | Linux | macOS |
| :--: | :------: | :---: | :------: |
| T2 | 支持 | 支持 | 暂不支持 |
| T3 | 暂不支持 | 支持 | 暂不支持 |
| T3 | 支持 | 支持 | 暂不支持 |
| T5 | 支持 | 支持 | 暂不支持 |

> 注意:当前部分芯片未支持某些操作系统,我们正在全力支持中,敬请期待!
Expand All @@ -39,6 +40,12 @@ arduino-tuyaopen 基于 [tuya-open-sdk-for-device](https://github.com/tuya/tuya-
https://github.com/tuya/arduino-tuyaopen/releases/download/global/package_tuya_open_index.json
```

对于中国大陆地区的开发者可以选择下方开发板管理地址:

```
https://github.com/tuya/arduino-tuyaopen/releases/download/global/package_tuya_open_index_cn.json
```

+ 启动 Arduino IDE 2,并依次点击 “文件” -> “首选项” ,打开首选项窗口。

![Preferences](https://images.tuyacn.com/fe-static/docs/img/9f354b85-5f9d-4af6-be60-c114d7b1e822.png)
Expand All @@ -49,12 +56,11 @@ arduino-tuyaopen 基于 [tuya-open-sdk-for-device](https://github.com/tuya/tuya-

+ 在 “开发板管理器”,输入 "Tuya Open" 查找并安装最新版本。

![BoardManager](https://images.tuyacn.com/fe-static/docs/img/120abc55-49dc-4690-8f01-c12e1f45c127.png)

## 开发板硬件简介

+ [T2-U 开发板](https://developer.tuya.com/cn/docs/iot/t2-u-board?id=Kce6cq9e9vlmv)
+ [T3-U 模组规格书](https://developer.tuya.com/cn/docs/iot/T3-U-Module-Datasheet?id=Kdd4pzscwf0il)
+ [T5-E1 模组规格书](https://developer.tuya.com/cn/docs/iot/T5-E1-Module-Datasheet?id=Kdar6hf0kzmfi)

## 支持

Expand Down

0 comments on commit d0d5557

Please sign in to comment.