mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add docs of "M5GO Base"
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 310 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 185 KiB |
@@ -1,3 +1,76 @@
|
||||
# M5GO-Base
|
||||
# M5GO Base
|
||||
|
||||
## (coming soon...)
|
||||
[中文](/en/product_documents/bases/m5go_base) | English | [日本語](ja/product_documents/bases/m5go_base)
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
<mark>M5GO Base</mark>is a base of [M5GO IOT Starter Kit](en/product_documents/m5stack-core/m5go_iot_starter_kit) or [M5Fire](en/product_documents/m5stack-core/m5core_fire).
|
||||
|
||||
M5GO Base is composed of battery(600mAh), M-Bus interface, charging indicator(red led), two RGB Bar, PORT B and PORT C.
|
||||
|
||||
The charging indicator light will blink when base is charging, but the light will keep on when charge completed.
|
||||
|
||||
## PinMap
|
||||
|
||||
**POGO Pin**
|
||||
|
||||
| POGO Pin | ESP32 Chip |
|
||||
| :----------: |:------------: |
|
||||
| SCL | GPIO22 |
|
||||
| SDA | GPIO21 |
|
||||
|
||||
**LED Bar**
|
||||
|
||||
*There are 10 RGB Leds built in M5GO Base*
|
||||
|
||||
| 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/core/M-BUS.jpg" alt="M_BUS" width="500" height="500">
|
||||
</figure>
|
||||
|
||||
## DOCUMENTS
|
||||
|
||||
- **[Schematic](https://github.com/m5stack/M5GO/blob/master/hardware/schematics/M5GO_Base.pdf)**
|
||||
- **[M5GO IOT Starter Kit Purchase](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>
|
||||
@@ -1,5 +1,7 @@
|
||||
# M5Stack BATTERY Module
|
||||
|
||||
[中文](/zh_CN/product_documents/modules/module_battery) | English | [日本語](ja/product_documents/modules/module_battery)
|
||||
|
||||
# DESCRIPTION
|
||||
|
||||
The M5Stack BATTERY Module is module with 850mAh High-Capacity Battery.
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
# COMMU
|
||||
# COMMU
|
||||
|
||||
[中文](/zh_CN/product_documents/modules/module_commu) | English | [日本語](ja/product_documents/modules/module_commu)
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# M5Stack GPS Module
|
||||
|
||||
[中文](/zh_CN/product_documents/modules/module_gps) | English | [日本語](ja/product_documents/modules/module_gps)
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
The M5Stack GPS Module is a module with small GPS module. The small GPS
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# M5Stack LAN Module
|
||||
|
||||
<!-- [中文](/zh_CN/product_documents/modules/module_btc) | English | [日本語](ja/product_documents/modules/module_btc) -->
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
The M5Stack LAN Module is a ethernet module which with a I2C Grove port and 6 pins user ports.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# M5Stack LORA Module
|
||||
|
||||
[中文](/zh_CN/product_documents/modules/module_lora) | English | [日本語](ja/product_documents/modules/module_lora)
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
The <mark>LoRa</mark> Module is a module with small LoRa module named Ra-02.
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# LoRaWAN
|
||||
|
||||
[中文](/zh_CN/product_documents/modules/module_btc) | English | [日本語](ja/product_documents/modules/module_btc)
|
||||
|
||||
## DESCRIPTION
|
||||
|
||||
<mark>LoRaWAN</mark> is a small LoRa terminal module built-in LoRa chip(SX1276) and ST MCU that means this module has been built with complete LoRa protocal stack. So you can develop a LoRaWAN module through UART or simple AT command with M5Core.
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
| | | |
|
||||
| :------------------: |:------------------:| :--------------------:|
|
||||
| [M5GO底座](/zh_CN/file_to_display_null) | [PLC底座](/zh_CN/product_documents/modules/module_plc) | [FACE底座](/zh_CN/product_documents/bases/face_base) |
|
||||
| [M5GO底座](/zh_CN/product_documents/bases/m5go_base) | [PLC底座](/zh_CN/product_documents/modules/module_plc) | [FACE底座](/zh_CN/product_documents/bases/face_base) |
|
||||
| [LAN底座](/zh_CN/product_documents/bases/lan_base) | / | / |
|
||||
| [Node底座](/zh_CN/product_documents/bases/node_base) | / | / |
|
||||
|
||||
|
||||
@@ -1,3 +1,76 @@
|
||||
# M5GO-Base
|
||||
# M5GO底座
|
||||
|
||||
## (coming soon...)
|
||||
中文 | [English](/en/product_documents/bases/m5go_base) | [日本語](ja/product_documents/bases/m5go_base)
|
||||
|
||||
## 描述
|
||||
|
||||
<mark>M5GO底座</mark>是[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-Bus总线接口、麦克风、红色的充电指示LED、2条RGB灯条(10颗)、PORT B和PORT C组成。
|
||||
|
||||
M5GO底座在充电过程中,红色LED闪烁,充满了常亮。
|
||||
|
||||
## 管脚映射
|
||||
|
||||
**POGO Pin**
|
||||
|
||||
| POGO Pin | ESP32 Chip |
|
||||
| :----------: |:------------: |
|
||||
| SCL | GPIO22 |
|
||||
| SDA | GPIO21 |
|
||||
|
||||
**LED Bar**
|
||||
|
||||
*有10颗RGB灯,左右各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/core/M-BUS.jpg" alt="M_BUS" width="500" height="500">
|
||||
</figure>
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **[原理图](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>
|
||||
Reference in New Issue
Block a user