diff --git a/docs/en/base/base15.md b/docs/en/base/base15.md index 016170d6..713f8c33 100644 --- a/docs/en/base/base15.md +++ b/docs/en/base/base15.md @@ -38,4 +38,13 @@ This base gives you an unlimited of combinations, it is powerful, flexible, and - 10x Screw (3 types: M3*22, M3*12, M2*5) - 2x M3 Nut - 1x 2.45mm pin set -- 1x Sticker \ No newline at end of file +- 1x Sticker + +## structural-design-file + +?>[lick here for open source architecture design files](https://github.com/m5stack/m5-structural-design-file/tree/master/BaseX_VGA_01) + + +## Related Link + +- **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE15.pdf)** \ No newline at end of file diff --git a/docs/en/base/base26.md b/docs/en/base/base26.md index b1da2b0e..f923921f 100644 --- a/docs/en/base/base26.md +++ b/docs/en/base/base26.md @@ -41,4 +41,13 @@ This base gives you an unlimited of combinations, it is powerful, flexible, and - 10x Screw (3 types: M3*22, M3*12, M2*5) - 2x M3 Nut - 1x 2.45mm pin set -- 1x Sticker \ No newline at end of file +- 1x Sticker + +## structural-design-file + +?>[lick here for open source architecture design files](https://github.com/m5stack/m5-structural-design-file/tree/master/BaseX_VGA_01) + + +## Related Link + +- **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE26.pdf)** \ No newline at end of file diff --git a/docs/en/related_documents/UIFlow_Desktop_IDE.md b/docs/en/related_documents/UIFlow_Desktop_IDE.md index 2e798412..59475500 100644 --- a/docs/en/related_documents/UIFlow_Desktop_IDE.md +++ b/docs/en/related_documents/UIFlow_Desktop_IDE.md @@ -1,35 +1,18 @@ -# UIFlow Desktop IDE 部署{docsify-ignore-all} - - - +# UIFlow Desktop IDE deployment{docsify-ignore-all} 1. [Install UIFlow-Desktop-IDE](#Install-UIFlow-Desktop-IDE) -2. [基本配置](#基本配置) +2. [configuration](#configuration) -3. [使用案例](#使用案例) +3. [Example](#Example) -4. [附加功能](#附加功能) +4. [Additional features](#Additional-features) -## 安装UIFlow-Desktop-IDE +## Insrall UIFlow-Desktop-IDE ->点击下方对应自己操作系统的 **UIFlow-Desktop-IDE** 进行下载. +>Click **UIFlow-Desktop-IDE** for your operating system below to download.
-?>软件启动后,将自动检测你的电脑是否安装有USB驱动(CP210X),点击Install,根据提示,进行安装.
+?>After the software is started, it will automatically detect whether your computer has a USB driver (CP210X) installed, click Install, and follow the prompts to install it.
->驱动安装完成后,将自动进入UIFlow Desktop IDE并自动弹出配置框,此时将M5设备通过Tpye-C数据线连接至电脑.
+>After the driver installation is complete, it will automatically enter the UIFlow Desktop IDE and automatically pop up the configuration box. At this time, connect the M5 device to the computer through the Tpye-C data cable.
-!>使用UIFlow Desktop IDE需要M5设备搭载UIFlow固件且进入**USB编程模式**.
+!>Using the UIFlow Desktop IDE requires the M5 device to carry the UIFlow firmware and enter the **USB mode**.
->单击设备左侧电源键重启,进入菜单后快速选择Setup,进入配置页面,选择**USB mode**.
+>Click the power button on the left side of the device to restart. After entering the menu, select Setup quickly to enter the configuration page and select**USB mode**.
->选择好对应的端口,与编程设备,点击OK进行连接.
+>Select the corresponding port, and connect to the programming device, click OK.
-## 使用案例
+## Example
->完成连接后,就可以开始编程创作了,拖拽左侧的程序块列表中的程序块到编程区域,完成程序编辑后点击右上角的运行按钮,执行程序.
+>After the connection is completed, you can start programming. Drag and drop the block in the block list on the left to the programming area. After editing the program, click the Run button in the upper right corner to execute the program..
-## 附加功能
+## Additional features
-!>UIFlow Desktop IDE除了是一个强大的程序编辑器以外,它同时还集成了**USB驱动**安装、**M5Burner**烧录工具等功能,无需另外下载其他的软件,一站式解决编程环境的部署需求.
+!>In addition to being a powerful program editor, UIFlow Desktop IDE also integrates **USB driver** installation, **M5Burner** burning tool and other functions, no need to download other software, one-stop solution programming environment Deployment requirements.
->在IDE的上方菜单栏,能够找到对应的附加功能,点击即可打开使用,关于M5Burner的使用方式,详情可以参考我们的另一篇文档 ["烧录固件"](zh_CN/related_documents/M5Burner).
+>In the upper menu bar of the IDE, you can find the corresponding additional functions, click to open the use, about the use of M5Burner, please refer to our other document for details. ["Upgrade Firmware"](zh_CN/related_documents/M5Burner).
diff --git a/docs/en/unit/adc.md b/docs/en/unit/adc.md
index 20ef4537..a4078565 100644
--- a/docs/en/unit/adc.md
+++ b/docs/en/unit/adc.md
@@ -52,9 +52,7 @@ GAIN = 1, 2, 4, OR 8
- **Datasheet** - [ADS1100](http://pdf1.alldatasheet.com/datasheet-pdf/view/619024/TI1/ADS1100.html)
-## Example
-
-## Mini Burner
+## Test Firmware:MiniBurner
>1.Mini Burner is a simple and fast program burner, and each product page has a product-related case program for Mini Burner.
[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Unit/MiniBurner_ADC_ADS1100.exe)
@@ -63,6 +61,8 @@ GAIN = 1, 2, 4, OR 8
!>3.The CP210X (USB driver) needs to be installed before the Mini Burner is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection)
+## Example
+
### 1. Arduino IDE
*The below code is incomplete(just for usage). If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ADC/Arduino/ADC_ADS1100).*
diff --git a/docs/en/unit/angle.md b/docs/en/unit/angle.md
index 413241fe..143df7a9 100644
--- a/docs/en/unit/angle.md
+++ b/docs/en/unit/angle.md
@@ -42,9 +42,8 @@ The Unit's Grove interface is black, indicating an analog interface that needs t
- **[Forum](http://forum.m5stack.com/)**
-## Example
-### Mini Burner
+## Test Firmware:MiniBurner
>1.Mini Burner is a simple and fast program burner, and each product page has a product-related case program for Mini Burner.
[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Unit/MiniBurner_Angle.exe)
@@ -53,6 +52,8 @@ The Unit's Grove interface is black, indicating an analog interface that needs t
!>3.The CP210X (USB driver) needs to be installed before the Mini Burner is burned. [Click here to view the driver installation tutorial](en/related_documents/establish_serial_connection)
+## Example
+
### 1. Arduino IDE
*The code below is incomplete. To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/ANGLE/Arduino).*
diff --git a/docs/zh_CN/base/BASE15.md b/docs/zh_CN/base/BASE15.md
index cc6fed73..65753f45 100644
--- a/docs/zh_CN/base/BASE15.md
+++ b/docs/zh_CN/base/BASE15.md
@@ -39,11 +39,12 @@
- 1x 2.45mm pin set
- 1x Sticker
+## 结构设计文件
+
+?>[点击此处,获取开源结构设计文件](https://github.com/m5stack/m5-structural-design-file/tree/master/BaseX_VGA_01)
+
+
## 相关链接
-- **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
-
-- **[官方论坛](http://forum.m5stack.com/)**
-
- **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE15.pdf)**
diff --git a/docs/zh_CN/base/BASE26.md b/docs/zh_CN/base/BASE26.md
index 736e5709..d1b9afd1 100644
--- a/docs/zh_CN/base/BASE26.md
+++ b/docs/zh_CN/base/BASE26.md
@@ -40,11 +40,11 @@
- 1x 2.45mm pin set
- 1x Sticker
+## 结构设计文件
+
+?>[点击此处,获取开源结构设计文件](https://github.com/m5stack/m5-structural-design-file/tree/master/BaseX_VGA_01)
+
## 相关链接
-- **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
-
-- **[官方论坛](http://forum.m5stack.com/)**
-
- **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE26.pdf)**
\ No newline at end of file