From aafcc892bdd063326423a6d021b87bf39adddb7f Mon Sep 17 00:00:00 2001
From: LiHuashen <854410664@qq.com>
Date: Wed, 20 Feb 2019 11:05:59 +0800
Subject: [PATCH] updated
---
docs/en/core/fire.md | 6 +-
docs/en/core/m5go.md | 140 +++++++++++++++++++++++++++++++++--
docs/en/core/m5go_lite.md | 140 +++++++++++++++++++++++++++++++++--
docs/en/unit/ir.md | 10 +--
docs/ja/core/fire.md | 6 +-
docs/zh_CN/core/fire.md | 2 +-
docs/zh_CN/core/m5go_lite.md | 135 +++++++++++++++++++++++++++++++--
docs/zh_CN/unit/ir.md | 2 +-
8 files changed, 400 insertions(+), 41 deletions(-)
diff --git a/docs/en/core/fire.md b/docs/en/core/fire.md
index 7249f0e5..07037be6 100644
--- a/docs/en/core/fire.md
+++ b/docs/en/core/fire.md
@@ -139,16 +139,12 @@ M5Go CHG. Base is composed of POGO pin. M5Go Base is composed of PORT B, PORT C,
| Size |
- 54 x 54 x 12.5 mm |
+ 54 x 54 x 21 mm |
| C.A.S.E |
Plastic ( PC ) |
-
- | Weight |
- 120g with bottom, 100g only core |
-
**NOTE:**
diff --git a/docs/en/core/m5go.md b/docs/en/core/m5go.md
index 1d8c145a..b4ecb14f 100644
--- a/docs/en/core/m5go.md
+++ b/docs/en/core/m5go.md
@@ -16,14 +16,6 @@ Programming M5GO with [UiFlow](http://flow.m5stack.com) or Arduino IDE.
We also supply some courses for teaching IOT programming. If you are interesting in it, contact us through Email please.
-**NOTE:**
-
-*We have several kinds of Cores, the following figures show the main differece with them. If you want the detailed defference with them, please click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md).*
-
-
-
-
-
## Feature
- Programming Support
@@ -32,6 +24,138 @@ We also supply some courses for teaching IOT programming. If you are interesting
- MicroPython
- TF Card Support (Up to 16G)
+## PinMap
+
+#### MainBoard Pinmap
+
+**LCD & TF Card**
+
+*LCD Pixel:320x240*
+*Maximum storage of TF Card: 16GB*
+
+
+ | ESP32 Chip | GPIO23 | GPIO19 | GPIO18 | GPIO14 | GPIO27 | GPIO33 | GPIO32 | GPIO4 |
+ | ILI9341(LCD Driver) | / | MISO | CLK | CS | DC | RST | BL | |
+ | TF Card | MOSI | MISO | CLK | | | | | CS |
+
+
+**Button & Speaker**
+
+
+ | ESP32 Chip | GPIO39 | GPIO38 | GPIO37 | GPIO25 |
+ | Button | BUTTON A | BUTTON B | BUTTON C |
+ | Speaker | | | | Speaker Pin |
+
+
+**GROVE A**
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | GROVE A | SCL | SDA | 5V | GND |
+
+
+**9-axis IMU sensor(MPU9250)**
+
+*I2C Address: 0x68*
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | MPU9250 | SCL | SDA | 5V | GND |
+
+
+#### M5GO Base Pinmap
+
+**GROVE B**
+
+
+ | ESP32 Chip | GPIO36 | GPIO26 | 5V | GND |
+ | GROVE B | GPIO36 | GPIO26 | 5V | GND |
+
+
+**GROVE C**
+
+
+ | ESP32 Chip | GPIO16 | GPIO17 | 5V | GND |
+ | GROVE C | RXD | TXD | 5V | GND |
+
+
+**LED Bar & MicroPhone**
+
+
+ | ESP32 Chip | GPIO15 | GPIO34 |
+ | LED Bar | SIG Pin | |
+ | MicroPhone | | MIC Pin |
+
+
+## PARAMETER
+
+
+
+ | M5Core Source |
+ Parameter |
+
+
+ | ESP32 |
+ 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth |
+
+
+ | Flash & PSRAM |
+ 16MB Flash + 4MB pSRAM |
+
+
+ | Input |
+ 5V @ 500mA |
+
+
+ | Interface |
+ TypeC x 1, GROVE(I2C+I/0+UART) x 1 |
+
+
+ | LCD |
+ 2 inch, 320x240 Colorful TFT LCD, ILI9342 |
+
+
+ | Speaker |
+ 1W-0928 |
+
+
+ | Microphone |
+ MEMS Analog BSE3729 Microphone |
+
+
+ | LED |
+ SK6812 3535 RGB LED x 10 |
+
+
+ | MEMS |
+ MPU9250 |
+
+
+ | Battery |
+ 550mAh @ 3.7V, inside vb |
+
+
+ | Op.Temp. |
+ 32°F to 104°F ( 0°C to 40°C ) |
+
+
+ | Size |
+ 54 x 54 x 21 mm |
+
+
+ | C.A.S.E |
+ Plastic ( PC ) |
+
+
+
+**NOTE:**
+
+*We have several kinds of Cores, the following figures show the main differece with them. If you want the detailed defference with them, please click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md).*
+
+
+
+
+
## Include
- 1x white M5Core
diff --git a/docs/en/core/m5go_lite.md b/docs/en/core/m5go_lite.md
index f0df1ed3..c1fed559 100644
--- a/docs/en/core/m5go_lite.md
+++ b/docs/en/core/m5go_lite.md
@@ -19,14 +19,6 @@ You can program M5GO Lite with [UiFlow](http://flow.m5stack.com) or Arduino IDE.
We also supply some courses for teaching IOT programming. If you are interesting in it, contact us through Email please.
-**NOTE:**
-
-*We have several kinds of Cores, the following figures show the main differece with them. If you want the detailed defference with them, please click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md).*
-
-
-
-
-
## 特性
- Programming Support
@@ -35,6 +27,138 @@ We also supply some courses for teaching IOT programming. If you are interesting
- MicroPython
- TF Card Support (Up to 16G)
+## PinMap
+
+#### MainBoard Pinmap
+
+**LCD & TF Card**
+
+*LCD Pixel:320x240*
+*Maximum storage of TF Card: 16GB*
+
+
+ | ESP32 Chip | GPIO23 | GPIO19 | GPIO18 | GPIO14 | GPIO27 | GPIO33 | GPIO32 | GPIO4 |
+ | ILI9341(LCD Driver) | / | MISO | CLK | CS | DC | RST | BL | |
+ | TF Card | MOSI | MISO | CLK | | | | | CS |
+
+
+**Button & Speaker**
+
+
+ | ESP32 Chip | GPIO39 | GPIO38 | GPIO37 | GPIO25 |
+ | Button | BUTTON A | BUTTON B | BUTTON C |
+ | Speaker | | | | Speaker Pin |
+
+
+**GROVE A**
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | GROVE A | SCL | SDA | 5V | GND |
+
+
+**9-axis IMU sensor(MPU9250)**
+
+*I2C Address: 0x68*
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | MPU9250 | SCL | SDA | 5V | GND |
+
+
+#### M5GO Base Pinmap
+
+**GROVE B**
+
+
+ | ESP32 Chip | GPIO36 | GPIO26 | 5V | GND |
+ | GROVE B | GPIO36 | GPIO26 | 5V | GND |
+
+
+**GROVE C**
+
+
+ | ESP32 Chip | GPIO16 | GPIO17 | 5V | GND |
+ | GROVE C | RXD | TXD | 5V | GND |
+
+
+**LED Bar & MicroPhone**
+
+
+ | ESP32 Chip | GPIO15 | GPIO34 |
+ | LED Bar | SIG Pin | |
+ | MicroPhone | | MIC Pin |
+
+
+## PARAMETER
+
+
+
+ | M5Core Source |
+ Parameter |
+
+
+ | ESP32 |
+ 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth |
+
+
+ | Flash & PSRAM |
+ 16MB Flash + 4MB pSRAM |
+
+
+ | Input |
+ 5V @ 500mA |
+
+
+ | Interface |
+ TypeC x 1, GROVE(I2C+I/0+UART) x 1 |
+
+
+ | LCD |
+ 2 inch, 320x240 Colorful TFT LCD, ILI9342 |
+
+
+ | Speaker |
+ 1W-0928 |
+
+
+ | Microphone |
+ MEMS Analog BSE3729 Microphone |
+
+
+ | LED |
+ SK6812 3535 RGB LED x 10 |
+
+
+ | MEMS |
+ MPU9250 |
+
+
+ | Battery |
+ 550mAh @ 3.7V, inside vb |
+
+
+ | Op.Temp. |
+ 32°F to 104°F ( 0°C to 40°C ) |
+
+
+ | Size |
+ 54 x 54 x 21 mm |
+
+
+ | C.A.S.E |
+ Plastic ( PC ) |
+
+
+
+**NOTE:**
+
+*We have several kinds of Cores, the following figures show the main differece with them. If you want the detailed defference with them, please click [here](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md).*
+
+
+
+
+
## 包含
- 1x white M5Core
diff --git a/docs/en/unit/ir.md b/docs/en/unit/ir.md
index b8fe9c44..5a8ce4a6 100644
--- a/docs/en/unit/ir.md
+++ b/docs/en/unit/ir.md
@@ -8,15 +8,9 @@
## Description
-The Unit IR is a IR infrared obstacle avoidance sensor. It can
-be widely used in robot obstacle avoidance, obstacle avoidance car, line
-count, and black and white line tracking and so on.
+The Unit IR is an infrared photoelectric pair unit that integrates a pair of infrared transmitting and receiving tubes. After connecting with the M5Core, you can control whether to emit infrared light through the M5Core. The other receiving tube can detect whether infrared light is sent from other devices to the unit.
-It has a pair of infrared transmitting and receiving tube, tube infrared
-emit a certain frequency, when detecting direction meet with obstacles
-(reflecting surface), reflected infrared receiving tube, after the
-comparator circuit processing, green indicator will light up, at the
-same time signal output interface to output digital signal.
+Because the GROVE interface has two signal pins, one controls infrared transmission and one controls infrared reception, so if you want to send infrared light, you need the OUTPUT pin (GPIO26) to output high level.
## Feature
diff --git a/docs/ja/core/fire.md b/docs/ja/core/fire.md
index 32f805a6..af9db35a 100644
--- a/docs/ja/core/fire.md
+++ b/docs/ja/core/fire.md
@@ -142,16 +142,12 @@ M5Go CHG.ベースはPOGOピン、M5GoベースはPORT B, PORT C, 2つのLEDバ
| サイズ |
- 54 x 54 x 12.5 mm |
+ 54 x 54 x 21 mm |
| ケース材質 |
プラスチック ( PC ) |
-
- | 重量 |
- 120g(ボトム含む), 100g(コアのみ) |
-
**メモ:**
diff --git a/docs/zh_CN/core/fire.md b/docs/zh_CN/core/fire.md
index 0c71d46b..562ab654 100644
--- a/docs/zh_CN/core/fire.md
+++ b/docs/zh_CN/core/fire.md
@@ -137,7 +137,7 @@ M5GO CHG.底座包含POGO Pin。FIRE主控通过POGO Pin与这个充电底座连
| 尺寸 |
- 54 x 54 x 12.5 mm |
+ 54 x 54 x 21 mm |
| 外壳材质 |
diff --git a/docs/zh_CN/core/m5go_lite.md b/docs/zh_CN/core/m5go_lite.md
index d811018c..c2bc673e 100644
--- a/docs/zh_CN/core/m5go_lite.md
+++ b/docs/zh_CN/core/m5go_lite.md
@@ -19,6 +19,136 @@
我们也提供了一些物联网开发课程方便你更快上手使用,如果你对这个感兴趣的话,欢迎给我司发邮件。
+## 特性
+
+- 可编程,支持 [UiFlow](http://flow.m5stack.com) , MicroPython 和 Arduino
+- 支持外置 TF 卡 ( 最大 16G )
+
+## 外设的管脚映射
+
+#### 主板管脚
+
+**LCD屏幕&TF卡**
+
+*LCD像素:320x240*
+*TF卡最大支持16GB*
+
+
+ | ESP32 Chip | GPIO23 | GPIO19 | GPIO18 | GPIO14 | GPIO27 | GPIO33 | GPIO32 | GPIO4 |
+ | ILI9341 | / | MISO | CLK | CS | DC | RST | BL | |
+ | TF卡 | MOSI | MISO | CLK | | | | | CS |
+
+
+**按键&喇叭**
+
+
+ | ESP32 Chip | GPIO39 | GPIO38 | GPIO37 | GPIO25 |
+ | 按键引脚 | BUTTON A | BUTTON B | BUTTON C |
+ | 喇叭 | | | | 喇叭引脚 |
+
+
+**GROVE接口A**
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | GROVE A | SCL | SDA | 5V | GND |
+
+
+**九轴姿态传感器MPU9250**
+
+*I2C地址为0x68*
+
+
+ | ESP32 Chip | GPIO22 | GPIO21 | 5V | GND |
+ | MPU9250 | SCL | SDA | 5V | GND |
+
+
+#### M5GO底座管脚
+
+**GROVE接口B**
+
+
+ | ESP32 Chip | GPIO36 | GPIO26 | 5V | GND |
+ | GROVE B | GPIO36 | GPIO26 | 5V | GND |
+
+
+**GROVE接口C**
+
+
+ | ESP32 Chip | GPIO16 | GPIO17 | 5V | GND |
+ | GROVE C | RXD | TXD | 5V | GND |
+
+
+**LED灯条&麦克风MIC&喇叭Speaker**
+
+
+ | ESP32 Chip | GPIO15 | GPIO34 | GPIO25 |
+ | LED灯条 | SIG管脚 | | |
+ | 麦克风MIC | | MIC管脚 | |
+| 喇叭 | | | Speaker管脚 |
+
+
+## 参数
+
+
+
+ | 主控资源 |
+ 参数 |
+
+
+ | ESP32 |
+ 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth |
+
+
+ | Flash闪存 |
+ 16MB Flash |
+
+
+ | 输入电压 |
+ 5V @ 500mA |
+
+
+ | 接口 |
+ TypeC x 1, GROVE(I2C+I/0+UART) x 1 |
+
+
+ | LCD屏幕 |
+ 2 inch, 320x240 Colorful TFT LCD, ILI9342 |
+
+
+ | 喇叭 |
+ 1W-0928 |
+
+
+ | 麦克风 |
+ MEMS Analog BSE3729 Microphone |
+
+
+ | LED |
+ SK6812 3535 RGB LED x 10 |
+
+
+ | MEMS |
+ MPU9250 |
+
+
+ | 电池 |
+ 550mAh @ 3.7V, inside vb |
+
+
+ | 工作温度 |
+ 32°F to 104°F ( 0°C to 40°C ) |
+
+
+ | 尺寸 |
+ 54 x 54 x 21 mm |
+
+
+ | 外壳材质 |
+ Plastic ( PC ) |
+
+
+
**注意:**
*我们有Core有几个版本,下图是它们主要区别的比较,如果想查看详细的资源对比,请点击[这里](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores_zh_CN.md)。*
@@ -27,11 +157,6 @@
-## 特性
-
-- 可编程,支持 [UiFlow](http://flow.m5stack.com) , MicroPython 和 Arduino
-- 支持外置 TF 卡 ( 最大 16G )
-
## 包含
- 1x white M5Core主控
diff --git a/docs/zh_CN/unit/ir.md b/docs/zh_CN/unit/ir.md
index fae2cd5f..66e892e8 100644
--- a/docs/zh_CN/unit/ir.md
+++ b/docs/zh_CN/unit/ir.md
@@ -8,7 +8,7 @@
## 描述
-**IR**是一款红外光电对管Unit,集成一对红外发送和接收管。与M5Core连接之后,可以通过M5Core来控制是否发出红外光,另外的接收管能检测是否有红外光发送给unit。
+**IR**是一款红外光电对管Unit,集成一对红外发送和接收管。与M5Core连接之后,可以通过M5Core来控制是否发出红外光,另外的接收管能检测是否有发自其他设备红外光发送给unit。
因为GROVE接口有两个信号引脚,一个控制红外发送,一个控制红外接收,所以如果要发送红外光则需要OUTPUT管脚(GPIO26)输出高电平。