# M5Core2


| Resources | Parameter |
|---|---|
| ESP32-D0WDQ6-V3 | 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth |
| Flash | 16MB |
| PSRAM | 8MB |
| Input Voltage | 5V @ 500mA |
| Interface | TypeC x 1, GROVE(I2C+I/0+UART) x 1 |
| IPS LCD Screen | 2.0"@320*240 ILI9342C |
| Touch Screen | FT6336U |
| Speaker | 1W-0928 |
| LED | Green power indicator light |
| Button | Power button, RST button, Virtual screen button*3 |
| Vibration reminder | Vibration motor |
| MIC | SPM1423 |
| I2S Power Amplifier | NS4168 |
| 6-axis IMU | MPU6886 |
| RTC | BM8563 |
| PMU | AXP192 |
| USB Chip | CP2104 |
| DC-DC Boost | SY7088 |
| TF card slot | 16G Max. |
| Lithium Battery | 390mAh @ 3.7V |
| Antenna | 2.4G 3D antenna |
| Operating 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 |
| Case Material | 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 | |
| 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 |
| ESP32 Chip | GPIO1 | GPIO3 |
| CP2104 | RXD | TXD |
| 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 |
## M5PORT EXPLAIN
| PORT | PIN | Note: |
|---|---|---|
| PORT-A(Red) | G32/33 | I2C |
| 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)
- [Core2 Expansion board-Schematic](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/CORE2_EXT_Board.pdf)
## Example
### 1. Arduino
- 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)