From 7d32004f08867e9448ebeb09f0ed44a9fbc65397 Mon Sep 17 00:00:00 2001
From: Lihuashen <854410664@qq.com>
Date: Wed, 28 Nov 2018 14:25:46 +0800
Subject: [PATCH] ...
---
docs/en/product_documents/bases/m5go_base.md | 2 +-
docs/ja/product_documents/bases/m5go_base.md | 86 ++++++++++++++------
2 files changed, 64 insertions(+), 24 deletions(-)
diff --git a/docs/en/product_documents/bases/m5go_base.md b/docs/en/product_documents/bases/m5go_base.md
index 1b864c4d..d0615c9e 100644
--- a/docs/en/product_documents/bases/m5go_base.md
+++ b/docs/en/product_documents/bases/m5go_base.md
@@ -1,6 +1,6 @@
# M5GO Base
-[中文](/en/product_documents/bases/m5go_base) | English | [日本語](ja/product_documents/bases/m5go_base)
+[中文](/zh_CN/product_documents/bases/m5go_base) | English | [日本語](ja/product_documents/bases/m5go_base)
## DESCRIPTION
diff --git a/docs/ja/product_documents/bases/m5go_base.md b/docs/ja/product_documents/bases/m5go_base.md
index c7903cfb..ae99338e 100644
--- a/docs/ja/product_documents/bases/m5go_base.md
+++ b/docs/ja/product_documents/bases/m5go_base.md
@@ -1,36 +1,76 @@
# M5GO
+[中文](/zh_CN/product_documents/bases/m5go_base) | [English](/en/product_documents/bases/m5go_base) | 日本語
+
## 概要
-(近日公開...)
+M5GOベースは、[M5GO IOT Starter Kit](zh_CN/product_documents/m5stack-core/m5go_iot_starter_kit)および[M5Fire](zh_CN/product_documents/m5stack-core/m5core_fire)キットのベースです
-## 特徴
+M5GOベースは、600mAhバッテリ、Mバスバスインタフェース、マイク、赤色充電インジケータLED、2つのRGBストリップ(10)、PORT BおよびPORT Cで構成されています。
-## ドキュメント
+M5GOベースの充電処理中、赤いLEDが点滅し、バッテリが完全に点灯します。
-- **GitHub**
- - [M5GO](https://github.com/m5stack/M5GO)
+## ピンマップ
+
+**POGO Pin**
+
+| POGO Pin | ESP32 Chip |
+| :----------: |:------------: |
+| SCL | GPIO22 |
+| SDA | GPIO21 |
+
+**LED Bar**
+
+*RGBライトは10本あり、左右に5本あります*
+
+| LED Pin | ESP32 Chip |
+| :----------: |:------------: |
+| LED Pin | GPIO15 |
+
+**MIC**
+
+| MIC Pin | ESP32 Chip |
+| :----------: |:------------: |
+| MIC Pin | GPIO34 |
+
+**GROVE**
+
+| PORT A(I2C) | ESP32 Chip |
+| :----------: |:------------: |
+| SCL | GPIO22 |
+| SDA | GPIO21 |
+| 5V | 5V |
+| GND | GND |
+
+| PORT B(I/O) | ESP32 Chip |
+| :----------: |:------------: |
+| G36 | GPIO36 |
+| G26 | GPIO26 |
+| 5V | 5V |
+| GND | GND |
+
+| PORT C(UART2) | ESP32 Chip |
+| :----------: |:------------: |
+| RXD | GPIO16 |
+| TXD | GPIO17 |
+| 5V | 5V |
+| GND | GND |
+
+**M-Bus**
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
## 関連情報
-- [M5GO 購入(スイッチサイエンス)](https://www.switch-science.com/catalog/3875/)
-- [M5GO 購入(AliExpress)](https://www.aliexpress.com/store/product/M5Stack-M5GO-IoT-arduino-ESP32-MicroPython-IR-550/3226069_32881911596.html)
\ No newline at end of file
+- **[回路図](https://github.com/m5stack/M5GO/blob/master/hardware/schematics/M5GO_Base.pdf)**
+- **[M5GO IOT Starter Kit リンクを購入する](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-M5GO-IoT-Starter-Kit-ESP32-for-Arduino-MicroPython-Programming-Development-IR-MIC/3226069_32881911596.html?spm=2114.12010615.8148356.2.52385ab04i7vIu)**
+
+
+
+
+
+
+
+