From 42d1164dca17a69346d085abdcae34dfc8681232 Mon Sep 17 00:00:00 2001
From: vany5921 <908744431@qq.com>
Date: Tue, 24 Dec 2019 14:20:21 +0800
Subject: [PATCH 01/12] add stickT
---
docs/en/core/StickT.md | 194 ++++++++++++++++++++++++++++++++++++++
docs/en/core/m5stickv.md | 2 +-
docs/zh_CN/core/StickT.md | 0
3 files changed, 195 insertions(+), 1 deletion(-)
create mode 100644 docs/en/core/StickT.md
create mode 100644 docs/zh_CN/core/StickT.md
diff --git a/docs/en/core/StickT.md b/docs/en/core/StickT.md
new file mode 100644
index 00000000..e082dd31
--- /dev/null
+++ b/docs/en/core/StickT.md
@@ -0,0 +1,194 @@
+# StickT {docsify-ignore-all}
+
+
+
+
+* * *
+
+:memo:**[Description](#Description)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://m5stack.com/collections/m5-core/products/stick)**
**[EasyLoader](#EasyLoader)**
+
+## Description
+
+**M5Stick** is a mini M5Stack, powered by ESP32. It is a portable, easy-to-use, open source, IoT development board.
+
+*What it can do?*
+This tiny block is able to realize your idea, enlighten your creativity, and help with your IoT prototying in a very short time. It will takes away a lot of the pains form the development process.
+
+M5stick is one of the core devices in M5Stack product series which is built in a continues growing hardware & software ecosystem. It has a lot of compatible modules & units, as well as the open source code & engineering community that will help you maximum your benefit in every step of the developing process.
+
+**The following figure shows the position indication of Button A and Assembly hole**
+
+
+
+**Power switch operation:**
+
+* Power on :Long press power button for 2 seconds
+
+* Power off :Short press power button for 6 seconds
+
+**Notice:**
+
+* Baudrate supported by M5StickC: 1200 ~115200, 250K, 500K, 750K, 1500K
+
+* Only Orange type is available for now
+
+## Feature
+
+- 5V DC power supply
+- USB Type-C
+- ESP32-based
+- Case Material: PC + ABS
+- 4 MByte Flash
+- Red LED
+- 2 Buttons, TFT(1.3 inch)
+- 80 mAh Lipo Battery
+- Grove Port
+- Wearable & Wall mounted
+
+## ESP32 Features
+
+- 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS
+- Integrated 520 KB SRAM
+- Integrated 802.11b/g/n HT40 Wi-Fi transceiver, baseband, stack and LWIP
+- Integrated dual mode Bluetooth (classic and BLE)
+- Hall sensor
+- 32 kHz crystal oscillator
+- PWM/timer input/output available on every GPIO pin
+- SDIO master/salve 50MHz
+
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**)
+
+>2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning.
+
+## Schematic
+
+
+
+- [PDF Download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/M5StickC/20191118__StickC_A04_3110_Schematic_Rebuild_PinMap.pdf)
+
+## PinMap
+
+
+
+Power structure block diagram
+
+
+
+**RED LED & IR Transmitter & BUTTON A & BUTTON B**
+
+
| ESP32 | GPIO10 | GPIO9 | GPIO37 | GPIO39 |
| RED LED | LED Pin | |||
| IR Transmitter | Transmitter Pin | |||
| BUTTON A | Button Pin | |||
| BUTTON B | Button Pin |
| ESP32 | GPIO15 | GPIO13 | GPIO23 | GPIO18 | GPIO5 |
| TFT LCD | TFT_MOSI | TFT_CLK | TFT_DC | TFT_RST | TFT_CS |
| ESP32 | GPIO33 | GPIO32 | 5V | GND |
| GROVE port | SCL | SDA | 5V | GND |
| ESP32 | GPIO0 | GPIO34 |
| MICPHONE | SCL | SDA |
| ESP32 | GPIO22 | GPIO21 | +
| 6-Axis posture sensor | SCL | SDA | +
| power management IC | SCL | SDA | +
| Microphone | RTC | TFT backlight | TFT IC | ESP32/3.3V MPU6886/SH200Q | 5V GROVE | +
| LDOio0 | LDO1 | LDO2 | LDO3 | DC-DC1 | IPSOUT | +
| ESP32 | GPIO14 | GPIO27 | GPIO33 | +
| OLED | CS | DC | RST | +
| ESP32 | GPIO13 | GPIO25 | 5V | GND |
| GROVE Port | SCL | SDA | 5V | GND |
+
+
+## Schematic
+
+
+
+To complete schematic, click [here](https://github.com/m5stack/M5-Schematic/tree/master/Core/m5stick).
+
+## Related Link
+
+- **Datasheet** - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf) - [MPU9250](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/PS-MPU-9250A-01-v1.1_en.pdf)
+
+- **Register Manual** - [IP5306](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/IIC_IP5306_REG_V1.4_cn.pdf)
+
+## Example
+
+* **Arduino**
+
+ - [M5Stick Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest)
+
+ - [M5Stick Watch](https://github.com/m5stack/StickWatch)
+
+
+
+* **UIFlow**
+
+ - [White square game](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow)
+
+
+## Related Video
+
+- **m5stick Case - Remote control air conditioner**
+
+
+
+- **m5stick Case - .obj model viewer**
+
+
\ No newline at end of file
diff --git a/docs/en/core/m5stickv.md b/docs/en/core/m5stickv.md
index 2f4de4c1..8a8ad251 100644
--- a/docs/en/core/m5stickv.md
+++ b/docs/en/core/m5stickv.md
@@ -13,7 +13,7 @@
**M5StickV RISC-V AI Camera**
-### General Description
+### General Description
M5Stack recently launched the new AIoT(AI+IoT) Camera powered by Kendryte K210 -an edge computing system-on-chip(SoC) with dual-core 64bit RISC-V CPU and state-of-art neural network processor.
**[EasyLoader](#EasyLoader)**
+:memo:**[Description](#Description)** :🛒**[Purchase](https://m5stack.com/collections/m5-base/products/basex)** :clapper:**[Video](#Video)**
**[EasyLoader](#EasyLoader)**
## Description
diff --git a/docs/en/core/StickT.md b/docs/en/core/StickT.md
index e082dd31..c2d66937 100644
--- a/docs/en/core/StickT.md
+++ b/docs/en/core/StickT.md
@@ -1,11 +1,11 @@
-# StickT {docsify-ignore-all}
+# M5StickT {docsify-ignore-all}
-
-
+
+
* * *
-:memo:**[Description](#Description)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://m5stack.com/collections/m5-core/products/stick)**
**[EasyLoader](#EasyLoader)**
+:memo:**[Description](#Description)** :octocat:**[Example](#Example)** 🛒**[Purchase](https://m5stack.com/collections/m5-core/products/stick)**
**[EasyLoader](#EasyLoader)**
## Description
diff --git a/docs/en/module/nb-iot_plus.md b/docs/en/module/nb-iot_plus.md
index dffc1bd8..51b7e3fa 100644
--- a/docs/en/module/nb-iot_plus.md
+++ b/docs/en/module/nb-iot_plus.md
@@ -6,7 +6,7 @@
***
-:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** :octocat:**[Code](#Code)**
**[EasyLoader](#EasyLoader)** 🛒**[Purchase](https://m5stack.com/collections/m5-module/products/m5stack-nb-iot-plus-module)**
+:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** :octocat:**[Code](#Code)**
**[EasyLoader](#EasyLoader)** 🛒**[Purchase](https://m5stack.com/collections/m5-module/products/m5stack-nb-iot-plus-module-m5311-gb)**
## Description
diff --git a/docs/en/unit/unitv.md b/docs/en/unit/unitv.md
index 35480729..d7e25249 100644
--- a/docs/en/unit/unitv.md
+++ b/docs/en/unit/unitv.md
@@ -6,7 +6,7 @@
***
-:memo:**[Description](#Description)** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/unit-v)** :clapper:**[Videos](#Videos)**
+:memo:**[Description](#Description)** 🛒**[Purchase](https://m5stack.com/collections/m5-unit/products/unitv-ai-camera)** :clapper:**[Videos](#Videos)**
## Description
diff --git a/docs/zh_CN/base/basex.md b/docs/zh_CN/base/basex.md
index d7028159..40e89b44 100644
--- a/docs/zh_CN/base/basex.md
+++ b/docs/zh_CN/base/basex.md
@@ -4,7 +4,7 @@
***
-:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/basex-industrial-board-module)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-base/products/basex)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/core/StickT.md b/docs/zh_CN/core/StickT.md
index e69de29b..f8a1902e 100644
--- a/docs/zh_CN/core/StickT.md
+++ b/docs/zh_CN/core/StickT.md
@@ -0,0 +1,229 @@
+# M5StickT {docsify-ignore-all}
+
+
+
+
+* * *
+
+:memo:**[描述](#描述)** :octocat:**[例程](#例程)** 🛒**[购买链接](https://m5stack.com/collections/m5-core/products/stick-c)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
+
+## 描述
+
+**M5StickC** 是一款精致小巧的开发板.它作为 M5Stick 的升级版本,提供了更多的拓展接口与按键,拥有出色性能的同时兼具低功耗特性.无论是用作编程学习还是项目开发, M5StickC 都能够提供可靠的硬件支持.
+
+*它能做什么?*
+这个小巧玲珑的开发工具,能够激发你无限的创作可能. M5StickC 能够帮助你快速的搭建物联网产品原型,简化整个的开发过程.即便是刚开始接触编程开发的初学者,也能够搭建出一些有趣的应用,并应用到实际生活中.
+
+M5StickC 是 M5Stack 产品系列中的核心设备之一,该产品系列建立在不断发展的硬件和软件生态系统中.它有着许多兼容的拓展功能模块,丰富开源代码、活跃的论坛社区,这些资源都可以在你的开发过程中为你提供最优服务.
+
+**开关机操作:**
+
+* 开机:按复位按键,持续至少 2 秒
+
+* 关机:按复位按键,持续至少 6 秒
+
+**注意:**
+
+* M5StickC 支持的波特率: 1200 ~115200, 250K, 500K, 750K, 1500K
+
+* 外壳颜色只有橙色在售
+
+
+
+
+
+**注意:**
+
+M5StickC仅支持WIN10&Linux&MAC免驱,其余操作系统则需要用户自行安装驱动程序.
+
+安装步骤:1,点击下方链接,下载驱动安装包. 2.连接设备,并打开电脑设备管理器端口选项。 3,右键点击未能识别的设备,进行手动更新.
+
+驱动下载连接
+
+
+
+## 产品特性
+
+- 5V 直流电源
+- USB Type-C
+- 基于 ESP3 2开发
+- 4 MByte Flash + 520K RAM
+- 6 轴 IMU: MPU6886
+- Red LED
+- 红外发射管
+- 麦克风
+- 按键x2, LCD(0.96 寸), 电源/复位按键x1
+- 2.4G天线:Proant 440
+- 80 mAh 锂电池
+- 拓展接口
+- Grove 接口
+- 可穿戴 & 可固定
+- 开发平台 [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
+
+
+
+
+
+### ESP32特性
+
+- 240 MHz双核Tensilica LX6微控制器,性能达到 600 DMIPS
+- 集成520 KB SRAM
+- 集成的802.11b/g/n HT40 Wi-Fi收发器,基带,堆栈和LWIP
+- 集成双模蓝牙(经典和BLE)
+- 霍尔传感器
+- 10x 电容触摸功能接口
+- 32 kHz晶体振荡器
+- 每个GPIO引脚都支持PWM/定时器 输入/输出
+- SDIO master/salve 50MHz
+- 支持SD卡接口
+
+## EasyLoader
+
+
+
+
+
+>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.**(目前EasyLoader仅适用于Windows操作系统)**
+
+>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录.(**为M5StickC烧录时,请将波特率设置在750000或115200**)
+
+## 原理图
+
+
+
+- [PDF Download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/M5StickC/20191118__StickC_A04_3110_Schematic_Rebuild_PinMap.pdf)
+
+## 管脚映射
+
+
+
+电源结构框图
+
+
+
+**红色 LED & 红外发射管 IR & 按键 BUTTON A & 按键 BUTTON B**
+
+| ESP32 芯片 | GPIO10 | GPIO9 | GPIO37 | GPIO39 |
| 红色 LED | LED 管脚 | |||
| 红外发射管 IR | 发射管引脚 | |||
| 按键 BUTTON A | 按键管脚 | |||
| 按键 BUTTON B | 按键管脚 |
| ESP32 芯片 | GPIO15 | GPIO13 | GPIO23 | GPIO18 | GPIO5 |
| TFT 屏幕 | TFT_MOSI | TFT_CLK | TFT_DC | TFT_RST | TFT_CS |
| ESP32 芯片 | GPIO33 | GPIO32 | 5V | GND |
| GROVE 接口 | SCL | SDA | 5V | GND |
| ESP32 芯片 | GPIO0 | GPIO34 |
| 麦克风 MIC | SCL | SDA |
| ESP32 芯片 | GPIO22 | GPIO21 | +
| 六轴姿态传感器 | SCL | SDA | +
| 电源管理芯片 | SCL | SDA | +
| Microphone | RTC | TFT backlight | TFT IC | ESP32/3.3V MPU6886/SH200Q | 5V GROVE | +
| LDOio0 | LDO1 | LDO2 | LDO3 | DC-DC1 | IPSOUT | +
| 上市日期 | +产品变动 | +
|---|---|
| 2019.3 | +首次发售 | +
| 2019.8 | +SH200Q变更为MPU6886 | +
| 2019.10 | +升级底部,添加铜螺母 | +
**[EasyLoader](#EasyLoader)**
+:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://m5stack.com/collections/m5-module/products/m5stack-nb-iot-plus-module-m5311-gb)** :clapper:**[相关视频](#相关视频)**
**[EasyLoader](#EasyLoader)**
## 描述
diff --git a/docs/zh_CN/unit/unitv.md b/docs/zh_CN/unit/unitv.md
index 9762beb2..67e65aa5 100644
--- a/docs/zh_CN/unit/unitv.md
+++ b/docs/zh_CN/unit/unitv.md
@@ -7,7 +7,7 @@
***
-:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-unit/products/unit-v)** :clapper:**[Videos](#Videos)**
+:memo:**[描述](#描述)** 🛒**[购买链接](https://m5stack.com/collections/m5-unit/products/unitv-ai-camera)** :clapper:**[Videos](#Videos)**
## 描述
From 41298484804e4bfc91efee1aea087d6a2d132432 Mon Sep 17 00:00:00 2001
From: Sean <1026025056@qq.com>
Date: Fri, 27 Dec 2019 17:31:25 +0800
Subject: [PATCH 03/12] change m5go bottom battery capacity
---
docs/en/core/fire.md | 8 ++++++--
docs/en/core/m5go.md | 6 +++++-
docs/en/core/m5go_lite.md | 6 +++++-
docs/zh_CN/core/fire.md | 8 ++++++--
docs/zh_CN/core/m5go.md | 6 +++++-
docs/zh_CN/core/m5go_lite.md | 6 +++++-
6 files changed, 32 insertions(+), 8 deletions(-)
diff --git a/docs/en/core/fire.md b/docs/en/core/fire.md
index 44ba9355..abb7141e 100644
--- a/docs/en/core/fire.md
+++ b/docs/en/core/fire.md
@@ -50,7 +50,7 @@ The GPIO 16 / 17 in Fire is connected to the PSRAM by default, so when you conne
- Speaker, 3 Buttons, LCD(320*240), 1 Reset
- 2.4G Antenna: Proant 440
- TF card slot (16G Maximum size)
-- Battery Socket & 600 mAh Lipo Battery
+- Battery Socket & 500 mAh Lipo Battery
- Extendable Pins & Holes
- Grove Port
- M-Bus Socket & Pins
@@ -223,7 +223,7 @@ The GPIO 16 / 17 in Fire is connected to the PSRAM by default, so when you conne
M5^YzQsEk6&|2(dTR^jXO}Z8^_o5udU<)1s7Z)iU$w
zsb|m6HWjjHGoR6Tzg#9|^7GG|V|C9ww3m8Qzw`S^(Mew-MYb$`dN!l@r;PcXwn^8S
z%3oP2Y~1^Lt8L%?vbO87rHhyEID7ix<&zrO_s