From ae9a6098fa3f6dbb81ea4508430fa1d48f5f8fbf Mon Sep 17 00:00:00 2001 From: Gitshaoxiang <1026025056@qq.com> Date: Mon, 23 Mar 2020 16:39:38 +0800 Subject: [PATCH] update some easyloader and exmaple video --- docs/assets/css/main-min.css | 7 ------- docs/en/unit/button.md | 30 ++++++++++++++++++++++-------- docs/en/unit/color.md | 30 ++++++++++++++++++++++-------- docs/en/unit/heart.md | 30 ++++++++++++++++++++++-------- docs/en/unit/light.md | 30 ++++++++++++++++++++++-------- docs/en/unit/ncir.md | 30 ++++++++++++++++++++++-------- docs/en/unit/rgb.md | 30 ++++++++++++++++++++++-------- docs/en/unit/tof.md | 29 ++++++++++++++++++++++------- docs/zh_CN/unit/button.md | 30 ++++++++++++++++++++++-------- docs/zh_CN/unit/color.md | 30 ++++++++++++++++++++++-------- docs/zh_CN/unit/heart.md | 30 ++++++++++++++++++++++-------- docs/zh_CN/unit/light.md | 30 ++++++++++++++++++++++-------- docs/zh_CN/unit/ncir.md | 30 ++++++++++++++++++++++-------- docs/zh_CN/unit/rgb.md | 30 ++++++++++++++++++++++-------- docs/zh_CN/unit/tof.md | 30 ++++++++++++++++++++++-------- 15 files changed, 308 insertions(+), 118 deletions(-) diff --git a/docs/assets/css/main-min.css b/docs/assets/css/main-min.css index 9cb4a96e..52d444aa 100644 --- a/docs/assets/css/main-min.css +++ b/docs/assets/css/main-min.css @@ -8,7 +8,6 @@ src: url("/assets/font/montserrat_n5.e72d00d31ae5399d260a80ec70322c62c1819762.woff2") format("woff2") } - a { text-decoration: none !important } @@ -17,7 +16,6 @@ img { z-index: 51 } - .product_pic img { width: 30%; } @@ -1123,8 +1121,6 @@ mark { margin-top: 5px; } - -/* Border styles */ table thead, table tr { border-top-width: 1px; border-top-style: solid; @@ -1140,10 +1136,8 @@ table { border-top-color: #aabfdc; overflow: auto; display: table !important; - /* padding-bottom: 5px; */ } -/* Padding and font style */ table td, table th { padding: 5px 10px; font-size: 13px; @@ -1152,7 +1146,6 @@ table td, table th { border-color: hsl(212, 42%, 88%); } -/* Alternating background colors */ table tr:nth-child(even) { background: #d3dfed !important; } diff --git a/docs/en/unit/button.md b/docs/en/unit/button.md index c5d0105f..37af30fa 100644 --- a/docs/en/unit/button.md +++ b/docs/en/unit/button.md @@ -37,15 +37,29 @@ This unit communicates with M5Core through GROVE B port. ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . - ->2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) - -?> 3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

The screen displays the current button status.

+
+
+
## Schematic diff --git a/docs/en/unit/color.md b/docs/en/unit/color.md index a806fc96..4ced7c7d 100644 --- a/docs/en/unit/color.md +++ b/docs/en/unit/color.md @@ -51,15 +51,29 @@ This Unit communicates with the M5Core via the GROVE A interface(I2C). Address i ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . - ->2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) - -?>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

The sensor collects the current CRGB value and prints it out through the serial port.

+
+
+
## Schematic diff --git a/docs/en/unit/heart.md b/docs/en/unit/heart.md index b6646ba2..d215c1cb 100644 --- a/docs/en/unit/heart.md +++ b/docs/en/unit/heart.md @@ -42,15 +42,29 @@ MAX30100 is a complete pulse oximetry and heartrate sensor system solution desig ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . - ->2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) - -?>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

The screen displays the blood oxygen heart rate sensor detection value.

+
+
+
## Example diff --git a/docs/en/unit/light.md b/docs/en/unit/light.md index 4e039539..8279ac2e 100644 --- a/docs/en/unit/light.md +++ b/docs/en/unit/light.md @@ -28,15 +28,29 @@ We add some extra work to strengthen the circult, a Dual Differential Comparator ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . - ->2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) - -?>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

The screen displays the current ambient light value.

+
+
+
## Example diff --git a/docs/en/unit/ncir.md b/docs/en/unit/ncir.md index 61d5c614..c56220c4 100644 --- a/docs/en/unit/ncir.md +++ b/docs/en/unit/ncir.md @@ -41,15 +41,29 @@ Connect with M5Core via GROVE A IIC(0x5A). ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . - ->2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) - -?>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

The screen displays the current detected temperature value.

+
+
+
## Example diff --git a/docs/en/unit/rgb.md b/docs/en/unit/rgb.md index 0f2cec43..b2ea03f4 100644 --- a/docs/en/unit/rgb.md +++ b/docs/en/unit/rgb.md @@ -24,15 +24,29 @@ This is a very useful piece on STEM class, students can program it to realize so ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - - ->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . - ->2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) - -?>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

Drive RGB LED to light up different colors.

+
+
+
## Example diff --git a/docs/en/unit/tof.md b/docs/en/unit/tof.md index 25c032a5..3cd3d9ff 100644 --- a/docs/en/unit/tof.md +++ b/docs/en/unit/tof.md @@ -48,15 +48,30 @@ This unit comunicates with M5Core via I2C(0x29). ## EasyLoader - +>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver) - +
+
+
+
+ Windows + +
+
+
+ +
+ + +

Description:

+

The screen displays the current ranging data.

+
+
+
->1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . - ->2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) - -?>3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) ## Example diff --git a/docs/zh_CN/unit/button.md b/docs/zh_CN/unit/button.md index fe3d9c7f..52cb96fe 100644 --- a/docs/zh_CN/unit/button.md +++ b/docs/zh_CN/unit/button.md @@ -34,15 +34,29 @@ ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证. - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) - -?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

