From 7fc951d7935b29470295908dd4713fb7ff86f59a Mon Sep 17 00:00:00 2001 From: vany5921 <908744431@qq.com> Date: Tue, 21 Apr 2020 16:10:54 +0800 Subject: [PATCH] add easyloader video --- docs/en/app/ac_socket.md | 27 ++++++++++++++++++++++++ docs/en/module/commu.md | 31 ++++++++++++++++++++-------- docs/en/module/lora868.md | 31 ++++++++++++++++++++-------- docs/en/module/servo.md | 40 +++++++++++++++++++++++++----------- docs/en/unit/op180.md | 31 ++++++++++++++++++++-------- docs/en/unit/op90.md | 31 ++++++++++++++++++++-------- docs/zh_CN/app/ac_socket.md | 27 ++++++++++++++++++++++++ docs/zh_CN/module/commu.md | 32 +++++++++++++++++++++-------- docs/zh_CN/module/lora868.md | 31 ++++++++++++++++++++-------- docs/zh_CN/module/servo.md | 31 ++++++++++++++++++++-------- docs/zh_CN/unit/op180.md | 31 ++++++++++++++++++++-------- docs/zh_CN/unit/op90.md | 2 +- 12 files changed, 267 insertions(+), 78 deletions(-) diff --git a/docs/en/app/ac_socket.md b/docs/en/app/ac_socket.md index 89663cce..9d177f69 100644 --- a/docs/en/app/ac_socket.md +++ b/docs/en/app/ac_socket.md @@ -49,6 +49,33 @@ Let's break it down a little bit, start with the bottom part. - Smart AC Socket Outlet With wire control of RS485 +## 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 + MacOS + +
+
+
+ +
+ + +

Description:

+

Control power on / off.

+
+
+
+ ## Example [Please click here to download Arduino code](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/acSocketCtl) diff --git a/docs/en/module/commu.md b/docs/en/module/commu.md index cd7c7cb5..d460ce5d 100644 --- a/docs/en/module/commu.md +++ b/docs/en/module/commu.md @@ -53,15 +53,30 @@ Be care about TTL Interface. It is a UART Interface actually by default. But you ## 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.(**Currently EasyLoader is only available for Windows OS**) - ->2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning. - -!>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + MacOS + +
+
+
+ +
+ + +

Description:

+

Communicate through RS485 and send data.

+
+
+
## Example diff --git a/docs/en/module/lora868.md b/docs/en/module/lora868.md index 012677d2..174f3235 100644 --- a/docs/en/module/lora868.md +++ b/docs/en/module/lora868.md @@ -45,15 +45,30 @@ LoRa and LoRaWAN permit long-range connectivity for Internet of Things (IoT) dev ## 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.(**Currently EasyLoader is only available for Windows OS**) - ->2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning. - -!>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) +
+
+
+
+ Windows + MacOS + +
+
+
+ +
+ + +

Description:

+

Two devices will send and receive messages from each other.

+
+
+
## Example diff --git a/docs/en/module/servo.md b/docs/en/module/servo.md index 7deb73b2..437e403b 100644 --- a/docs/en/module/servo.md +++ b/docs/en/module/servo.md @@ -28,22 +28,38 @@ - Bionic multi-joint robot - Triaxial Camera Cradle +## 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 + MacOS + +
+
+
+ +
+ + +

Description:

+

Control servo rotation.

+
+
+
+ + ## Related Link - **[The Firmware of inside MEGA328](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/firmware_328p)** -## EasyLoader - - - - - ->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.(**Currently EasyLoader is only available for Windows OS**) - ->2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning. - -!>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) - ## PinMap **Mega328 ISP**Download interface Pin foot definition diff --git a/docs/en/unit/op180.md b/docs/en/unit/op180.md index b562d955..50bfc977 100644 --- a/docs/en/unit/op180.md +++ b/docs/en/unit/op180.md @@ -39,15 +39,30 @@ The actuator of this Unit is consist of a pair of IR part, emitter side and rece ## 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 + MacOS + +
+
+
+ +
+ + +

Description:

+

Output 1 when the sensor is blocked.

+
+
+
## Example diff --git a/docs/en/unit/op90.md b/docs/en/unit/op90.md index 467b0d26..3ef6a3ac 100644 --- a/docs/en/unit/op90.md +++ b/docs/en/unit/op90.md @@ -39,15 +39,30 @@ The actuator of this Unit is consist of a pair of IR part, emitter side and rece ## 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 + MacOS + +
+
+
+ +
+ + +

Description:

+

Output 1 when the sensor is blocked.

+
+
+
## Example diff --git a/docs/zh_CN/app/ac_socket.md b/docs/zh_CN/app/ac_socket.md index 46b14345..78abe10f 100644 --- a/docs/zh_CN/app/ac_socket.md +++ b/docs/zh_CN/app/ac_socket.md @@ -53,6 +53,33 @@ - 智能AC插座 +## EasyLoader + +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** + +
+
+
+
+ Windows + MacOS + +
+
+
+ +
+ + +

案例描述:

+

控制电源通断.

+
+
+
+ ## 案例程序 *Arduino代码示例 [点击这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/acSocketCtl).* diff --git a/docs/zh_CN/module/commu.md b/docs/zh_CN/module/commu.md index 067f9f03..c96c2609 100644 --- a/docs/zh_CN/module/commu.md +++ b/docs/zh_CN/module/commu.md @@ -53,16 +53,30 @@ ## EasyLoader - - - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)** - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 - -!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** +
+
+
+
+ Windows + MacOS + +
+
+
+ +
+ + +

案例描述:

+

通过RS485进行通讯,发送数据.

+
+
+
## 管脚分配 diff --git a/docs/zh_CN/module/lora868.md b/docs/zh_CN/module/lora868.md index 7110fcb0..57d9fc58 100644 --- a/docs/zh_CN/module/lora868.md +++ b/docs/zh_CN/module/lora868.md @@ -49,15 +49,30 @@ LoRa和LoRaWAN允许与不同类型的物联网(IoT)设备,进行远程连 ## EasyLoader - +>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)** - - ->1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)** - ->2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录 - -!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动) +
+
+
+
+ Windows + MacOS + +
+
+
+ +
+ + +

案例描述:

+

该案例中两台设备将互相收发消息在屏幕上进行显示.

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

案例描述:

+

控制舵机旋转角度.

+
+
+
## 管脚映射 diff --git a/docs/zh_CN/unit/op180.md b/docs/zh_CN/unit/op180.md index 2d57706a..2ea12a86 100644 --- a/docs/zh_CN/unit/op180.md +++ b/docs/zh_CN/unit/op180.md @@ -25,15 +25,30 @@ ## 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 + MacOS + +
+
+
+ +
+ + +

案例描述:

+

传感器被遮挡时输出1.

+
+
+
## 原理图 diff --git a/docs/zh_CN/unit/op90.md b/docs/zh_CN/unit/op90.md index d7766c2e..77e3f1fb 100644 --- a/docs/zh_CN/unit/op90.md +++ b/docs/zh_CN/unit/op90.md @@ -45,7 +45,7 @@

案例描述:

-

显示温湿度与大气压数据.

+

传感器被遮挡时输出1.