Files

111 lines
3.3 KiB
Markdown
Raw Permalink Normal View History

2020-03-19 21:06:45 +08:00
# Module GoPlus
2019-05-10 14:01:55 +08:00
<el-tag effect="plain">SKU:M025</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/goplus/goplus_p1.webp"><img src="assets/img/product_pics/module/goplus/goplus_p2.webp"></div>
2019-05-10 14:01:55 +08:00
## Description
2021-01-04 13:23:37 +08:00
**GoPlus** is an enhanced M5 module. It features an all-in-one motor driver module, provides a combination of several M5 Modules and Units in one (SERVO, PbHUB, IR).
2019-05-10 14:01:55 +08:00
2021-01-04 13:23:37 +08:00
Comes with 2x DC motor channel, 4x Servo motor channel, IR transmitter, IR receiver, 3x extend PORT B(GPIO Port). This Module can surely help build more complicated and organized motor applications.
2019-05-10 14:01:55 +08:00
2021-01-29 14:47:53 +08:00
Communication Protocol: I2C (0x61).
2019-05-10 14:01:55 +08:00
## Product Features
- 2x DC motor channel
- 4x Servo motor channel
- IR transmitter & receiver
- 3x extend PORT B
- MEGA328P
- LV8548MC
2020-06-10 14:13:34 +08:00
2019-05-10 14:01:55 +08:00
## Include
- 1x M5Stack GoPlus Module
2020-05-29 16:36:24 +08:00
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
<tr>
2020-09-25 15:30:48 +08:00
<td>Net Weight</td>
2020-05-29 16:36:24 +08:00
<td>28g</td>
</tr>
<tr>
2020-09-25 15:30:48 +08:00
<td>Gross Weight</td>
2020-05-29 16:36:24 +08:00
<td>43g</td>
</tr>
<tr>
<td>Product Size</td>
<td>54*54*13mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>60*57*17mm</td>
</tr>
</table>
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_GOPLUS.exe"><el-button type="primary">download EasyLoader</el-button></a>
2019-06-14 17:49:23 +08:00
2020-11-17 16:38:23 +08:00
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.
2019-06-14 17:49:23 +08:00
>2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning.
2021-01-04 13:23:37 +08:00
>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver)
2019-06-14 17:49:23 +08:00
## PinMap
**Mega328 ISP**Download interface Pin foot definition
2020-04-08 14:09:44 +08:00
<img src="assets\img\product_pics\app\mega328_isp.webp" width="30%" height="30%">
2020-08-13 10:23:45 +08:00
## MBUS PinMap
<img src="assets\img\product_pics\module\module_bus.webp"/>
2019-05-10 20:34:15 +08:00
## Schematic
2019-05-10 14:01:55 +08:00
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/goplus/goplus_sch.webp">
2019-05-10 14:01:55 +08:00
2020-06-18 09:30:41 +08:00
## Related Link
2019-08-20 19:55:28 +08:00
2021-01-04 13:23:37 +08:00
- Agreement manual
2020-04-24 16:34:57 +08:00
- **[I2C](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/GoPlus_I2C_Protocol%20operation%20instructions.pdf)**
2019-08-20 19:55:28 +08:00
2021-01-04 13:23:37 +08:00
- Datasheet
2020-04-24 16:34:57 +08:00
- **[LV8548MC](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/LV8548MC-D.PDF)**
2019-05-10 14:01:55 +08:00
2020-02-11 18:00:45 +08:00
## Example
2019-05-10 14:01:55 +08:00
- Driver firmware - **[GoPlus](https://github.com/m5stack/GoPlus/tree/master/src)**
2020-04-24 21:10:31 +08:00
### 1. Arduino
2020-03-19 21:06:45 +08:00
- Arduino Code - **[GoPlus](https://github.com/m5stack/GoPlus/tree/master/test)**
2020-02-11 18:00:45 +08:00
2020-04-24 21:10:31 +08:00
### 2. UIFLOW
2020-02-11 18:00:45 +08:00
2020-03-19 21:06:45 +08:00
- [click here to get UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/GOPLUS/UIFLOW)
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/goplus/goplus_p5.webp">
2020-02-11 18:00:45 +08:00
2021-01-04 13:23:37 +08:00
<el-divider content-position="right">Last updated: 2020-12-28</el-divider>
2020-02-11 18:00:45 +08:00
<script>
var purchase_link = 'https://m5stack.com/collections/m5-module/products/goplus-module';
anchor_search(purchase_link);
scrollFunc();
2021-01-04 13:23:37 +08:00
</script>