mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
add docs of LEGO PLUS ( engllish version )
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 206 KiB After Width: | Height: | Size: 222 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 167 KiB |
BIN
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 553 KiB |
@@ -0,0 +1,53 @@
|
||||
# LEGO+ (LEGO DC Motor Driver)
|
||||
|
||||
<img src="assets/img/product_pics/module/module_lego_plus_01.png" width="30%" height="30%"><img src="assets/img/product_pics/module/module_lego_plus_02.png" width="60%" height="60%">
|
||||
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)**
|
||||
|
||||
## Description
|
||||
|
||||
**<mark>LEGO+</mark>** is a LEGO DC Motor Driver module. It's built in MEGA328 chip for driving and manage each motor port. The module also owns DC Power port, so that when the load current is too large after driving many motors, you can power those system through external power supply.
|
||||
|
||||
LEGO+ module communicates with M5Core through IIC. The IIC address is 0x56.
|
||||
|
||||
## Feature
|
||||
|
||||
- Input voltage range of DC Power: 6-12V
|
||||
|
||||
## Include
|
||||
|
||||
- 1x LEGO+ module
|
||||
- 1x 10cm LEGO cable
|
||||
- 1x DC connector
|
||||
|
||||
## Related Link
|
||||
|
||||
- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
|
||||
|
||||
- **[Forum](http://forum.m5stack.com/)**
|
||||
|
||||
- **[The Firmware of inside MEGA328](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/LEGO_PLUS/firmware_328p)**
|
||||
|
||||
## Example
|
||||
|
||||
<!-- ### 1. Arduino IDE -->
|
||||
|
||||
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
*If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/LEGO_PLUS/UIFlow)。*
|
||||
|
||||
<img src="assets/img/product_pics/module/module_example/LEGO_PLUS/example_module_lego_plus_03_en.png">
|
||||
|
||||
## Schematic
|
||||
|
||||
<img src="assets/img/product_pics/module/lego_plus_sch.png">
|
||||
|
||||
## NOTE
|
||||
|
||||
If you want to change the firmware of **MEGA328 chip** which used to driver those LEGO Motors, you can update it through **ISP** port. The following picture is the pin-mapping of ISP port.
|
||||
|
||||
<img src="assets/img/product_pics/module/module_lego_plus_03.png">
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
***
|
||||
|
||||
:memo:**[描述](#描述)** :octocat:**[例程](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/GPS)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-MEGA328-4-DC-10-DC-I2C/3226069_32961587834.html)**
|
||||
:memo:**[描述](#描述)** :electric_plug:**[原理图](#原理图)** 🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.13.7698425eZ5TWJR&id=583130748767)**
|
||||
|
||||
## 描述
|
||||
|
||||
@@ -39,8 +39,15 @@
|
||||
|
||||
*具体例程请点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/LEGO_PLUS/UIFlow)。*
|
||||
|
||||
<img src="assets/img/product_pics/module/module_example/LEGO_PLUS/example_module_lego_plus_01.png" width="40%" height="40%"> <img src="assets/img/product_pics/module/module_example/LEGO_PLUS/example_module_lego_plus_02_zh_CN.png" width="45%" height="45%">
|
||||
<img src="assets/img/product_pics/module/module_example/LEGO_PLUS/example_module_lego_plus_03_zh_CN.png">
|
||||
|
||||
|
||||
## 原理图
|
||||
|
||||
<img src="assets/img/product_pics/module/lego_plus_sch.png">
|
||||
|
||||
## NOTE
|
||||
|
||||
如果您希望升级 **MEGA328 芯片**的固件的话,可以通过模块中的 **ISP** 口对 **MEGA328** 升级。下图是 模块中的 ISP 接口。
|
||||
|
||||
<img src="assets/img/product_pics/module/module_lego_plus_03.png">
|
||||
Reference in New Issue
Block a user