From 683d2ba22026bb19e4892b152afd51965eb19f4e Mon Sep 17 00:00:00 2001
From: shaoxiang <1026025056@qq.com>
Date: Fri, 14 Jun 2019 17:49:23 +0800
Subject: [PATCH 1/6] add Module EasyLoader
---
docs/en/core/basic.md | 12 ++++++++++++
docs/en/module/commu.md | 5 ++++-
docs/en/module/encoder.md | 12 ++++++++++++
docs/en/module/goplus.md | 12 ++++++++++++
docs/en/module/gps.md | 7 +++++--
docs/en/module/joystick.md | 5 ++++-
docs/en/module/lego_plus.md | 5 ++++-
docs/en/module/lora.md | 5 ++++-
docs/en/module/lorawan.md | 6 +++++-
docs/en/module/plus.md | 7 +++++--
docs/en/module/servo.md | 7 +++++--
docs/en/module/sim800.md | 5 ++++-
docs/en/module/stepmotor.md | 12 ++++++++++++
docs/en/module/usb.md | 5 ++++-
docs/en/unit/esp32cam.md | 12 ++++++++++++
docs/en/unit/finger.md | 14 ++++++++++++++
docs/en/unit/hex.md | 19 ++++++++++++++++---
docs/en/unit/m5camera.md | 12 ++++++++++++
docs/en/unit/m5camera_f.md | 12 ++++++++++++
docs/en/unit/m5camera_x.md | 12 ++++++++++++
docs/en/unit/rs485.md | 13 +++++++++++++
docs/en/unit/thermal.md | 2 +-
docs/zh_CN/core/basic.md | 12 ++++++++++++
docs/zh_CN/core/fire.md | 1 +
docs/zh_CN/module/commu.md | 5 ++++-
docs/zh_CN/module/encoder.md | 5 ++++-
docs/zh_CN/module/goplus.md | 12 ++++++++++++
docs/zh_CN/module/gps.md | 8 ++++++--
docs/zh_CN/module/joystick.md | 5 ++++-
docs/zh_CN/module/lego_plus.md | 5 ++++-
docs/zh_CN/module/lora.md | 5 ++++-
docs/zh_CN/module/lorawan.md | 5 ++++-
docs/zh_CN/module/plus.md | 7 +++++--
docs/zh_CN/module/servo.md | 7 +++++--
docs/zh_CN/module/sim800.md | 5 ++++-
docs/zh_CN/module/stepmotor.md | 13 +++++++++++++
docs/zh_CN/module/usb.md | 5 ++++-
docs/zh_CN/unit/esp32cam.md | 12 ++++++++++++
docs/zh_CN/unit/finger.md | 14 ++++++++++++++
docs/zh_CN/unit/hex.md | 20 +++++++++++++++++---
docs/zh_CN/unit/m5camera.md | 12 ++++++++++++
docs/zh_CN/unit/m5camera_f.md | 14 ++++++++++++++
docs/zh_CN/unit/m5camera_x.md | 12 ++++++++++++
docs/zh_CN/unit/rs485.md | 14 ++++++++++++++
docs/zh_CN/unit/thermal.md | 2 +-
45 files changed, 366 insertions(+), 35 deletions(-)
diff --git a/docs/en/core/basic.md b/docs/en/core/basic.md
index 06885c37..203586f1 100644
--- a/docs/en/core/basic.md
+++ b/docs/en/core/basic.md
@@ -52,6 +52,18 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds
- SDIO master/salve 50MHz
- SD-card interface support
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## Peripherals Pin Map
**LCD & TF Card**
diff --git a/docs/en/module/commu.md b/docs/en/module/commu.md
index bcf8858d..ad683a32 100644
--- a/docs/en/module/commu.md
+++ b/docs/en/module/commu.md
@@ -57,8 +57,11 @@ Be care about TTL Interface. It is a UART Interface actually by default. But you
## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_COMMU_Test_B.exe)
>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.
diff --git a/docs/en/module/encoder.md b/docs/en/module/encoder.md
index 01559d62..49062933 100644
--- a/docs/en/module/encoder.md
+++ b/docs/en/module/encoder.md
@@ -22,6 +22,18 @@ The series communication protocol between M5 core and ENCODER is IIC (adress: 0x
- Mega328 inside
- Encoder detection
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## Function
**Control single RGB**
diff --git a/docs/en/module/goplus.md b/docs/en/module/goplus.md
index e8c8390f..9d80f590 100644
--- a/docs/en/module/goplus.md
+++ b/docs/en/module/goplus.md
@@ -31,6 +31,18 @@ Communication Protocol: IIC (0x61).
- 1x M5Stack GoPlus Module
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## Schematic
diff --git a/docs/en/module/gps.md b/docs/en/module/gps.md
index e87af804..3aa50e98 100644
--- a/docs/en/module/gps.md
+++ b/docs/en/module/gps.md
@@ -65,10 +65,13 @@ If you want to Change the uart baudrate,please check here ( [u-center-just-for-W
- **[u-blox Protocol Manual](https://www.u-blox.com/sites/default/files/products/documents/u-blox8-M8_ReceiverDescrProtSpec_%28UBX-13003221%29_Public.pdf)**
-### EasyLoader
+## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_GPSRaw.exe)
>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.
diff --git a/docs/en/module/joystick.md b/docs/en/module/joystick.md
index a23a8eb4..fac32921 100644
--- a/docs/en/module/joystick.md
+++ b/docs/en/module/joystick.md
@@ -73,8 +73,11 @@ void get_joystick_offset(void){
## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Faces_Joystick.exe)
>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.
diff --git a/docs/en/module/lego_plus.md b/docs/en/module/lego_plus.md
index fc9e2dcf..2177bd83 100644
--- a/docs/en/module/lego_plus.md
+++ b/docs/en/module/lego_plus.md
@@ -41,8 +41,11 @@ LEGO motor is one of the Technic pieces form LEGO. The purpose of LEGO Technic i
## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LEGO_Test.exe)
>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.
diff --git a/docs/en/module/lora.md b/docs/en/module/lora.md
index bbdf97da..a92164f7 100644
--- a/docs/en/module/lora.md
+++ b/docs/en/module/lora.md
@@ -56,8 +56,11 @@ LoRa and LoRaWAN permit long-range connectivity for Internet of Things (IoT) dev
## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LoRaReceiverCallback.exe)
>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.
diff --git a/docs/en/module/lorawan.md b/docs/en/module/lorawan.md
index 35b028cb..a284b470 100644
--- a/docs/en/module/lorawan.md
+++ b/docs/en/module/lorawan.md
@@ -90,13 +90,17 @@ By default, the UART configuration: "9600, 8, n, 1"(8 bits data, no parity, 1 st
## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_LoRaWAN_Transmmiter.exe)
>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/establish_serial_connection)
+
## Example
### Arduino IDE
diff --git a/docs/en/module/plus.md b/docs/en/module/plus.md
index 24b44840..1c6898c6 100644
--- a/docs/en/module/plus.md
+++ b/docs/en/module/plus.md
@@ -31,10 +31,13 @@ Communication Protocol: IIC (0x62).
- **[The Firmware of inside MEGA328](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/PLUS/firmware_328p)**
-### EasyLoader
+## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Plus.exe)
>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.
diff --git a/docs/en/module/servo.md b/docs/en/module/servo.md
index 291b54e1..140c1443 100644
--- a/docs/en/module/servo.md
+++ b/docs/en/module/servo.md
@@ -37,10 +37,13 @@ Servo is powered by MEGA328 communicate via IIC(0x53).
- **[The Firmware of inside MEGA328](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/firmware_328p)**
-### EasyLoader
+## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_Servo.exe)
>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.
diff --git a/docs/en/module/sim800.md b/docs/en/module/sim800.md
index f4c591ad..ae6bbcfc 100644
--- a/docs/en/module/sim800.md
+++ b/docs/en/module/sim800.md
@@ -61,8 +61,11 @@ Series Protocol: UART
## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_SIM800L_Send_Message.exe)
>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.
diff --git a/docs/en/module/stepmotor.md b/docs/en/module/stepmotor.md
index 4de34343..9b0987d1 100644
--- a/docs/en/module/stepmotor.md
+++ b/docs/en/module/stepmotor.md
@@ -40,6 +40,18 @@ Integrated 3 DRV8825, a simple but very powerful board that can control one bipo
- **[The Firmware of inside MEGA328](https://github.com/m5stack/stepmotor_module/tree/master/Firmware%20for%20stepmotor%20module/GRBL-Arduino-Library)**
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## Example
### 1. Arduino IDE
diff --git a/docs/en/module/usb.md b/docs/en/module/usb.md
index 0bcd2c11..bed93705 100644
--- a/docs/en/module/usb.md
+++ b/docs/en/module/usb.md
@@ -38,8 +38,11 @@ Series Protocol: SPI
## EasyLoader
+
+
+
+
>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
-[Click here to download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/MiniBurner/Module/MiniBurner_USB_Mouse.exe)
>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.
diff --git a/docs/en/unit/esp32cam.md b/docs/en/unit/esp32cam.md
index cc10f4ea..d0abeb81 100644
--- a/docs/en/unit/esp32cam.md
+++ b/docs/en/unit/esp32cam.md
@@ -68,6 +68,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t
- 1x ESP32CAM Unit
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## PinMap
**Camera Interface PinMap**
diff --git a/docs/en/unit/finger.md b/docs/en/unit/finger.md
index 85173c78..17ea6c00 100644
--- a/docs/en/unit/finger.md
+++ b/docs/en/unit/finger.md
@@ -50,6 +50,20 @@ UART settings:
- **[FINGER communication protocol](https://github.com/m5stack/M5-Schematic/blob/master/Units/finger/biovo_fingerprint_Protocol_en.DOC)**
+
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
+
## Example
### 1. Arduino IDE
diff --git a/docs/en/unit/hex.md b/docs/en/unit/hex.md
index ac90cd81..cbeb69e6 100644
--- a/docs/en/unit/hex.md
+++ b/docs/en/unit/hex.md
@@ -34,11 +34,18 @@ This is how LEDs layout in the panel. Pay attention to the sequence in your code
- **[Forum](http://forum.m5stack.com/)**
-RGB LED Library on Arduino
+## EasyLoader
-- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)**
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
-- **[FastLED Reference(Chinese version)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)**
## Example
@@ -47,6 +54,12 @@ RGB LED Library on Arduino
FastLED library on Arduino presents excellent and colorful lighting effects.
Before compile, it is require to install the FastLED library and connect HEX to GROVE A.
+RGB LED Library on Arduino
+
+- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)**
+
+- **[FastLED Reference(Chinese version)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)**
+
*To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEX/Arduino)。*
```arduino
diff --git a/docs/en/unit/m5camera.md b/docs/en/unit/m5camera.md
index cb3fca9b..df6ce3a5 100644
--- a/docs/en/unit/m5camera.md
+++ b/docs/en/unit/m5camera.md
@@ -79,6 +79,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t
- 1x M5Camera
- 1x Type-C USB Cable
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## PinMap
**There are two versions of M5Camera Unit: A Model and B Model.**
diff --git a/docs/en/unit/m5camera_f.md b/docs/en/unit/m5camera_f.md
index 0c6165a0..fc067463 100644
--- a/docs/en/unit/m5camera_f.md
+++ b/docs/en/unit/m5camera_f.md
@@ -76,6 +76,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## PinMap
**Camera Interface PinMap**
diff --git a/docs/en/unit/m5camera_x.md b/docs/en/unit/m5camera_x.md
index 351a2e1e..e6873c87 100644
--- a/docs/en/unit/m5camera_x.md
+++ b/docs/en/unit/m5camera_x.md
@@ -70,6 +70,18 @@ The hardware also comes with some reserved weld pad, just in case you want put t
- 1x Wall-1515
- 1x Type-C USB Cable
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
## PinMap
**Camera Interface PinMap**
diff --git a/docs/en/unit/rs485.md b/docs/en/unit/rs485.md
index b6400073..e5c62142 100644
--- a/docs/en/unit/rs485.md
+++ b/docs/en/unit/rs485.md
@@ -34,6 +34,19 @@ used for converting TTL level to RS485 level. If the device to be controlled onl
- Datasheet - **[MAX485](https://pdf1.alldatasheet.com/datasheet-pdf/view/73463/MAXIM/MAX485.html)** - **[SP485EEN](https://pdf1.alldatasheet.com/datasheet-pdf/view/45954/SIPEX/SP485EEN.html)**
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
+
### PinMap
diff --git a/docs/en/hat/hat-pir.md b/docs/en/hat/hat-pir.md
index 2f51d572..af5c32de 100644
--- a/docs/en/hat/hat-pir.md
+++ b/docs/en/hat/hat-pir.md
@@ -36,21 +36,29 @@
- **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_PIR.pdf)**
+
+
## Links
- **[Official channle](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
- **[Official forum](http://forum.m5stack.com/)**
-<<<<<<< HEAD
-- **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_PIR.pdf)**
-
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
+
+
## Example
-- **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/PIR)**
-=======
+- **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/ENV)**
->>>>>>> 6786aadd2684c17d8e8f741bda46cecb710c2ca9
-## Schematic
-
diff --git a/docs/en/hat/hat-spk.md b/docs/en/hat/hat-spk.md
index b380f742..85192498 100644
--- a/docs/en/hat/hat-spk.md
+++ b/docs/en/hat/hat-spk.md
@@ -31,6 +31,9 @@
- **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_SPK.pdf)**
+
+
+
## Links
- **[Official Channle](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
@@ -40,11 +43,21 @@
- **[PAM8303 Datasheet](https://pdf1.alldatasheet.com/datasheet-pdf/view/790820/DIODES/PAM8303C.html)**
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.
+
+>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/establish_serial_connection)
## Example
- **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/SPK)**
-## Schematic
-
+
diff --git a/docs/zh_CN/core/face_kit.md b/docs/zh_CN/core/face_kit.md
index 1d2a8169..b74c78b7 100644
--- a/docs/zh_CN/core/face_kit.md
+++ b/docs/zh_CN/core/face_kit.md
@@ -101,3 +101,7 @@
**注意3:Face Kit 出厂程序**
+
+## 用户作品
+- **[2048 Game with FACES Kit- Video](https://www.youtube.com/watch?v=ccEq0s7dU84)**
+- **[2048 Game with FACES Kit- Source Code](https://github.com/phillowcompiler/2048_M5Stack)**
\ No newline at end of file
diff --git a/docs/zh_CN/hat/hat-env.md b/docs/zh_CN/hat/hat-env.md
index 81ee7760..5b6c9a67 100644
--- a/docs/zh_CN/hat/hat-env.md
+++ b/docs/zh_CN/hat/hat-env.md
@@ -40,6 +40,8 @@
- **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_ENV.pdf)**
+
+
## 相关链接
- **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
@@ -50,6 +52,19 @@
- **[BMM150 数据手册](https://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.html)**
+
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序.
+
+>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
+
+!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
+
### 管脚映射
| IP5306 | SCL | SDA | 5V | GND |
**[EasyLoader](#EasyLoader)**
## 描述
@@ -53,6 +53,19 @@
- SDIO master/salve 50MHz
- 支持SD卡接口
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序.
+
+>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
+
+!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
+
+
## 外设的管脚映射
**LCD 屏幕 & TF 卡**
diff --git a/docs/zh_CN/core/m5stick.md b/docs/zh_CN/core/m5stick.md
index b14ce876..ee9aeeb3 100644
--- a/docs/zh_CN/core/m5stick.md
+++ b/docs/zh_CN/core/m5stick.md
@@ -5,7 +5,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
@@ -59,6 +59,18 @@ M5stick 是 M5Stack 产品系列中的核心设备之一,该产品系列建立
- SDIO master/salve 50MHz
- 支持SD卡接口
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序.
+
+>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
+
+!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
+
## 管脚映射
diff --git a/docs/zh_CN/core/m5stickc.md b/docs/zh_CN/core/m5stickc.md
index 05ea63e0..be0e4d7f 100644
--- a/docs/zh_CN/core/m5stickc.md
+++ b/docs/zh_CN/core/m5stickc.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.7807425e3JNPRr&id=588710395351)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.7807425e3JNPRr&id=588710395351)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
@@ -61,6 +61,17 @@ M5stick C 是 M5Stack 产品系列中的核心设备之一,该产品系列建
- SDIO master/salve 50MHz
- 支持SD卡接口
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序.
+
+>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
+
+
## 管脚映射

diff --git a/docs/zh_CN/hat/hat-env.md b/docs/zh_CN/hat/hat-env.md
index 5b6c9a67..8503f847 100644
--- a/docs/zh_CN/hat/hat-env.md
+++ b/docs/zh_CN/hat/hat-env.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=595958456624)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=595958456624)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/hat/hat-pir.md b/docs/zh_CN/hat/hat-pir.md
index 778e179f..fbb0adbe 100644
--- a/docs/zh_CN/hat/hat-pir.md
+++ b/docs/zh_CN/hat/hat-pir.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552375186)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552375186)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/hat/hat-spk.md b/docs/zh_CN/hat/hat-spk.md
index 1a2bc9b9..c73a9635 100644
--- a/docs/zh_CN/hat/hat-spk.md
+++ b/docs/zh_CN/hat/hat-spk.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552567279)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.504a1debWyi50z&ft=t&id=596552567279)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/commu.md b/docs/zh_CN/module/commu.md
index f16463a4..9b92e1b4 100644
--- a/docs/zh_CN/module/commu.md
+++ b/docs/zh_CN/module/commu.md
@@ -6,7 +6,7 @@
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.6c2275f4nUJEfh&id=580999880340)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.6c2275f4nUJEfh&id=580999880340)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/encoder.md b/docs/zh_CN/module/encoder.md
index 95b8064e..7d36a933 100644
--- a/docs/zh_CN/module/encoder.md
+++ b/docs/zh_CN/module/encoder.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.12b9425efVP5Y2&id=583870225775)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.12b9425efVP5Y2&id=583870225775)**
**[EasyLoader](#EasyLoader)**
diff --git a/docs/zh_CN/module/goplus.md b/docs/zh_CN/module/goplus.md
index d31c3d2e..b7f9db6e 100644
--- a/docs/zh_CN/module/goplus.md
+++ b/docs/zh_CN/module/goplus.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)** :octocat:**[程序](#程序)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)** :octocat:**[程序](#程序)**
**[EasyLoader](#EasyLoader)**
diff --git a/docs/zh_CN/module/gps.md b/docs/zh_CN/module/gps.md
index 59ab4a82..f99b250d 100644
--- a/docs/zh_CN/module/gps.md
+++ b/docs/zh_CN/module/gps.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.69f6425e8Agsbh&id=559647865340)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.69f6425e8Agsbh&id=559647865340)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/joystick.md b/docs/zh_CN/module/joystick.md
index 0afe4064..30a69a38 100644
--- a/docs/zh_CN/module/joystick.md
+++ b/docs/zh_CN/module/joystick.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/lego_plus.md b/docs/zh_CN/module/lego_plus.md
index d52009b2..c20450a8 100644
--- a/docs/zh_CN/module/lego_plus.md
+++ b/docs/zh_CN/module/lego_plus.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.7698425eZ5TWJR&id=583130748767)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.7698425eZ5TWJR&id=583130748767)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/lora.md b/docs/zh_CN/module/lora.md
index c3c7458c..30598be7 100644
--- a/docs/zh_CN/module/lora.md
+++ b/docs/zh_CN/module/lora.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.70.6c2275f4nUJEfh&id=559302217850)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.70.6c2275f4nUJEfh&id=559302217850)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/lorawan.md b/docs/zh_CN/module/lorawan.md
index 8966a098..a2f9d21a 100644
--- a/docs/zh_CN/module/lorawan.md
+++ b/docs/zh_CN/module/lorawan.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.6c2275f4nUJEfh&id=580998112819)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.6c2275f4nUJEfh&id=580998112819)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/plus.md b/docs/zh_CN/module/plus.md
index 2be2cef2..2cbfd824 100644
--- a/docs/zh_CN/module/plus.md
+++ b/docs/zh_CN/module/plus.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#原理图)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.6e32425el3pHvc&id=579821616764)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#原理图)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.6e32425el3pHvc&id=579821616764)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/servo.md b/docs/zh_CN/module/servo.md
index a6fb86f6..1bdc4919 100644
--- a/docs/zh_CN/module/servo.md
+++ b/docs/zh_CN/module/servo.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c6f425e2rHsr9&id=581189197514)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c6f425e2rHsr9&id=581189197514)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/sim800.md b/docs/zh_CN/module/sim800.md
index 30aa6c6c..cb17b2e3 100644
--- a/docs/zh_CN/module/sim800.md
+++ b/docs/zh_CN/module/sim800.md
@@ -4,8 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1c03425emPA4gi&id=559726007780)** :clapper:**[相关视频](#相关视频)**
-
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1c03425emPA4gi&id=559726007780)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/stepmotor.md b/docs/zh_CN/module/stepmotor.md
index 61ad757e..92055fbd 100644
--- a/docs/zh_CN/module/stepmotor.md
+++ b/docs/zh_CN/module/stepmotor.md
@@ -6,7 +6,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.501375f4xEgd84&id=572288296141)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.501375f4xEgd84&id=572288296141)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/usb.md b/docs/zh_CN/module/usb.md
index 08ea296f..27e119af 100644
--- a/docs/zh_CN/module/usb.md
+++ b/docs/zh_CN/module/usb.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/adc.md b/docs/zh_CN/unit/adc.md
index b1e640ec..11bba1b3 100644
--- a/docs/zh_CN/unit/adc.md
+++ b/docs/zh_CN/unit/adc.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/angle.md b/docs/zh_CN/unit/angle.md
index 3ff02a59..27486940 100644
--- a/docs/zh_CN/unit/angle.md
+++ b/docs/zh_CN/unit/angle.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.312f425eRDFbqp&id=578201949805)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.312f425eRDFbqp&id=578201949805)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/button.md b/docs/zh_CN/unit/button.md
index 5168204e..815994f7 100644
--- a/docs/zh_CN/unit/button.md
+++ b/docs/zh_CN/unit/button.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.49.3a93425e5PQbBs&id=577636117298)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.49.3a93425e5PQbBs&id=577636117298)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/cardkb.md b/docs/zh_CN/unit/cardkb.md
index f5d27ad8..c966f40e 100644
--- a/docs/zh_CN/unit/cardkb.md
+++ b/docs/zh_CN/unit/cardkb.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.270c425eSKImzN&id=584854269757)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.270c425eSKImzN&id=584854269757)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/color.md b/docs/zh_CN/unit/color.md
index 8a15c828..0e640239 100644
--- a/docs/zh_CN/unit/color.md
+++ b/docs/zh_CN/unit/color.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.312f425eRDFbqp&id=580005441373)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.312f425eRDFbqp&id=580005441373)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/dac.md b/docs/zh_CN/unit/dac.md
index 10bd0a59..452b2779 100644
--- a/docs/zh_CN/unit/dac.md
+++ b/docs/zh_CN/unit/dac.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.28.312f425eRDFbqp&id=580257615943)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.28.312f425eRDFbqp&id=580257615943)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/dual_button.md b/docs/zh_CN/unit/dual_button.md
index d12d0511..b09dc516 100644
--- a/docs/zh_CN/unit/dual_button.md
+++ b/docs/zh_CN/unit/dual_button.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.58.3a93425e5PQbBs&id=577469112270)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.58.3a93425e5PQbBs&id=577469112270)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/earth.md b/docs/zh_CN/unit/earth.md
index a1e3f92b..c3c53e15 100644
--- a/docs/zh_CN/unit/earth.md
+++ b/docs/zh_CN/unit/earth.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.67.3a93425e5PQbBs&id=576995412485)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.67.3a93425e5PQbBs&id=576995412485)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/env.md b/docs/zh_CN/unit/env.md
index 2c54cdd8..3850bf8d 100644
--- a/docs/zh_CN/unit/env.md
+++ b/docs/zh_CN/unit/env.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-1172588101.29.f64c4476tugBw5&id=578200145474)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-1172588101.29.f64c4476tugBw5&id=578200145474)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/esp32cam.md b/docs/zh_CN/unit/esp32cam.md
index dadafbd3..0e2828ae 100644
--- a/docs/zh_CN/unit/esp32cam.md
+++ b/docs/zh_CN/unit/esp32cam.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.46.6c2275f4nUJEfh&id=570594844588)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Units/esp32-cam/M5CAM-ESP32-A1-POWER.pdf)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.46.6c2275f4nUJEfh&id=570594844588)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/extio.md b/docs/zh_CN/unit/extio.md
index 49e4c29c..a919629c 100644
--- a/docs/zh_CN/unit/extio.md
+++ b/docs/zh_CN/unit/extio.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.3b86425eaoE9zU&id=585289717492)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.3b86425eaoE9zU&id=585289717492)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/finger.md b/docs/zh_CN/unit/finger.md
index dc3acb9d..35db112a 100644
--- a/docs/zh_CN/unit/finger.md
+++ b/docs/zh_CN/unit/finger.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.3b86425eaoE9zU&id=585289225333)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.3b86425eaoE9zU&id=585289225333)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/gps.md b/docs/zh_CN/unit/gps.md
index dfc57bd6..4ee35dd5 100644
--- a/docs/zh_CN/unit/gps.md
+++ b/docs/zh_CN/unit/gps.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.51a6425e6lnUwE&id=583664452054)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.51a6425e6lnUwE&id=583664452054)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/heart.md b/docs/zh_CN/unit/heart.md
index b8200f05..7f0af039 100644
--- a/docs/zh_CN/unit/heart.md
+++ b/docs/zh_CN/unit/heart.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.7a46425eWmFRNi&id=583999638264)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.7a46425eWmFRNi&id=583999638264)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/hex.md b/docs/zh_CN/unit/hex.md
index 22605fdd..850ccb32 100644
--- a/docs/zh_CN/unit/hex.md
+++ b/docs/zh_CN/unit/hex.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.729b425eylCryH&id=583461942661)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.729b425eylCryH&id=583461942661)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/ir.md b/docs/zh_CN/unit/ir.md
index 45a7a88a..49971529 100644
--- a/docs/zh_CN/unit/ir.md
+++ b/docs/zh_CN/unit/ir.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.49.6dd575f4jqLzgO&id=578200569184)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.49.6dd575f4jqLzgO&id=578200569184)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/joystick.md b/docs/zh_CN/unit/joystick.md
index a07f1dfd..238e234c 100644
--- a/docs/zh_CN/unit/joystick.md
+++ b/docs/zh_CN/unit/joystick.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.66.159c425eoqBTTY&id=577874535012)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.66.159c425eoqBTTY&id=577874535012)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/light.md b/docs/zh_CN/unit/light.md
index 5d146458..53037544 100644
--- a/docs/zh_CN/unit/light.md
+++ b/docs/zh_CN/unit/light.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.52.3a93425e5PQbBs&id=577601079444)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.52.3a93425e5PQbBs&id=577601079444)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/m5camera.md b/docs/zh_CN/unit/m5camera.md
index a6b4be95..78ce590b 100644
--- a/docs/zh_CN/unit/m5camera.md
+++ b/docs/zh_CN/unit/m5camera.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=2013.1.20141001.1.7e6a3f17eDikoR&id=575652539758&scm=1007.12144.95220.42296_0&pvid=922f08d2-0a50-42fe-b89b-d5fef17bc52a&utparam=%7B%22x_hestia_source%22%3A%2242296%22%2C%22x_object_type%22%3A%22item%22%2C%22x_mt%22%3A0%2C%22x_src%22%3A%2242296%22%2C%22x_pos%22%3A1%2C%22x_pvid%22%3A%22922f08d2-0a50-42fe-b89b-d5fef17bc52a%22%2C%22x_object_id%22%3A575652539758%7D)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=2013.1.20141001.1.7e6a3f17eDikoR&id=575652539758&scm=1007.12144.95220.42296_0&pvid=922f08d2-0a50-42fe-b89b-d5fef17bc52a&utparam=%7B%22x_hestia_source%22%3A%2242296%22%2C%22x_object_type%22%3A%22item%22%2C%22x_mt%22%3A0%2C%22x_src%22%3A%2242296%22%2C%22x_pos%22%3A1%2C%22x_pvid%22%3A%22922f08d2-0a50-42fe-b89b-d5fef17bc52a%22%2C%22x_object_id%22%3A575652539758%7D)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/m5camera_f.md b/docs/zh_CN/unit/m5camera_f.md
index 79d6bf9a..15e017cb 100644
--- a/docs/zh_CN/unit/m5camera_f.md
+++ b/docs/zh_CN/unit/m5camera_f.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/m5camera_x.md b/docs/zh_CN/unit/m5camera_x.md
index 13d7e384..d8c48cd7 100644
--- a/docs/zh_CN/unit/m5camera_x.md
+++ b/docs/zh_CN/unit/m5camera_x.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5camera/m5camera_quick_start)** :octocat:**[代码](#代码)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.18.550e425eB8OqGB&id=587046526441)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/makey.md b/docs/zh_CN/unit/makey.md
index 016a4aa2..5ae43a24 100644
--- a/docs/zh_CN/unit/makey.md
+++ b/docs/zh_CN/unit/makey.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.51.159c425eoqBTTY&id=577636777112)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.51.159c425eoqBTTY&id=577636777112)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/ncir.md b/docs/zh_CN/unit/ncir.md
index ca7e5247..f39d00c7 100644
--- a/docs/zh_CN/unit/ncir.md
+++ b/docs/zh_CN/unit/ncir.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.43.3a93425e5PQbBs&id=580005645359)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.43.3a93425e5PQbBs&id=580005645359)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/neoflash.md b/docs/zh_CN/unit/neoflash.md
index 7fa2aee9..c2026602 100644
--- a/docs/zh_CN/unit/neoflash.md
+++ b/docs/zh_CN/unit/neoflash.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.36da425eorzBcg&id=582828472414)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.36da425eorzBcg&id=582828472414)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/neopixel.md b/docs/zh_CN/unit/neopixel.md
index 1903f641..bc9a8405 100644
--- a/docs/zh_CN/unit/neopixel.md
+++ b/docs/zh_CN/unit/neopixel.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.31.6c2275f4nUJEfh&id=580453719549)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.31.6c2275f4nUJEfh&id=580453719549)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/pahub.md b/docs/zh_CN/unit/pahub.md
index 3ec617d6..d5c47c29 100644
--- a/docs/zh_CN/unit/pahub.md
+++ b/docs/zh_CN/unit/pahub.md
@@ -5,7 +5,7 @@
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I2C-Hub-1-to-6-Expansion-Grove-I2C-Interface-for-Arduino-Blockly/3226069_32998974179.html?spm=2114.12010615.8148356.1.2bf2a1134Jsams)** :octocat:**[Code](#Code)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I2C-Hub-1-to-6-Expansion-Grove-I2C-Interface-for-Arduino-Blockly/3226069_32998974179.html?spm=2114.12010615.8148356.1.2bf2a1134Jsams)** :octocat:**[Code](#Code)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/pbhub.md b/docs/zh_CN/unit/pbhub.md
index ebe8b250..9863812d 100644
--- a/docs/zh_CN/unit/pbhub.md
+++ b/docs/zh_CN/unit/pbhub.md
@@ -5,7 +5,7 @@
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I-O-Hub-1-to-6-Expansion-Grove-I-O-Interface-for/3226069_33006652505.html?spm=2114.12010615.8148356.5.2bf2a113olu0DY)** :octocat:**[Code](#Code)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/New-Arrival-M5Stack-Official-I-O-Hub-1-to-6-Expansion-Grove-I-O-Interface-for/3226069_33006652505.html?spm=2114.12010615.8148356.5.2bf2a113olu0DY)** :octocat:**[Code](#Code)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/pir.md b/docs/zh_CN/unit/pir.md
index ec74beca..37103d65 100644
--- a/docs/zh_CN/unit/pir.md
+++ b/docs/zh_CN/unit/pir.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.46.3a93425e5PQbBs&id=578444443796)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.46.3a93425e5PQbBs&id=578444443796)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/relay.md b/docs/zh_CN/unit/relay.md
index d5ae2685..87f5e816 100644
--- a/docs/zh_CN/unit/relay.md
+++ b/docs/zh_CN/unit/relay.md
@@ -4,7 +4,7 @@
***
-:clapper:**[相关视频](#相关视频)** :memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.3a93425e5PQbBs&id=577469172757)**
+:clapper:**[相关视频](#相关视频)** :memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.55.3a93425e5PQbBs&id=577469172757)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/rfid.md b/docs/zh_CN/unit/rfid.md
index 82273363..739ffb03 100644
--- a/docs/zh_CN/unit/rfid.md
+++ b/docs/zh_CN/unit/rfid.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.57b2425efMuoxt&id=583870753197)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.57b2425efMuoxt&id=583870753197)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/rgb.md b/docs/zh_CN/unit/rgb.md
index 8c4b2f8d..04e0a923 100644
--- a/docs/zh_CN/unit/rgb.md
+++ b/docs/zh_CN/unit/rgb.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.78.159c425eoqBTTY&id=578321806638)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.78.159c425eoqBTTY&id=578321806638)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/rs485.md b/docs/zh_CN/unit/rs485.md
index 9b1d25f9..d32473db 100644
--- a/docs/zh_CN/unit/rs485.md
+++ b/docs/zh_CN/unit/rs485.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.3b86425eaoE9zU&id=585567251998)**
+:memo:**[描述](#描述)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.3b86425eaoE9zU&id=585567251998)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/thermal.md b/docs/zh_CN/unit/thermal.md
index 04f703c8..c39b2710 100644
--- a/docs/zh_CN/unit/thermal.md
+++ b/docs/zh_CN/unit/thermal.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.70.3a93425e5PQbBs&id=576966170317)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.70.3a93425e5PQbBs&id=576966170317)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/tof.md b/docs/zh_CN/unit/tof.md
index 853a828f..8cff65d2 100644
--- a/docs/zh_CN/unit/tof.md
+++ b/docs/zh_CN/unit/tof.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.3a93425e5PQbBs&id=580005945330)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.40.3a93425e5PQbBs&id=580005945330)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/trace.md b/docs/zh_CN/unit/trace.md
index 09552f29..52940dc3 100644
--- a/docs/zh_CN/unit/trace.md
+++ b/docs/zh_CN/unit/trace.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.54091debxnuOMz&ft=t&id=587199991600)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.54091debxnuOMz&ft=t&id=587199991600)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/weight.md b/docs/zh_CN/unit/weight.md
index 4efb29b7..1c912b3a 100644
--- a/docs/zh_CN/unit/weight.md
+++ b/docs/zh_CN/unit/weight.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.37.3a93425e5PQbBs&id=580131730176)**
**[EasyLoader](#EasyLoader)**
## 描述
From ac5a135800873ecc163791207f12dac179e55307 Mon Sep 17 00:00:00 2001
From: shaoxiang <1026025056@qq.com>
Date: Wed, 19 Jun 2019 16:44:28 +0800
Subject: [PATCH 6/6] fix base15/26 include
---
docs/en/hat/hat-env.md | 2 -
docs/en/hat/hat-pir.md | 1 -
docs/en/hat/hat-spk.md | 1 -
...ck_core_get_started_MicroPython_m5cloud.md | 154 -----------------
.../m5core/m5stack_core_quick_start.md | 28 +++-
.../m5stick/m5stick_quick_start.md | 28 +++-
.../m5stick_quick_start_with_arduino_MacOS.md | 2 +-
...5stick_quick_start_with_arduino_Windows.md | 2 +-
.../m5stick_quick_start_with_uiflow.md | 2 +-
.../m5stickc/m5stickc_quick_start.md | 28 +++-
...m5stickc_quick_start_with_arduino_MacOS.md | 11 +-
...stickc_quick_start_with_arduino_Windows.md | 2 +-
.../m5stickc_quick_start_with_uiflow.md | 2 +-
docs/index.md | 1 -
docs/zh_CN/base/base15.md | 26 +--
docs/zh_CN/base/base26.md | 46 ++----
docs/zh_CN/base/btc_base.md | 2 +-
docs/zh_CN/base/core_bottom.md | 2 +-
docs/zh_CN/base/lan_base.md | 2 +-
docs/zh_CN/base/m5go_bottom.md | 2 +-
docs/zh_CN/base/m5go_charger.md | 2 +-
docs/zh_CN/base/node_base.md | 2 +-
docs/zh_CN/base/plc_base.md | 2 +-
docs/zh_CN/base/pm2.5.md | 2 +-
docs/zh_CN/core/basic.md | 2 +-
docs/zh_CN/core/face_kit.md | 2 +-
docs/zh_CN/core/fire.md | 2 +-
docs/zh_CN/core/gray.md | 2 +-
docs/zh_CN/core/m5go.md | 2 +-
docs/zh_CN/core/m5go_lite.md | 2 +-
docs/zh_CN/core/m5stick.md | 2 +-
docs/zh_CN/core/m5stickc.md | 2 +-
docs/zh_CN/hat/hat-env.md | 1 -
docs/zh_CN/hat/hat-pir.md | 2 -
docs/zh_CN/hat/hat-spk.md | 2 -
docs/zh_CN/module/battery.md | 2 +-
docs/zh_CN/module/bus.md | 2 +-
docs/zh_CN/module/commu.md | 2 +-
docs/zh_CN/module/encoder.md | 2 +-
docs/zh_CN/module/fan.md | 2 +-
docs/zh_CN/module/goplus.md | 2 +-
docs/zh_CN/module/gps.md | 2 +-
docs/zh_CN/module/joystick.md | 2 +-
docs/zh_CN/module/lego_plus.md | 2 +-
docs/zh_CN/module/lora.md | 2 +-
docs/zh_CN/module/plus.md | 2 +-
docs/zh_CN/module/proto.md | 2 +-
docs/zh_CN/module/proto_kit.md | 2 +-
docs/zh_CN/module/servo.md | 2 +-
docs/zh_CN/module/sim800.md | 2 +-
docs/zh_CN/module/stepmotor.md | 2 +-
docs/zh_CN/module/usb.md | 2 +-
...ck_core_get_started_MicroPython_m5cloud.md | 155 ------------------
.../m5core/m5stack_core_quick_start.md | 28 +++-
.../m5stick/m5stick_quick_start.md | 28 +++-
.../m5stick_quick_start_with_arduino_MacOS.md | 4 +-
...5stick_quick_start_with_arduino_Windows.md | 2 +-
.../m5stick_quick_start_with_uiflow.md | 2 +-
.../m5stickc/m5stickc_quick_start.md | 31 +++-
...m5stickc_quick_start_with_arduino_MacOS.md | 101 +++++-------
...stickc_quick_start_with_arduino_Windows.md | 2 +-
.../m5stickc_quick_start_with_uiflow.md | 2 +-
62 files changed, 272 insertions(+), 490 deletions(-)
delete mode 100644 docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md
delete mode 100644 docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md
diff --git a/docs/en/hat/hat-env.md b/docs/en/hat/hat-env.md
index 8f8a0982..d44bf98a 100644
--- a/docs/en/hat/hat-env.md
+++ b/docs/en/hat/hat-env.md
@@ -63,8 +63,6 @@ Typical Magnetic Field:
>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/establish_serial_connection)
-
## Example
- **[Arduino](https://github.com/m5stack/M5StickC/tree/master/examples/Hat/ENV)**
diff --git a/docs/en/hat/hat-pir.md b/docs/en/hat/hat-pir.md
index 8755fcde..194d9d2c 100644
--- a/docs/en/hat/hat-pir.md
+++ b/docs/en/hat/hat-pir.md
@@ -56,7 +56,6 @@
>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/establish_serial_connection)
## Example
diff --git a/docs/en/hat/hat-spk.md b/docs/en/hat/hat-spk.md
index c03352b3..e0df0bdd 100644
--- a/docs/en/hat/hat-spk.md
+++ b/docs/en/hat/hat-spk.md
@@ -53,7 +53,6 @@
>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/establish_serial_connection)
## Example
diff --git a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md b/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md
deleted file mode 100644
index 396a540c..00000000
--- a/docs/en/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md
+++ /dev/null
@@ -1,154 +0,0 @@
-# M5Core Quick Start - M5Cloud {docsify-ignore-all}
-
-?> If it's first time to use M5Core or you want to change the networkable AP that means the Core can't access [http://cloud.m5stack.com](http://cloud.m5stack.com), you need visit this article for setting wifi [How to connect wifi using Core with M5Cloud](/en/related_documents/how_to_connect_wifi_using_core_with_m5cloud).
-
-By default, we consider your M5Core has been connected with the networkable AP successfully. And the screen shows like this figure below.
-
-
-
-
-
-
-
-
-
-
-
-
-
-

+
## Table of Contents
diff --git a/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md b/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md
index dfd11905..1eafc261 100644
--- a/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md
+++ b/docs/en/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md
@@ -1,6 +1,6 @@
# M5Stick Quick Start - Arduino Win {docsify-ignore-all}
-

+
## Table of Contents
diff --git a/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md b/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
index d622be1c..12a05681 100644
--- a/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
+++ b/docs/en/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
@@ -1,6 +1,6 @@
# M5Stick Quick Start - UIFlow {docsify-ignore-all}
-

+
1. **[Update firmware](#update-firmware)**
diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start.md
index 2767c28b..ad28a9b1 100644
--- a/docs/en/quick_start/m5stickc/m5stickc_quick_start.md
+++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start.md
@@ -1,7 +1,31 @@
# M5StickC Quick Start {docsify-ignore-all}
-**Choose the development platform**
+
+
+## Choose the development platform
+
+
-Click `Upload`, to flash the code to the device. Once it's done, reset the M5Core, On M5Core screen will display "Hello World!"
+Click `Upload`, to flash the code to the device.
**The button located on the bottom left is the power button, single-click to reboot. To enter deep sleep mode, double click this button**
@@ -106,6 +104,3 @@ Most version of MacOS have no problem detecting the serial device that connected
-
-?> **If you want to know more about the CP2104 USB driver permission, visit this link.** https://developer.apple.com/library/archive/technotes/tn2459/\_index.html
-
diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
index c960d12b..5c99615e 100644
--- a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
+++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
@@ -1,6 +1,6 @@
# M5StickC Quick Start - Arduino Win {docsify-ignore-all}
-
+
## Table of Contents
diff --git a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
index a91e19a3..4850f06a 100644
--- a/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
+++ b/docs/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
@@ -1,6 +1,6 @@
# M5StickC Quick Start - UIFlow {docsify-ignore-all}
-
+
**[1. Burn UIFlow Firmware](#_1-Burn-UIFlow-Firmware)**
diff --git a/docs/index.md b/docs/index.md
index eec63f53..eec6b515 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -459,7 +459,6 @@
COLOR

***
-
+
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/base15-proto-industrial-board-module)**
## 描述
@@ -29,16 +29,16 @@
## 套件清单
- 1x PLC-Proto Broad
-- 1x Base15 Plastic Enclosure
-- 1x Slide Guide
-- 1x Din-Rail
-- 2x Grove Port
-- 1x M12*1.5
-- 2x hexagonal wrench
-- 10x Screw (3 types: M3*22, M3*12, M2*5)
-- 2x M3 Nut
-- 1x 2.45mm pin set
-- 1x Sticker
+- 1x Base15 外壳
+- 1x 金属导轨
+- 1x Din导轨
+- 2x Grove 接口
+- 1x M12*1.5防水接头
+- 2x 六角扳手
+- 10x 螺丝 (M3x22, M3x12, M3x8, M2x5)
+- 2x M3 型槽螺母
+- 1x 2.45mm 引脚组
+- 1x 贴纸
## 结构设计文件
@@ -46,6 +46,6 @@
-## 相关链接
+## 原理图
- **[原理图](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 47e901db..ff897266 100644
--- a/docs/zh_CN/base/base26.md
+++ b/docs/zh_CN/base/base26.md
@@ -2,9 +2,9 @@

-
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/base-26proto-industrial-board-module)**
## 描述
@@ -28,39 +28,23 @@
## 套件清单
- 1x PLC-Proto Broad
-- 1x Base15 Plastic Enclosure
-- 1x TTL-to-RS485 board
-- 1x Slide Guide
-- 1x Din-Rail
-- 2x Grove Port
-- 1x M12*1.5
-- 1x 4 Pin 3.96 Pitch Terminal
-- 1x hexagonal wrench
-- 10x Screw (3 types: M3*22, M3*12, M2*5)
-- 2x M3 Nut
-- 1x 2.45mm pin set
-- 1x Sticker
+- 1x Base26 外壳
+- 1x TTL-RS485转接板
+- 1x 金属导轨
+- 1x Din导轨
+- 2x Grove 接口
+- 1x M12*1.5防水接头
+- 2x 六角扳手
+- 10x 螺丝 (M3x22, M3x12, M3x8, M2x5)
+- 2x M3 型槽螺母
+- 1x 2.45mm 引脚组
+- 1x 贴纸
## 结构设计文件
?>[点击此处,获取开源结构设计文件](https://github.com/m5stack/m5-structural-design-file/tree/master/BaseX_DB9_01)
-## 相关链接
+## 原理图
-- **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE26.pdf)**
-
-
- - 1x PLC-Proto Broad
- - 1x Base15塑料外壳
- - 1个TTL到RS485板
- - 1x幻灯片指南
- - 1x Din-Rail
- - 2x Grove Port
- - 1x M12 * 1.5
- - 1x 4针3.96间距端子
- - 1x六角扳手
- - 10x螺丝(3种类型:M3 * 22,M3 * 12,M2 * 5)
- - 2x M3坚果
- - 1x 2.45mm引脚组
- - 1x贴纸
\ No newline at end of file
+- **[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Bases/BASE26.pdf)**
\ No newline at end of file
diff --git a/docs/zh_CN/base/btc_base.md b/docs/zh_CN/base/btc_base.md
index 479ce255..2ad11516 100644
--- a/docs/zh_CN/base/btc_base.md
+++ b/docs/zh_CN/base/btc_base.md
@@ -6,7 +6,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-BTC-Ticker-DHT12-Digital-Humidity-Temperature-Sensor-ESP32-for-Micropython-Bitcoin-Price-Ticker-with/3226069_32852302770.html?spm=2114.12010615.8148356.2.3a8d51c2LV8jni)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/btc-standing-base)**
# 描述
diff --git a/docs/zh_CN/base/core_bottom.md b/docs/zh_CN/base/core_bottom.md
index eea22983..4fc01050 100644
--- a/docs/zh_CN/base/core_bottom.md
+++ b/docs/zh_CN/base/core_bottom.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.27.3b626971KRKjiu&id=585955214454)**
+:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/battery-bottom-150mah)**
## 描述
diff --git a/docs/zh_CN/base/lan_base.md b/docs/zh_CN/base/lan_base.md
index 1f67bb29..263ef09d 100644
--- a/docs/zh_CN/base/lan_base.md
+++ b/docs/zh_CN/base/lan_base.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/LAN/Arduino)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c24425eKdAPr3&id=574863427657)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/LAN/Arduino)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/lan-module)** :clapper:**[相关视频](#相关视频)**
## 描述
diff --git a/docs/zh_CN/base/m5go_bottom.md b/docs/zh_CN/base/m5go_bottom.md
index 34574286..9d02db3a 100644
--- a/docs/zh_CN/base/m5go_bottom.md
+++ b/docs/zh_CN/base/m5go_bottom.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.690a425eFsoYVX&id=584136175270)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/battery-bottom-charging-base)**
## 描述
diff --git a/docs/zh_CN/base/m5go_charger.md b/docs/zh_CN/base/m5go_charger.md
index 7b0a8346..24cc257b 100644
--- a/docs/zh_CN/base/m5go_charger.md
+++ b/docs/zh_CN/base/m5go_charger.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.2e34425e54pbJV&id=584136175270)**
+:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/battery-bottom-charging-base)**
## 描述
diff --git a/docs/zh_CN/base/node_base.md b/docs/zh_CN/base/node_base.md
index a9b3b7bc..94e95b22 100644
--- a/docs/zh_CN/base/node_base.md
+++ b/docs/zh_CN/base/node_base.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](https://github.com/m5stack/Bases-Node/tree/master/schematic)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.16.6c2275f4nUJEfh&id=581064610318)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](https://github.com/m5stack/Bases-Node/tree/master/schematic)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/node-module)** :clapper:**[相关视频](#相关视频)**
## 描述
diff --git a/docs/zh_CN/base/plc_base.md b/docs/zh_CN/base/plc_base.md
index 568a2c4f..8afa732f 100644
--- a/docs/zh_CN/base/plc_base.md
+++ b/docs/zh_CN/base/plc_base.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.9.4f73425ewv8Jgu&id=569322040719)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/plc-proto-industrial-board-module)** :clapper:**[相关视频](#相关视频)**
## 描述
diff --git a/docs/zh_CN/base/pm2.5.md b/docs/zh_CN/base/pm2.5.md
index 9b17cd34..d3195fd5 100644
--- a/docs/zh_CN/base/pm2.5.md
+++ b/docs/zh_CN/base/pm2.5.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** :octocat:**[例程](#案例)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.78ec1debCSGLNF&ft=t&id=594362860431)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** :octocat:**[例程](#案例)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/pm-2-5-sensor-usb-power-sht20)**
## 描述
diff --git a/docs/zh_CN/core/basic.md b/docs/zh_CN/core/basic.md
index 243953fc..08946de2 100644
--- a/docs/zh_CN/core/basic.md
+++ b/docs/zh_CN/core/basic.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a230r.7195193.1997079397.11.2bb86d62zW1YQG&id=557295147801&abbucket=8)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/basic-core-iot-development-kit)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/core/face_kit.md b/docs/zh_CN/core/face_kit.md
index b74c78b7..aa498995 100644
--- a/docs/zh_CN/core/face_kit.md
+++ b/docs/zh_CN/core/face_kit.md
@@ -3,7 +3,7 @@


-:memo:**[描述](#描述)** :bulb:**[上手指南](en/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/FACES)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/face)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](en/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/FACES)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/m5go-iot-starter-kit-stem-education)**
## 描述
diff --git a/docs/zh_CN/core/fire.md b/docs/zh_CN/core/fire.md
index 158f9675..3b2b44fe 100644
--- a/docs/zh_CN/core/fire.md
+++ b/docs/zh_CN/core/fire.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.bcec425e3VR4TD&id=571494244869)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/fire-iot-development-kit)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/core/gray.md b/docs/zh_CN/core/gray.md
index 507afa60..a829e932 100644
--- a/docs/zh_CN/core/gray.md
+++ b/docs/zh_CN/core/gray.md
@@ -6,7 +6,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.33.cc8e425e1QylQu&id=559226082388)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/grey-development-core)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/core/m5go.md b/docs/zh_CN/core/m5go.md
index 8477daf4..c2adddd7 100644
--- a/docs/zh_CN/core/m5go.md
+++ b/docs/zh_CN/core/m5go.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1b28425eUFn3DY&id=568283585553)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/m5go-iot-starter-kit-stem-education)** :clapper:**[相关视频](#相关视频)**
## 描述
diff --git a/docs/zh_CN/core/m5go_lite.md b/docs/zh_CN/core/m5go_lite.md
index a98d89bf..3c67ad6f 100644
--- a/docs/zh_CN/core/m5go_lite.md
+++ b/docs/zh_CN/core/m5go_lite.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-NEW-Lite-IoT-Development-Board-Kit-ESP32-MPU9250-Grove-16MFlash-DHT12-Temperature-Humidity-Sensor-Module/3226069_32965981279.html?spm=a2g1y.12024536.productList_5885013.subject_3)** :clapper:**[相关视频](#相关视频)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5core/m5stack_core_quick_start)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](https://github.com/m5stack/M5-Schematic/blob/master/Core/Basic/M5-Core-Schematic(20171206).pdf)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/m5go-lite-iot-development-board-kit)** :clapper:**[相关视频](#相关视频)**
## 描述
diff --git a/docs/zh_CN/core/m5stick.md b/docs/zh_CN/core/m5stick.md
index ee9aeeb3..76f27a4a 100644
--- a/docs/zh_CN/core/m5stick.md
+++ b/docs/zh_CN/core/m5stick.md
@@ -5,7 +5,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.257b425esTi92S&id=581055502939)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stick/m5stick_quick_start)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/stick)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/core/m5stickc.md b/docs/zh_CN/core/m5stickc.md
index be0e4d7f..68a70e94 100644
--- a/docs/zh_CN/core/m5stickc.md
+++ b/docs/zh_CN/core/m5stickc.md
@@ -4,7 +4,7 @@
* * *
-:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.12.7807425e3JNPRr&id=588710395351)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :bulb:**[上手指南](zh_CN/quick_start/m5stickc/m5stickc_quick_start)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/stick-c)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/hat/hat-env.md b/docs/zh_CN/hat/hat-env.md
index 8503f847..8e203e79 100644
--- a/docs/zh_CN/hat/hat-env.md
+++ b/docs/zh_CN/hat/hat-env.md
@@ -63,7 +63,6 @@
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
-!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
### 管脚映射
diff --git a/docs/zh_CN/hat/hat-pir.md b/docs/zh_CN/hat/hat-pir.md
index fbb0adbe..284d32a8 100644
--- a/docs/zh_CN/hat/hat-pir.md
+++ b/docs/zh_CN/hat/hat-pir.md
@@ -53,5 +53,3 @@
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
-!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
-
diff --git a/docs/zh_CN/hat/hat-spk.md b/docs/zh_CN/hat/hat-spk.md
index c73a9635..c44f1194 100644
--- a/docs/zh_CN/hat/hat-spk.md
+++ b/docs/zh_CN/hat/hat-spk.md
@@ -49,5 +49,3 @@
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序.
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
-
-!>3.EasyLoader烧录前需要安装有CP210X(USB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
\ No newline at end of file
diff --git a/docs/zh_CN/module/battery.md b/docs/zh_CN/module/battery.md
index 369eb0be..24735de8 100644
--- a/docs/zh_CN/module/battery.md
+++ b/docs/zh_CN/module/battery.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.501375f4xEgd84&id=562045689464)**
+:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/battery-module)**
diff --git a/docs/zh_CN/module/bus.md b/docs/zh_CN/module/bus.md
index d14254a8..fab7c0e7 100644
--- a/docs/zh_CN/module/bus.md
+++ b/docs/zh_CN/module/bus.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.501375f4xEgd84&id=562045689464)**
+:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/bus-module)**
# 描述
diff --git a/docs/zh_CN/module/commu.md b/docs/zh_CN/module/commu.md
index 9b92e1b4..6521ace8 100644
--- a/docs/zh_CN/module/commu.md
+++ b/docs/zh_CN/module/commu.md
@@ -6,7 +6,7 @@
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.64.6c2275f4nUJEfh&id=580999880340)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/commu-module)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/encoder.md b/docs/zh_CN/module/encoder.md
index 7d36a933..e6914f54 100644
--- a/docs/zh_CN/module/encoder.md
+++ b/docs/zh_CN/module/encoder.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.12b9425efVP5Y2&id=583870225775)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/encoder-module)**
**[EasyLoader](#EasyLoader)**
diff --git a/docs/zh_CN/module/fan.md b/docs/zh_CN/module/fan.md
index 3ae53151..49dbe4c8 100644
--- a/docs/zh_CN/module/fan.md
+++ b/docs/zh_CN/module/fan.md
@@ -4,7 +4,7 @@
***
-
+:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/step-motor-module-adapter-fan-module)**
## 描述
diff --git a/docs/zh_CN/module/goplus.md b/docs/zh_CN/module/goplus.md
index b7f9db6e..b76de094 100644
--- a/docs/zh_CN/module/goplus.md
+++ b/docs/zh_CN/module/goplus.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-Arrival-GOPLUS-Module-with-MEGA328P-IR-Transmitter-and-Receiver-suit-for-ESP32-Kit/3226069_33010785963.html?spm=2114.12010615.8148356.1.a8747842Ll7Apb)** :octocat:**[程序](#程序)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/goplus-module)** :octocat:**[程序](#程序)**
**[EasyLoader](#EasyLoader)**
diff --git a/docs/zh_CN/module/gps.md b/docs/zh_CN/module/gps.md
index f99b250d..9a5b6104 100644
--- a/docs/zh_CN/module/gps.md
+++ b/docs/zh_CN/module/gps.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.69f6425e8Agsbh&id=559647865340)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/gps-module)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/joystick.md b/docs/zh_CN/module/joystick.md
index 30a69a38..2376ebdb 100644
--- a/docs/zh_CN/module/joystick.md
+++ b/docs/zh_CN/module/joystick.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.15.6c7f425eQd3OmC&id=581195019026)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/joystick-module)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/lego_plus.md b/docs/zh_CN/module/lego_plus.md
index c20450a8..59486d19 100644
--- a/docs/zh_CN/module/lego_plus.md
+++ b/docs/zh_CN/module/lego_plus.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.7698425eZ5TWJR&id=583130748767)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/lego-module)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/lora.md b/docs/zh_CN/module/lora.md
index 30598be7..4632a34b 100644
--- a/docs/zh_CN/module/lora.md
+++ b/docs/zh_CN/module/lora.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.70.6c2275f4nUJEfh&id=559302217850)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/lora-module)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/plus.md b/docs/zh_CN/module/plus.md
index 2cbfd824..0ce094e8 100644
--- a/docs/zh_CN/module/plus.md
+++ b/docs/zh_CN/module/plus.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#原理图)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.11.6e32425el3pHvc&id=579821616764)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#原理图)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/plus-module)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/proto.md b/docs/zh_CN/module/proto.md
index ef48c958..425463a3 100644
--- a/docs/zh_CN/module/proto.md
+++ b/docs/zh_CN/module/proto.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.19.6c2275f4nUJEfh&id=563688612650)**
+:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/proto-module)**
## 描述
diff --git a/docs/zh_CN/module/proto_kit.md b/docs/zh_CN/module/proto_kit.md
index 49644266..afbf6e9c 100644
--- a/docs/zh_CN/module/proto_kit.md
+++ b/docs/zh_CN/module/proto_kit.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#Description)** 🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-Official-Experimental-Proto-Board-Set-included-DHT12-Bus-Socke-Grove-Cable-for-ESP32-Basic-Kit/3226069_32841004439.html?spm=2114.12010615.8148356.13.3f172fb10t1sUb)**
+:memo:**[描述](#Description)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/experimental-proto-board-set)**
## 描述
diff --git a/docs/zh_CN/module/servo.md b/docs/zh_CN/module/servo.md
index 1bdc4919..7cfd22c8 100644
--- a/docs/zh_CN/module/servo.md
+++ b/docs/zh_CN/module/servo.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.6c6f425e2rHsr9&id=581189197514)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/servo-module)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/sim800.md b/docs/zh_CN/module/sim800.md
index cb17b2e3..a3993668 100644
--- a/docs/zh_CN/module/sim800.md
+++ b/docs/zh_CN/module/sim800.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.1c03425emPA4gi&id=559726007780)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/gsm-sim800-module)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/stepmotor.md b/docs/zh_CN/module/stepmotor.md
index 92055fbd..75dd75cf 100644
--- a/docs/zh_CN/module/stepmotor.md
+++ b/docs/zh_CN/module/stepmotor.md
@@ -6,7 +6,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.61.501375f4xEgd84&id=572288296141)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/step-motor-module-adapter-fan-module)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/module/usb.md b/docs/zh_CN/module/usb.md
index 27e119af..8b6fb8e3 100644
--- a/docs/zh_CN/module/usb.md
+++ b/docs/zh_CN/module/usb.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.1dbd425eDUpt0Z&id=583599151180)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/usb-module)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md b/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md
deleted file mode 100644
index b79dc165..00000000
--- a/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython_m5cloud.md
+++ /dev/null
@@ -1,155 +0,0 @@
-# M5Cloud 上手指南(MicroPython) {docsify-ignore-all}
-
-?> 如果您的设备还没烧录M5Cloud固件的话,请参考这篇文档[如果使用M5Burner烧录固件](/zh_CN/related_documents/how_to_burn_firmware).
-
-?> 如果您是第一次使用这个Core或者想Core连接其他可联网的热点AP的话,请参考这篇文档[如果使用Core连接WIFI和M5Cloud](/zh_CN/related_documents/how_to_connect_wifi_using_core_with_m5cloud).
-
-如果您的Core已经连接了可联网WIFI热点之后,屏幕会如下图显示,出现check code(check code用于M5Core设备与M5Cloud绑定),下面开始M5Cloud的编程
-
-
-
-
-
-
-
-
-
-
-
-
-
-
|
|
|
-|:---:|:---:|:---:|
-|[Arduino-MacOS](zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS) | [Arduino-Windows](zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_Windows) | [UIFlow](zh_CN/quick_start/m5core/m5stack_core_get_started_MicroPython)|
\ No newline at end of file
+

+
## 目录
@@ -121,7 +121,7 @@
打开 Arduino IDE, 并点击 `Tools`->`Boards`->`M5Stack-Core-ESP32`
-点击 `Tools` -> `Ports` 以选择合适的串口号
+点击 `Tools` -> `Ports` 以选择的串口号
diff --git a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md
index fad122ab..4209f9ba 100644
--- a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md
+++ b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_arduino_Windows.md
@@ -1,6 +1,6 @@
# M5Stick 上手指南 - Arduino Win{docsify-ignore-all}
-

+
## 目录
diff --git a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
index ec8ddc44..bd21802a 100644
--- a/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
+++ b/docs/zh_CN/quick_start/m5stick/m5stick_quick_start_with_uiflow.md
@@ -1,6 +1,6 @@
# M5Stick 快速上手 - UIFlow {docsify-ignore-all}
-

+
1. **[更新固件](#更新固件)**
diff --git a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md
index c9054de4..88d2573f 100644
--- a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md
+++ b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start.md
@@ -1,9 +1,34 @@
# M5StickC 上手指南 {docsify-ignore-all}
-## 选择您需要的编程语言
+
|
|
|
|:---:|:---:|
-|[Arduino-Windows](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows) | [UIFlow](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow)|
\ No newline at end of file
+|[Arduino-Windows](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows) | [UIFlow](zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow)| -->
+
+
+## 选择您使用的开发平台
+
+
1. [配置环境](#配置环境)
- - [Step1. 安装Arduino IDE](#Step1-安装arduino-ide)
+ - [1. 安装 Arduino IDE](#_1-安装-Arduino-IDE)
- - [Step2. 安装ESP32的支持包](#Step2-安装ESP32的支持包)
+ - [2. 安装 ESP32 的板管理](#_2-安装-ESP32-的板管理)
- - [Step3. 安装Arduino-M5Stack库](#Step3-安装arduino-m5stack库)
+ - [3. 安装 M5StackC 库](#_3-安装-M5StackC-库)
- - [Step4. 安装U8g2库](#Step4-安装U8g2库)
-2. [示例](#示例)
+2. [例程](#例程)
## 配置环境
-### Step1. 安装Arduino IDE
+### 1. 安装 Arduino IDE
-首先,如果 Arduino IDE 还没安装的话,先安装它。 这是下载地址 *download address* https://www.arduino.cc/en/Main/Software
+浏览器打开 Arduino 官网 https://www.arduino.cc/en/Main/Software
+
+#### (1) 点击选择安装包 `Mac OS X`
-### Step2. 安装ESP32的支持包
+#### (2) 选择 `JUST DOWNLOAD`
-打开 Arduino IDE,选择`Arduino`->`Peferences`->`Settings`
+
+
+#### (3) Arduino IDE 下载下来就可以直接双击打开使用
+
+
+
+### 2. 安装 ESP32 的板管理
+
+#### (1) 打开 Arduino IDE,选择 `文件`->`首选项`->`设置`
-复制下面最新的 ESP32 板管理网址到`Additional Boards Manager URLs: `选项中
+#### (2) 复制下面的 ESP32 板管理网址到 `附加开发板管理器:` 中
-*目前最新的板管理网址是这个:https://dl.espressif.com/dl/package_esp32_index.json*
+*ESP32 Boards Manager url: https://dl.espressif.com/dl/package_esp32_index.json*
-都确定 OK 之后,选择`Tools`->`Board:`->`Boards Manager...`,在新弹出的对话框中,输入并搜索 `ESP32`,点击`安装`
+#### (3) 选择 `工具`->`开发板:`->`开发板管理器...`
-
+#### (4) 在新弹出的对话框中,输入并搜索 `ESP32`,点击`安装`
-### Step3. 安装Arduino-M5Stack库
+
-打开 Arduino IDE, 然后选择`Sketch`->`Include Library`->`Manage Libraries...`
+### 3. 安装 M5StackC 库
-在搜索框输入`M5Stack`搜索并安装。
+#### (1) 打开 Arduino IDE, 然后选择 `项目`->`加载库`->`库管理...`
-
+
-
+#### (2) 搜索 `M5StackC` 并安装,如下图所示
-### Step4. 安装U8g2库
+
-如果您还没安装 `U8g2` 库的话,打开 Arduino IDE,并点击`Sketch`->`Include Library`->`Manage Libraries...`,搜索 `U8g2` 进行安装。
-
-
+`Upload Speed`->`115200`
-### 2. 选择一个例程
+
-点击 `File`->`Examples`->`M5Stack`->`Stick`
+### 2. 选择例程
-选择例程 `FactoryTest`.
+点击 `File`->`Examples`->`M5StackC`->`Basic`->`FactoryTest`
-
+
-编译并上传这个例程,然后 M5Sstick 屏幕会显示 "Hello World! Exist"
+点击 `Upload`, 编译上传程序.
-**单击电源键开机,双击电源键休眠。**
-
-## 注意
-
-虽然大多数版本的 MacOS 系统都没找不到串口号这个问题,可是有些最新版本系统就可能出现这个问题。
-如果真的遇到这个问题了,请连接 M5 并在`system preferences`中打开`security and privacy`,设置`permit`
-
-
-
-
-
-
-
-?> **如果您想了解更多关于CP2104 USB驱动的资料,请阅读这个链接的内容** https://developer.apple.com/library/archive/technotes/tn2459/\_index.html
-
-
-
- -->
\ No newline at end of file
+**The button located on the bottom left is the power button, single-click to reboot. To enter deep sleep mode, double click this button**
\ No newline at end of file
diff --git a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
index ab0a2bbb..ff2acbf0 100644
--- a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
+++ b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_arduino_Windows.md
@@ -1,6 +1,6 @@
# M5StickC 上手指南 - Arduino Win{docsify-ignore-all}
-
+
## 目录
diff --git a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
index 0526b34f..8792ee4f 100644
--- a/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
+++ b/docs/zh_CN/quick_start/m5stickc/m5stickc_quick_start_with_uiflow.md
@@ -1,6 +1,6 @@
# M5StickC 上手指南 - UIFlow {docsify-ignore-all}
-
+
**[1. 烧录 UIFlow 固件](#_1-烧录-UIFlow-固件)**