Files

113 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

2020-03-18 19:54:24 +08:00
# Module PLUS
2018-12-25 16:04:58 +08:00
<el-tag effect="plain">SKU:M019</el-tag>
2020-03-19 10:58:07 +08:00
2020-04-08 14:09:44 +08:00
<div class="product_pic"><img src="assets/img/product_pics/module/module_plus_01.webp"><img src="assets/img/product_pics/module/module_plus_02.webp"></div>
2018-12-25 16:04:58 +08:00
## 描述
2020-05-21 17:55:38 +08:00
**PLUS** 是M5Stack堆叠模块系列中的一款,功能增强型模块.模块配备了锂电池(500mAh)、齿轮电位器、红外发射器.集成MEGA328,提供麦克风接口焊盘,并且对M5Core的端口PORT B(GPIO),PORT C(UART)进行的拓展.PLUS模块能够升级你的硬件资源,为你带来更好的开发体验.
2018-12-25 16:04:58 +08:00
2019-04-26 18:10:14 +08:00
通讯协议: I2C (0x62).
2018-12-25 16:04:58 +08:00
**注意:**
PLUS 上的PORT C 和 PORT B 的丝印画反了,使用时请注意。黑色的座子是 PORT B,也即 GPIO,蓝色的座子是 PORT C,也即 UART。
2019-04-26 18:10:14 +08:00
## 产品特性
2020-06-12 18:13:01 +08:00
- 400mAh 锂电池
2019-04-26 18:10:14 +08:00
- 可编程齿轮电位器
- 红外发射器
- PORT B & PORT C
2020-05-28 14:23:18 +08:00
2018-12-25 16:04:58 +08:00
## 包含
2019-04-26 18:10:14 +08:00
- 1x M5Stack PLUS 模块
2018-12-25 16:04:58 +08:00
2020-05-28 14:23:18 +08:00
## 规格参数
<table>
<tr style="font-weight:bold">
<td>规格</td>
<td>参数</td>
</tr>
<tr>
<td>净重</td>
<td>21g</td>
</tr>
<tr>
<td>毛重</td>
<td>31g</td>
</tr>
<tr>
<td>产品尺寸</td>
<td>54.2*54.2*12.8mm</td>
</tr>
<tr>
<td>包装尺寸</td>
<td>60*57*17mm</td>
</tr>
</table>
2019-08-13 21:24:41 +08:00
2018-12-25 16:04:58 +08:00
## 相关链接
2019-04-26 18:10:14 +08:00
- **[PLUS 固件](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/PLUS/firmware_328p)**
2018-12-29 14:46:55 +08:00
2019-06-14 17:49:23 +08:00
## EasyLoader
2020-04-08 14:09:44 +08:00
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
2019-06-14 17:49:23 +08:00
2020-08-21 14:55:54 +08:00
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Module/EasyLoader_PLUS.exe"><el-button type="primary">点击下载EasyLoader</el-button></a>
2019-06-06 20:01:45 +08:00
2020-11-17 16:38:23 +08:00
>1.EasyLoader是一个简洁快速的程序烧录器,每一个产品页面里的EasyLoader都提供了一个与产品相关的案例程序,通过简单步骤将其烧录至主控,能够进行一系列的功能验证.
2019-06-06 20:01:45 +08:00
>2.下载软件后,双击运行应用程序,将M5设备通过数据线连接至电脑,选择端口参数,点击 **"Burn"** 即可开始烧录
?>3.EasyLoader烧录前需要安装有CP210XUSB驱动程序),[点击此处查看驱动安装教程](zh_CN/related_documents/M5Burner#安装串口驱动)
2019-06-11 19:20:48 +08:00
2019-08-13 21:24:41 +08:00
## 管脚映射
**Mega328 ISP**下载接口Pin脚定义
2020-04-08 14:09:44 +08:00
<img src="assets\img\product_pics\app\mega328_isp.webp" width="30%" height="30%">
2019-08-13 21:24:41 +08:00
2020-08-13 10:23:45 +08:00
## MBUS引脚定义
<img src="assets\img\product_pics\module\module_bus.webp"/>
2020-02-12 16:55:19 +08:00
## 案例程序
2019-06-06 20:01:45 +08:00
2021-02-19 19:34:06 +08:00
### 1. Arduino
2018-12-28 09:40:50 +08:00
2020-04-30 14:13:25 +08:00
[请点击此处下载Arduino代码](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/PLUS)
2018-12-25 16:04:58 +08:00
2020-02-11 18:00:45 +08:00
### UIFLOW
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/module_plus_03.webp">
2020-02-11 18:00:45 +08:00
2020-03-18 19:54:24 +08:00
- [点击此处,获取UIFlow](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/PLUS/UIFLOW)
2020-02-11 18:00:45 +08:00
2019-01-15 18:13:30 +08:00
## 原理图
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/plus_sch.webp">
2019-01-26 14:30:38 +08:00
## 相关视频
**PLUS 的演示 - 菜单界面的翻页与选择**
2019-10-12 15:04:01 +08:00
<video class="video_size" controls>
2019-03-20 16:32:45 +08:00
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Blog/Twitch201812/M5Stack%20Encoder.mp4" type="video/mp4">
2020-02-11 18:00:45 +08:00
</video>
<script>
2020-02-12 17:30:08 +08:00
var purchase_link = 'https://m5stack.com/collections/m5-module/products/plus-module';
2020-02-11 18:00:45 +08:00
2020-02-12 17:30:08 +08:00
anchor_search(purchase_link);
2020-02-11 18:00:45 +08:00
scrollFunc();
</script>