mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
update basic
This commit is contained in:
+79
-66
@@ -17,21 +17,13 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds
|
||||
|
||||
## Product Features
|
||||
|
||||
- 5V DC power supply
|
||||
- USB Type-C
|
||||
- ESP32-based
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte flash
|
||||
- Speaker, 3 Buttons,Color LCD(320*240), 1 Reset
|
||||
- 2.4G Antenna: Proant 440
|
||||
- Built-in Speaker, Buttons,Color LCD, Power/Reset button
|
||||
- TF card slot (16G Maximum size)
|
||||
- Battery Socket & 110 mAh Lipo Battery
|
||||
- Magnetic suction at back
|
||||
- Extendable Pins & Holes
|
||||
- Grove Port
|
||||
- M-Bus Socket & Pins
|
||||
- Program Platform: [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
|
||||
- Product Size:54.2mm x 54.2mm x 17.9mm
|
||||
- Product weight:47.2g
|
||||
|
||||
## Includes
|
||||
|
||||
@@ -46,6 +38,74 @@ M5Stack Basic is consist with two separable parts. the upside part has all kinds
|
||||
- Internet of things terminal controller
|
||||
- Stem education product
|
||||
- DIY creation
|
||||
- Smart home equipment
|
||||
|
||||
## Parameter
|
||||
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<th>Resources</th>
|
||||
<th>Parameter</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>ESP32</td>
|
||||
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash Memory</td>
|
||||
<td>4MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Power Input</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Port</td>
|
||||
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Core Bottom Port</td>
|
||||
<td>PIN (G1,G2,G3,G16, G17, G18, G19, G21, G22, G23, G25, G26, G35, G36)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IPS Screen</td>
|
||||
<td>2 inch, 320x240 Colorful TFT LCD, ILI9342C</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Button</td>
|
||||
<td>Custom button x 3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Speaker</td>
|
||||
<td>1W-0928</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>110mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.4G antenna</td>
|
||||
<td>Proant 440</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Operating Temperature </td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Host size</td>
|
||||
<td>54 x 54 x 12.5 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Basic bottom size</td>
|
||||
<td>54 x 54 x 5.4 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Case Material</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## EasyLoader
|
||||
|
||||
@@ -202,57 +262,6 @@ GROVE Port A & IP5306
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Parameter
|
||||
|
||||
<table class="table-1">
|
||||
<thead>
|
||||
<th>Resources</th>
|
||||
<th>Parameter</th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>ESP32</td>
|
||||
<td>240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash Memory</td>
|
||||
<td>4MB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Power Input</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Port</td>
|
||||
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IPS Screen</td>
|
||||
<td>2 inch, 320x240 Colorful TFT LCD, ILI9342C</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Speaker</td>
|
||||
<td>1W-0928</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
<td>110mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Operating Temperature </td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Size</td>
|
||||
<td>54 x 54 x 12.5 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Case Material</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## M5PORT EXPLAIN
|
||||
|
||||
<table>
|
||||
@@ -309,7 +318,13 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
|
||||
|
||||
## Links
|
||||
|
||||
- **Datasheet** - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf) - [IP5306](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/IIC_IP5306_REG_V1.4_cn.pdf)
|
||||
- **Datasheet**
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf)
|
||||
- [IP5306](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/IIC_IP5306_REG_V1.4_cn.pdf)
|
||||
|
||||
## Schematic
|
||||
|
||||
- [BASIC](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/M5-Core-Schematic(20171206).pdf)
|
||||
|
||||
## Version Change
|
||||
|
||||
@@ -338,13 +353,11 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
## Schematic
|
||||
|
||||
- **Schematic** - [BASIC](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/M5-Core-Schematic(20171206).pdf)
|
||||
|
||||
## Example
|
||||
|
||||
- [Example Code](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
|
||||
- **Arduino**
|
||||
- [Example Code](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
|
||||
|
||||
## Video
|
||||
|
||||
|
||||
@@ -44,10 +44,10 @@ MotorControl:
|
||||
### Pin Map
|
||||
|
||||
<table>
|
||||
<tr><td>M5StickC</td><td>GPIO0</td><td>GPIO26</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>RoverC HAT</td><td>SDA</td><td>SCL</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>I2C①</td><td>SDA</td><td>SCL</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>I2C②</td><td>SDA</td><td>SCL</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>M5StickC</td><td>GPIO26</td><td>GPIO0</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>RoverC HAT</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>I2C①</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>I2C②</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
<img src="assets\img\product_pics\hat\roverc_hat\roverC_user1.jpg" width="30%" height="30%"><img src="assets\img\product_pics\hat\roverc_hat\roverC_user2.jpg" width="30%" height="30%"><img src="assets\img\product_pics\hat\roverc_hat\roverC_user3.jpg" width="30%" height="30%">
|
||||
|
||||
@@ -18,14 +18,13 @@ M5Stack Basic 由两个可分离部分堆叠组成. 顶部放置了电路板,
|
||||
|
||||
## 产品特性
|
||||
|
||||
|
||||
- 基于 ESP32 开发
|
||||
- USB Type-C
|
||||
- 扬声器,按键x3,LCD屏幕,电源/复位按键x1
|
||||
- 内置扬声器,按键,LCD屏幕,电源/复位按键
|
||||
- TF卡插槽(支持最大16GB)
|
||||
- 内置锂电池
|
||||
- 背部磁吸设计
|
||||
- 可拓展的引脚与接口
|
||||
- M-Bus总线母座 & 引脚
|
||||
- 开发平台 [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
|
||||
|
||||
|
||||
@@ -69,8 +68,8 @@ M5Stack Basic 由两个可分离部分堆叠组成. 顶部放置了电路板,
|
||||
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>底座接口</td>
|
||||
<td>GPIO PIN x 15</td>
|
||||
<td>Core底座接口</td>
|
||||
<td>PIN (G1,G2,G3,G16, G17, G18, G19, G21, G22, G23, G25, G26, G35, G36)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IPS屏幕</td>
|
||||
@@ -80,18 +79,30 @@ M5Stack Basic 由两个可分离部分堆叠组成. 顶部放置了电路板,
|
||||
<td>扬声器</td>
|
||||
<td>1W-0928</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>按键</td>
|
||||
<td>自定义按键 x 3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>锂电池</td>
|
||||
<td>110mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.4G天线</td>
|
||||
<td>Proant 440</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作温度</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>尺寸</td>
|
||||
<td>主机尺寸</td>
|
||||
<td>54 x 54 x 12.5 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Core底座尺寸</td>
|
||||
<td>54 x 54 x 5.4 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>重量</td>
|
||||
<td>47.2g</td>
|
||||
@@ -296,7 +307,7 @@ TF 卡最大支持 16GB
|
||||
</div>
|
||||
|
||||
|
||||
## Example
|
||||
## 案例程序
|
||||
- **Arduino**
|
||||
- [Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
|
||||
|
||||
|
||||
+90
-70
@@ -20,21 +20,20 @@
|
||||
|
||||
## 产品特性
|
||||
|
||||
- 5V 直流电源
|
||||
- USB Type-C
|
||||
- 基于ESP32开发
|
||||
- 16 MByte flash
|
||||
- BMM150 + MPU6886
|
||||
- 扬声器,按键x3,LCD屏幕(320 * 240),电源/复位按键x1
|
||||
- 2.4G天线:Proant 440
|
||||
- TF卡插槽(最大可拓展16GB)
|
||||
- 电池总线母座和110 mAh锂电池
|
||||
- 大容量flash
|
||||
- 内置6轴陀螺仪加速计与3轴磁力计
|
||||
- 内置扬声器,按键,LCD屏幕,电源/复位按键
|
||||
- TF卡插槽(支持最大16GB)
|
||||
- 内置锂电池
|
||||
- 背部磁吸设计
|
||||
- 可拓展的引脚与接口
|
||||
- Grove 接口
|
||||
- M-Bus总线母座 & 引脚
|
||||
- 开发平台 [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc)
|
||||
- 尺寸:54.2mm x 54.2mm x 17.9mm
|
||||
|
||||
<!-- 尺寸:54.2mm x 54.2mm x 17.9mm
|
||||
- 包装重量:49.2g
|
||||
-->
|
||||
|
||||
## 包含
|
||||
|
||||
@@ -51,6 +50,80 @@
|
||||
- DIY作品
|
||||
- 智能家居设备
|
||||
|
||||
## 规格参数
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>主控资源</td>
|
||||
<td>参数</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ESP32</td>
|
||||
<td>240MHz 双核, 600 DMIPS, 520KB SRAM, Wi-Fi, 双模蓝牙</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash闪存</td>
|
||||
<td>16MB (旧: 4MB)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>输入电压</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>接口</td>
|
||||
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IPS屏幕</td>
|
||||
<td>2 inch, 320x240 Colorful TFT LCD, ILI9342C</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>喇叭</td>
|
||||
<td>1W-0928</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Core底座接口</td>
|
||||
<td>PIN (G1,G2,G3,G16, G17, G18, G19, G21, G22, G23, G25, G26, G35, G36)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>传感器</td>
|
||||
<td>MPU6886+BMM150</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>按键</td>
|
||||
<td>自定义按键*3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>电池</td>
|
||||
<td>110mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2.4G天线</td>
|
||||
<td>Proant 440</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作温度</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>主机尺寸</td>
|
||||
<td>54 x 54 x 12.5 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Core底座尺寸</td>
|
||||
<td>54 x 54 x 5.4 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>重量</td>
|
||||
<td>49.2g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>外壳材质</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
## EasyLoader
|
||||
|
||||
>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动),M5StickC/V/T/ATOM系列可免驱动使用)**
|
||||
@@ -164,55 +237,6 @@ BMM150 I2C 地址为 0x10
|
||||
<tr><td>BMM150</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
## 参数
|
||||
|
||||
<table>
|
||||
<tr style="font-weight:bold">
|
||||
<td>主控资源</td>
|
||||
<td>参数</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ESP32</td>
|
||||
<td>240MHz 双核, 600 DMIPS, 520KB SRAM, Wi-Fi, 双模蓝牙</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Flash闪存</td>
|
||||
<td>16MB (旧: 4MB)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>输入电压</td>
|
||||
<td>5V @ 500mA</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>接口</td>
|
||||
<td>TypeC x 1, GROVE(I2C+I/0+UART) x 1</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IPS屏幕</td>
|
||||
<td>2 inch, 320x240 Colorful TFT LCD, ILI9342C</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>喇叭</td>
|
||||
<td>1W-0928</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>电池</td>
|
||||
<td>110mAh @ 3.7V</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>工作温度</td>
|
||||
<td>32°F to 104°F ( 0°C to 40°C )</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>尺寸</td>
|
||||
<td>54 x 54 x 12.5 mm</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>外壳材质</td>
|
||||
<td>Plastic ( PC )</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## M5端口说明
|
||||
|
||||
<table>
|
||||
@@ -240,6 +264,7 @@ BMM150 I2C 地址为 0x10
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
## ESP32 ADC/DAC
|
||||
|
||||
<table>
|
||||
@@ -267,28 +292,19 @@ BMM150 I2C 地址为 0x10
|
||||
|
||||
有关引脚分配和引脚重新映射的更多信息,请参考[ESP32 datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
|
||||
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **数据手册**
|
||||
- **Datasheet**
|
||||
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
|
||||
- [BMM150](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BMM150_datasheet_en.pdf)
|
||||
|
||||
- **寄存器手册**
|
||||
|
||||
- [IP5306](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/IIC_IP5306_REG_V1.4_cn.pdf)
|
||||
|
||||
## 原理图
|
||||
|
||||
- [原理图](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/M5-Core-Schematic(20171206).pdf)
|
||||
|
||||
## 案例程序
|
||||
|
||||
- [例程](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
|
||||
|
||||
## 版本变更
|
||||
|
||||
<div class="table-wrapper">
|
||||
@@ -298,7 +314,7 @@ BMM150 I2C 地址为 0x10
|
||||
<th>上市日期</th>
|
||||
<th>产品变动</th>
|
||||
</tr>
|
||||
</thead>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2017.9</td>
|
||||
@@ -320,6 +336,10 @@ BMM150 I2C 地址为 0x10
|
||||
</table>
|
||||
</div>
|
||||
|
||||
## 案例程序
|
||||
- **Arduino**
|
||||
- [Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/Basics)
|
||||
|
||||
## 相关视频
|
||||
|
||||
**M5Stack的简介**
|
||||
|
||||
@@ -40,10 +40,10 @@
|
||||
### 管脚映射
|
||||
|
||||
<table>
|
||||
<tr><td>M5StickC</td><td>GPIO0</td><td>GPIO26</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>RoverC HAT</td><td>SDA</td><td>SCL</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>I2C①</td><td>SDA</td><td>SCL</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>I2C②</td><td>SDA</td><td>SCL</td><td>3.3V</td><td>GND</td></tr>
|
||||
<tr><td>M5StickC</td><td>GPIO26</td><td>GPIO0</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>RoverC HAT</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>I2C①</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>I2C②</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
<img src="assets\img\product_pics\hat\roverc_hat\roverC_user1.jpg" width="30%" height="30%"><img src="assets\img\product_pics\hat\roverc_hat\roverC_user2.jpg" width="30%" height="30%"><img src="assets\img\product_pics\hat\roverc_hat\roverC_user3.jpg" width="30%" height="30%">
|
||||
|
||||
Reference in New Issue
Block a user