diff --git a/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_01.webp b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_01.webp new file mode 100644 index 00000000..e5d59df5 Binary files /dev/null and b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_01.webp differ diff --git a/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_02.webp b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_02.webp new file mode 100644 index 00000000..16b131d5 Binary files /dev/null and b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_02.webp differ diff --git a/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_bus.webp b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_bus.webp new file mode 100644 index 00000000..35c37c1f Binary files /dev/null and b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_bus.webp differ diff --git a/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_sch.webp b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_sch.webp new file mode 100644 index 00000000..08fe031d Binary files /dev/null and b/docs/assets/img/product_pics/base/m5go_bottom2/m5go_bottom2_sch.webp differ diff --git a/docs/assets/img/product_pics/core/core2/core2_sch_02.webp b/docs/assets/img/product_pics/core/core2/core2_sch_02.webp new file mode 100644 index 00000000..63a48a8f Binary files /dev/null and b/docs/assets/img/product_pics/core/core2/core2_sch_02.webp differ diff --git a/docs/assets/img/product_pics/core/core2_aws/core2_aws_01.webp b/docs/assets/img/product_pics/core/core2_aws/core2_aws_01.webp new file mode 100644 index 00000000..aafa776b Binary files /dev/null and b/docs/assets/img/product_pics/core/core2_aws/core2_aws_01.webp differ diff --git a/docs/assets/img/product_pics/core/core2_aws/core2_aws_02.webp b/docs/assets/img/product_pics/core/core2_aws/core2_aws_02.webp new file mode 100644 index 00000000..94612cbd Binary files /dev/null and b/docs/assets/img/product_pics/core/core2_aws/core2_aws_02.webp differ diff --git a/docs/en/app/demo-board.md b/docs/en/app/demo-board.md index 06595328..18049e14 100644 --- a/docs/en/app/demo-board.md +++ b/docs/en/app/demo-board.md @@ -4,6 +4,9 @@



