This commit is contained in:
Lihuashen
2018-11-28 14:25:46 +08:00
parent 9afe559d20
commit 7d32004f08
2 changed files with 64 additions and 24 deletions
+1 -1
View File
@@ -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
+63 -23
View File
@@ -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**
<figure>
<img src="assets/img/product_pics/bases/m5go_01.jpg" alt="m5go_01" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/m5go_02.jpg" alt="m5go_02" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/m5go_03.jpg" alt="m5go_03" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/m5go_04.jpg" alt="m5go_04" width="300px" height="300px">
</figure>
<figure>
<img src="assets/img/product_pics/bases/m5go_05.jpg" alt="m5go_05" width="40%" height="40%">
</figure>
<figure>
<img src="assets/img/product_pics/bases/m5go_06.jpg" alt="m5go_06" width="40%" height="40%">
<img src="assets/img/product_pics/core/M-BUS.jpg" alt="M_BUS" width="500" height="500">
</figure>
## 関連情報
- [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)
- **[回路図](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)**
<figure>
<img src="assets/img/product_pics/bases/m5go_base_01.png" width="65%" height="65%">
</figure>
<figure>
<img src="assets/img/product_pics/bases/m5go_base_02.png" width="65%" height="65%">
</figure>