案例描述:

+

屏幕显示当前按键状态.

+
+
+
## 案例程序 diff --git a/docs/zh_CN/unit/color.md b/docs/zh_CN/unit/color.md index 01788837..7afd1dbe 100644 --- a/docs/zh_CN/unit/color.md +++ b/docs/zh_CN/unit/color.md @@ -50,15 +50,29 @@ ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证. - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) - -?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

案例描述:

+

传感器采集当前CRGB数值,串口打印输出.

+
+
+
## 案例程序 diff --git a/docs/zh_CN/unit/heart.md b/docs/zh_CN/unit/heart.md index 9d0eccac..040962e2 100644 --- a/docs/zh_CN/unit/heart.md +++ b/docs/zh_CN/unit/heart.md @@ -36,15 +36,29 @@ ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证. - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) - -?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

案例描述:

+

屏幕显示血氧心率传感器检测值.

+
+
+
## 案例程序 diff --git a/docs/zh_CN/unit/light.md b/docs/zh_CN/unit/light.md index 4839e504..86a7d494 100644 --- a/docs/zh_CN/unit/light.md +++ b/docs/zh_CN/unit/light.md @@ -30,15 +30,29 @@ ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证. - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) - -?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

案例描述:

+

屏幕显示当前环境光照值.

+
+
+
## 案例程序 diff --git a/docs/zh_CN/unit/ncir.md b/docs/zh_CN/unit/ncir.md index abe0f702..b3e1b319 100644 --- a/docs/zh_CN/unit/ncir.md +++ b/docs/zh_CN/unit/ncir.md @@ -38,15 +38,29 @@ ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证. - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) - -?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

案例描述:

+

屏幕显示当前检测温度值.

+
+
+
## 案例程序 diff --git a/docs/zh_CN/unit/rgb.md b/docs/zh_CN/unit/rgb.md index 5110d4b6..e4711d1f 100644 --- a/docs/zh_CN/unit/rgb.md +++ b/docs/zh_CN/unit/rgb.md @@ -20,15 +20,29 @@ ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证. - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) - -?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

案例描述:

+

驱动RGB LED点亮不同颜色.

+
+
+
## 案例程序 diff --git a/docs/zh_CN/unit/tof.md b/docs/zh_CN/unit/tof.md index 54daf9e1..282e21ef 100644 --- a/docs/zh_CN/unit/tof.md +++ b/docs/zh_CN/unit/tof.md @@ -48,15 +48,29 @@ ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证. - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**) - -?>3.目前EasyLoader仅适用于Windows操作系统、兼容M5体系采用ESP32作为控制核心的主机.在为M5Core烧录前需要安装CP210X驱动程序(使用M5StickC作为控制器的则无需安装)[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + +
+
+
+ +
+ + +

案例描述:

+

屏幕显示当前测距数据.

+
+
+
## 案例程序