| Resource | +Parameter | +
| Mic | +SPM1423 | +
| LED | +SK6812*10 | +
| IMU | +MPU6886 | +
| Net Weight | +31g | +
| Gross Weight | +45g | +
| Product Dimensions | +54*54*8mm | +
| Packaging Dimensions | +60*57*17mm | +
| ESP32 Chip | GPIO25 |
| SK6812 | DATA |
| ESP32 Chip | GPIO34 | GPIO0 |
| SPM1423 | DAT | CLK |
| ESP32 Chip | GPIO21 | GPIO22 |
| MPU6886 | SDA | SCL |
| Pogo Pin | SDA | SCL |
| ESP32 Chip | GPIO26 | GPIO36 |
| PortB | GPIO26(DAC) | GPIO36(ADC) |
| ESP32 Chip | GPIO13 | GPIO14 |
| PortC | GPIO13(RXD2) | GPIO14(TXD2) |
+
+## Related Links
+
+ - [SPM1423](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SPM1423HM4H-B_datasheet_en.pdf)
+ - [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
+
+
+## Example
+
+- **Arduino**
+
+Use with Arduino, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/M5GO_BOTTOM2)
+
+
+## Schematic
+
+
+
+
\ No newline at end of file
diff --git a/docs/en/base/pm2.5.md b/docs/en/base/pm2.5.md
index 77aa9af7..946439fd 100644
--- a/docs/en/base/pm2.5.md
+++ b/docs/en/base/pm2.5.md
@@ -77,7 +77,8 @@ SHT20 is a Humidity and temperature sensor IC.
## EasyLoader
->EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)**
+>EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/V/T/ATOM series can be used without driver)
+
-- [Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_V1.0_SCH.pdf)
+- [Core2-Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_V1.0_SCH.pdf)
+
+
+- [Core2 Expansion board-Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_EXT_Board.pdf)
## Example
@@ -363,7 +368,6 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
- Click[here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino) to get Arduino code
-
### Tutorial
- [UIFlow](/#/zh_CN/quick_start/core2/m5stack_core2_get_started_MicroPython)
diff --git a/docs/en/core/core2_aws.md b/docs/en/core/core2_aws.md
new file mode 100644
index 00000000..314213d9
--- /dev/null
+++ b/docs/en/core/core2_aws.md
@@ -0,0 +1,398 @@
+# Core2 for AWS
+
+

| Master controller resources | +Parameters | +
| ESP32-D0WDQ6-V3 | +240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth | +
| Flash | +16MB | +
| PSRAM | +8MB | +
| Hardware encryption chip | +ATECC608A | +
| Input voltage | +5V @ 500mA | +
| Host interface | +TypeC x 1, GROVE(I2C+I/0+UART) x 1 | +
| Programmable LED light | +SK6812*10 | +
| Button | +Power button, RST button, virtual screen button * 3 | +
| Vibration reminder | +Vibration motor | +
| IPS LCD screen | +2.0"@320*240 ILI9342C | +
| Capacitive touch screen IC | +FT6336U | +
| Speaker | +1W-0928 | +
| Microphone | +SPM1423 | +
| I2S power amplifier | +NS4168 | +
| IMU | +MPU6886 | +
| RTC | +BM8563 | +
| PMU | +AXP192 | +
| USB chip | +CP2104 | +
| DC-DC boost | +SY7088 | +
| TF card slot | +Support up to 16G | +
| Lithium battery | +500mAh @ 3.7V | +
| Antenna | +2.4G 3D antenna | +
| Working temperature | +32°F to 104°F (0°C to 40°C ) | +
| Net weight | +52g | +
| Gross weight | +70g | +
| Product size | +54 x 54 x 16mm | +
| Package size | +75 x 60 x 20mm | +
| Shell material | +Plastic (PC ) | +
Description:
+This case will perform hardware running tests for speakers, wifi, buttons, accelerometer, SD card, screen, etc.
+| ESP32 Chip | GPIO38 | GPIO23 | GPIO18 | GPIO5 | GPIO15 | |||
| AXP192 Chip | AXP_IO4 | AXP_DC3 | AXP_LDO2 | |||||
| ILI9342C | MISO | MOSI | SCK | CS | DC | RST | BL | PWR |
| ESP32 Chip | GPIO38 | GPIO23 | GPIO18 | GPIO4 |
| TF Card | MISO | MOSI | SCK | CS |
| ESP32 chip | GPIO21 | GPIO22 | GPIO39 | |
| AXP192 | AXP_IO4 | |||
| FT6336U | SDA | SCL | INT | RST |
| ESP32 Chip | GPIO12 | GPIO0 | GPIO2 | AXP_IO2 | GPIO34 |
| NS4168 | BCLK | LRCK | DATA | SPK_EN | |
| Mic | CLK | DATA |
| AXP192 | AXP_IO1 | AXP_LDO3 |
| Green LED | Vcc | |
| Vibration motor | Vcc |
| ESP32 Chip | GPIO21 | GPIO22 | |
| AXP192 | AXP_PWR | ||
| BM8563 | SDA | SCL | INT |
| ESP32 Chip | GPIO21 | GPIO22 |
| MPU6886 | SDA | SCL |
| Pogo Pin | SDA | SCL |
| ESP32 Chip | GPIO1 | GPIO3 |
| CP2104 | RXD | TXD |
| ESP32 Chip | GPIO25 |
| SK6812-LED | DATA |
| ESP32 Chip | GPIO21 | GPIO22 |
| MPU6886 | SDA | SCL |
| AXP192 | SDA | SCL |
| BM8563 | SDA | SCL |
| FT6336U | SDA | SCL |
| charging current | Fully charged current(Power OFF) | Fully charged current(Power ON) |
| 0.219A | 0.055A | 0.147A |
+
+## M5Core2 PORT
+
+**HY2.0-4P-PortA(Red)**
+
+| ESP32 Chip | GPIO32 | GPIO33 |
| PortA | GPIO32(SDA) | GPIO33(SCL) |
| ESP32 Chip | GPIO26 | GPIO36 |
| PortB | GPIO26(DAC) | GPIO36(ADC) |
| ESP32 Chip | GPIO13 | GPIO14 |
| PortC | GPIO13(RXD2) | GPIO14(TXD2) |
| ADC1 | +ADC2 | +DAC1 | +DAC2 | + + +
|---|---|---|---|
| 8 channels | +10 channels | +2 channels | +2 channels | +
| G32-39 | +G0/2/4/12-15/25-27 | +G25 | +G26 | +
+
+- [Core2-Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_V1.0_SCH.pdf)
+
+
+
+- [M5GO-Bottom For AWS-Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_EXT_Board.pdf)
+
+## Example
+
+### Arduino IDE
+
+- Click[here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino) to get Arduino code
+
+### Tutorial
+
+- [UIFlow](en/quick_start/core2/m5stack_core2_get_started_MicroPython)
+- [Arduino](en/arduino/arduino_core2_development)
+
+
\ No newline at end of file
diff --git a/docs/en/quick_start/coreink/quick_start_arduino.md b/docs/en/quick_start/coreink/quick_start_arduino.md
index a609426b..ee15a97d 100644
--- a/docs/en/quick_start/coreink/quick_start_arduino.md
+++ b/docs/en/quick_start/coreink/quick_start_arduino.md
@@ -73,7 +73,7 @@
>8.`File`->`Example`->`M5-CoreInk`->`FactoryTest` Open the example and compile and upload it to the device.
-
+
\ No newline at end of file
diff --git a/docs/zh_CN/base/pm2.5.md b/docs/zh_CN/base/pm2.5.md
index c0e1d1e9..f6efd129 100644
--- a/docs/zh_CN/base/pm2.5.md
+++ b/docs/zh_CN/base/pm2.5.md
@@ -28,7 +28,7 @@ SHT20温湿度传感器
## 产品特性
-- 直流 5V 电源
+- 直流 5V 电源
- 兼容 M5stack 拓展堆叠体系.
- M5Core 底座 (Pin out SPI/I2C/Power)
- 万能板
diff --git a/docs/zh_CN/core/core2.md b/docs/zh_CN/core/core2.md
index 92ba6e58..2f97b005 100644
--- a/docs/zh_CN/core/core2.md
+++ b/docs/zh_CN/core/core2.md
@@ -22,7 +22,7 @@ M5Stack Core2支持的开发平台和程序语言:Arduino,[UIFlow](http://fl
* 关机:长按6秒左侧电源键
-* 复位: 单击底部RST按键
+* 复位: 单击底侧RST按键
## 产品特性
@@ -343,7 +343,11 @@ TF 卡最大支持 16GB
-- [原理图](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_V1.0_SCH.pdf)
+- [核心部分-原理图pdf](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_V1.0_SCH.pdf)
+
+
+
+- [拓展板部分-原理图pdf](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_EXT_Board.pdf)
## 案例程序
diff --git a/docs/zh_CN/core/core2_aws.md b/docs/zh_CN/core/core2_aws.md
new file mode 100644
index 00000000..52825572
--- /dev/null
+++ b/docs/zh_CN/core/core2_aws.md
@@ -0,0 +1,399 @@
+# Core2 for AWS
+
+

| 主控资源 | +参数 | +
| ESP32-D0WDQ6-V3 | +240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth | +
| Flash | +16MB | +
| PSRAM | +8MB | +
| 硬件加密芯片 | +ATECC608A | +
| 输入电压 | +5V @ 500mA | +
| 主机接口 | +TypeC x 1, GROVE(I2C+I/0+UART) x 1 | +
| 可编程LED灯 | +SK6812*10 | +
| 按键 | +电源键、RST键、屏幕虚拟按键*3 | +
| 震动提醒 | +震动马达 | +
| IPS LCD屏幕 | +2.0"@320*240 ILI9342C | +
| 电容式触摸屏IC | +FT6336U | +
| 扬声器 | +1W-0928 | +
| 麦克风 | +SPM1423 | +
| I2S功放 | +NS4168 | +
| IMU | +MPU6886 | +
| RTC | +BM8563 | +
| PMU | +AXP192 | +
| USB芯片 | +CP2104 | +
| DC-DC升压 | +SY7088 | +
| TF卡槽 | +支持最大16G | +
| 锂电池 | +500mAh @ 3.7V | +
| 天线 | +2.4G 3D天线 | +
| 工作温度 | +32°F to 104°F ( 0°C to 40°C ) | +
| 净重 | +52g | +
| 毛重 | +70g | +
| 产品尺寸 | +54 x 54 x 16mm | +
| 包装尺寸 | +75 x 60 x 20mm | +
| 外壳材质 | +Plastic ( PC ) | +
| ESP32 Chip | GPIO38 | GPIO23 | GPIO18 | GPIO5 | GPIO15 | |||
| AXP192 Chip | AXP_IO4 | AXP_DC3 | AXP_LDO2 | |||||
| ILI9342C | MISO | MOSI | SCK | CS | DC | RST | BL | PWR |
| ESP32 Chip | GPIO38 | GPIO23 | GPIO18 | GPIO4 |
| TF Card | MISO | MOSI | SCK | CS |
| ESP32 chip | GPIO21 | GPIO22 | GPIO39 | |
| AXP192 | AXP_IO4 | |||
| FT6336U | SDA | SCL | INT | RST |
| ESP32 Chip | GPIO12 | GPIO0 | GPIO2 | AXP_IO2 | GPIO34 |
| NS4168 | BCLK | LRCK | DATA | SPK_EN | |
| SPM1423 | CLK | DATA |
| AXP192 | AXP_IO1 | AXP_LDO3 |
| Green LED | Vcc | |
| Vibration motor | Vcc |
| ESP32 Chip | GPIO21 | GPIO22 | |
| AXP192 | AXP_PWR | ||
| BM8563 | SDA | SCL | INT |
| ESP32 Chip | GPIO21 | GPIO22 |
| MPU6886 | SDA | SCL |
| Pogo Pin | SDA | SCL |
| ESP32 Chip | GPIO1 | GPIO3 |
| CP2104 | RXD | TXD |
| ESP32 Chip | GPIO25 |
| SK6812-LED | DATA |
| ESP32 Chip | GPIO21 | GPIO22 |
| MPU6886 | SDA | SCL |
| AXP192 | SDA | SCL |
| BM8563 | SDA | SCL |
| FT6336U | SDA | SCL |
+
+## M5Core2 端口说明
+
+**HY2.0-4P-PortA(Red)**
+
+| ESP32 Chip | GPIO32 | GPIO33 |
| PortA | GPIO32(SDA) | GPIO33(SCL) |
| ESP32 Chip | GPIO26 | GPIO36 |
| PortB | GPIO26(DAC) | GPIO36(ADC) |
| ESP32 Chip | GPIO13 | GPIO14 |
| PortC | GPIO13(RXD2) | GPIO14(TXD2) |
| ADC1 | +ADC2 | +DAC1 | +DAC2 | + + +
|---|---|---|---|
| 8 通道 | +10 通道 | +2 通道 | +2 通道 | +
| G32-39 | +G0/2/4/12-15/25-27 | +G25 | +G26 | +
| 充电电流 | 充满后电流(关机) | 充满电(开机) |
| 0.219A | 0.055A | 0.147A |
+
+- [CORE2核心-原理图pdf](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_V1.0_SCH.pdf)
+
+
+
+- [M5GO-Bottom For AWS-原理图pdf](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_EXT_Board.pdf)
+
+## 案例程序
+
+### Arduino IDE
+
+- 点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Core2/Arduino)获得Arduino示例
+
+### 教程
+
+- [UIFlow](zh_CN/quick_start/core2/m5stack_core2_get_started_MicroPython)
+- [Arduino](zh_CN/arduino/arduino_core2_development)
+
+
+
\ No newline at end of file
diff --git a/docs/zh_CN/quick_start/unitv/v_function.md b/docs/zh_CN/quick_start/unitv/v_function.md
index 65378a6c..253f2867 100644
--- a/docs/zh_CN/quick_start/unitv/v_function.md
+++ b/docs/zh_CN/quick_start/unitv/v_function.md
@@ -15,6 +15,8 @@
V-Function是由M5Stack团队针对V系列设备开发的多个**视觉识别**功能固件,基于不同的功能固件(对象追踪,移动检测等),用户能够快速的进行视觉识别的功能的搭建。本教程将向你介绍,如何烧录固件至你的设备中,并通过UIFlow图形化编程进行调用。
+?>固件串口输出波特率固定为115200
+