# ATOM Matrix {docsify-ignore-all}


| 主控资源 | 参数 |
| ESP32 | 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth |
| Flash | 4MB |
| 输入电压 | 5V @ 500mA |
| 主机接口 | TypeC x 1, GROVE(I2C+I/0+UART) x 1 |
| PIN接口 | G19, G21,G22,G23,G25, G33 |
| RGB LED | WS2812C 2020 x 25 |
| MEMS | MPU6886 |
| IR | Infrared transmission |
| 按键 | 自定义按键 x 1 |
| 天线 | 2.4G 3D天线 |
| 工作温度 | 32°F to 104°F ( 0°C to 40°C ) |
| 净重 | 3g |
| 毛重 | 14g |
| 产品尺寸 | 24*24*14mm |
| 包装尺寸 | 43*43*20mm |
| 外壳材质 | Plastic ( PC ) |
| RGB Led | G27 |
| Btn | G39 |
| IR | G12 |
| SCL | G21 |
| SDA | G25 |
## 相关链接
- **Datasheet**
- [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_cn.pdf)
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
- [WS2812C-2020](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/WS2812C-2020_V1.2.pdf)
## 案例程序
### 1. Arduino IDE
- 点击[这里](https://github.com/m5stack/M5Atom)获取Arduino示例
- 程序编译前,请将开发板配置为M5StickC
### 2. UIFlow
- 点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/Atom/Atom%20Matrix)查看UIFlow相关示例