From e7d608658dfa352fd726210c443732e8555707f3 Mon Sep 17 00:00:00 2001
From: shaoxiang <1026025056@qq.com>
Date: Fri, 14 Jun 2019 19:23:21 +0800
Subject: [PATCH] add hat sch and EasyLoader
---
docs/en/core/face_kit.md | 2 +-
docs/en/hat/hat-env.md | 19 ++++++++++++++++---
docs/en/hat/hat-pir.md | 24 ++++++++++++++++--------
docs/en/hat/hat-spk.md | 17 +++++++++++++++--
docs/zh_CN/core/face_kit.md | 4 ++++
docs/zh_CN/hat/hat-env.md | 15 +++++++++++++++
docs/zh_CN/hat/hat-pir.md | 14 ++++++++++++++
docs/zh_CN/hat/hat-spk.md | 12 ++++++++++++
8 files changed, 93 insertions(+), 14 deletions(-)
diff --git a/docs/en/core/face_kit.md b/docs/en/core/face_kit.md
index 4336a5a2..31066757 100644
--- a/docs/en/core/face_kit.md
+++ b/docs/en/core/face_kit.md
@@ -91,7 +91,7 @@ For more information about Pin assignment and Pin Remapping, Please refer to EPS
**Notice3:Face Kit factory test code**
The error message displayed on the screen, is actually normal, it doesn't mean something wrong with the hardware, don't worry.
-
+
## User Work
diff --git a/docs/en/hat/hat-env.md b/docs/en/hat/hat-env.md
index ad18153b..793696f7 100644
--- a/docs/en/hat/hat-env.md
+++ b/docs/en/hat/hat-env.md
@@ -41,6 +41,8 @@ Typical Magnetic Field:
- **[Schematic](https://github.com/m5stack/M5-Schematic/blob/master/Hat/StickHat_ENV.pdf)**
+
+
## Links
- **[Official Channel](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
@@ -52,6 +54,20 @@ Typical Magnetic Field:
- **[BMM150 Datasheet](https://pdf1.alldatasheet.com/datasheet-pdf/view/608913/ETC2/BMM150.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/ENV)**
@@ -62,8 +78,5 @@ Typical Magnetic Field:
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#安装串口驱动)
+
### 管脚映射