Add uiflow documents <Units>
@@ -8,7 +8,7 @@
|
||||
|
||||
## Description
|
||||
|
||||
**M5GO BOTTOM** is apparently the bottom part of M5GO which is a upgrade of basic bottoms, with a larger battery(500mAh), LOGO-compatilble holes, MICPHONE, LED Bar , two more CONNEXT PORT,and more.
|
||||
**M5GO BOTTOM** is apparently the bottom part of M5GO which is a upgrade of basic bottoms, with a larger battery(500mAh), LOGO-compatilble holes, Analog Micphone, LED Bar , two more CONNEXT PORT,and more.
|
||||
|
||||
**M5GO BOTTOM** is the same Bottom of [M5GO Lite](https://docs.m5stack.com/#/en/core/m5go_lite), [M5GO IoT Kit](https://docs.m5stack.com/#/en/core/m5go) and [M5Fire](https://docs.m5stack.com/#/en/core/fire).
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
| :----------: |:------------: |
|
||||
| LED Pin | GPIO15 |
|
||||
|
||||
**MIC**
|
||||
**Analog MIC**
|
||||
|
||||
| MIC Pin | ESP32 Chip |
|
||||
| :----------: |:------------: |
|
||||
@@ -62,7 +62,7 @@
|
||||
|
||||
## Related Link
|
||||
|
||||
- **[M5GO IOT Starter Kit Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-M5GO-IoT-Starter-Kit-ESP32-for-Arduino-MicroPython-Programming-Development-IR-MIC/3226069_32881911596.html?spm=2114.12010615.8148356.2.52385ab04i7vIu)**
|
||||
- **[M5GO IoT Starter Kit Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-M5GO-IoT-Starter-Kit-ESP32-for-Arduino-MicroPython-Programming-Development-IR-MIC/3226069_32881911596.html?spm=2114.12010615.8148356.2.52385ab04i7vIu)**
|
||||
|
||||
## Schematic
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
## Description
|
||||
|
||||
**M5GO CHARGER** is a charger base for [M5GO Lite](https://docs.m5stack.com/#/en/core/m5go_lite) kit and [M5GO IOT Kit](https://docs.m5stack.com/#/en/core/m5go_lite) and [FIRE](https://docs.m5stack.com/#/en/core/m5go_lite).
|
||||
**M5GO CHARGER** is a charger base for [M5GO Lite](https://docs.m5stack.com/#/en/core/m5go_lite) kit and [M5GO IoT Kit](https://docs.m5stack.com/#/en/core/m5go_lite) and [FIRE](https://docs.m5stack.com/#/en/core/m5go_lite).
|
||||
|
||||
<img src="assets/img/product_pics/base/m5go_base_08.png" width="50%" height="50%">
|
||||
|
||||
|
||||
@@ -3,19 +3,17 @@
|
||||
<img src="assets\img\product_pics\base\plc_m12\plc_m12_01.jpg" width="30%" height="30%"><img src="assets\img\product_pics\base\plc_m12\plc_m12_02.jpg" width="30%" height="30%">
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)** ** 🛒**[Purchase](https://m5stack.com/collections/m5-base/products/plc-proto-industrial-board-module)** :clapper:**[Related Video](#Related-Video)**
|
||||
:memo:**[Description](#Description)** ** 🛒**[Purchase](https://m5stack.com/collections/m5-base/products/plc-proto-industrial-board-module)** :clapper:**[Related Video](#Related-Video)**[]**
|
||||
|
||||
## Description
|
||||
|
||||
**PLC M12** is a Base specifically design for industrial application. DC Power in 9-24V.
|
||||
Does this PLC remind you of the 'PLC' in industrial controll short for 'Programmable Logic Controller'. This PLC base is not the typical 'PLC' used in programmable controller, but its does able to implement the most common controller in industrial field. Based on the current M5 development system, you can add as many Realys as you want, you can enable the TTL-RS485 communication, you can layout your customized circult on the protoboard. you also can make it an LoRa node by stacking a LoRa module etc. This base gives you an unlimited number of combinations, it is powerful, flexible, and covered with an industrial-grade case. If you happen to work in an industrial field, We especially recommend this PLC base to you which will surely give you the best and the fastest way to resolve your requirement.
|
||||
|
||||
**The current sensor (ACS712TELC-05B)** is also integrated on **the RS485 adapter board** for current monitoring.
|
||||
|
||||
<img src="assets\img\product_pics\base\plc_m12\plc_m12_03.jpg" width="30%" height="30%">
|
||||
|
||||
If you need to add RS485 interface, soldering the RS485 board onto the mian board pin correspondingly.
|
||||
*The serial port pins on the RS485 board will be connected to the GPIO16 and GPIO17 of the LAN backplane.*
|
||||
*The serial port pins on the RS485 board will be connected to the GPIO16 and GPIO17 of the PLC backplane.*
|
||||
|
||||
|
||||
## Feature
|
||||
|
||||
@@ -159,7 +159,7 @@ The button can be triggered by the program, and more functions can be realized w
|
||||
>* __obtain Button__
|
||||
The button can be triggered by the program only once, if you keep pressing it, it won’t happen unless released.
|
||||
|
||||
#### Instructions
|
||||
#### Usage
|
||||
|
||||
>Put the program that needs to be run after pressing the button, put it in the Button Block, and modify the corresponding button position.
|
||||
|
||||
@@ -183,7 +183,7 @@ Get current system run time.
|
||||
|
||||
|
||||
|
||||
#### Instructions
|
||||
#### Usage
|
||||
|
||||
>Add the Wait Block to the program that needs to be delayed and set the time. When the program executes to it, it will play a delay.
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ When the left and right logical relations __have a__, the result of the logical
|
||||
>* __not__
|
||||
Invert the logical result of an expression, that is, notTrue=False, notFalse=True
|
||||
|
||||
#### Instructions
|
||||
#### Usage
|
||||
|
||||
>Add the relationship that needs to be logically added to both sides, modify the operation type
|
||||
|
||||
@@ -81,7 +81,7 @@ Set the number of cycles
|
||||
>* __repeat while__
|
||||
Determine whether the condition is true or not, and when inception, infinite loop
|
||||
|
||||
#### Instructions
|
||||
#### Usage
|
||||
|
||||
>Add repaet to the program, set the number of loops (loop conditions), add the program that needs to loop
|
||||
|
||||
@@ -105,7 +105,7 @@ Increased from __a__ to __b__ , the number of each increment is __c__ , and the
|
||||
>* __break out of loop__
|
||||
You can choose to jump out of the entire loop, or jump out of this loop, and execute when you execute the block.
|
||||
|
||||
#### Instructions
|
||||
#### Usage
|
||||
|
||||
>Add an iterative block to the program, set the iteration parameters, and the do program that runs after each iteration. Example: Iterate the brightness of the RGB bar from 0 to 100.
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 267 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 444 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 384 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 224 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 263 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 193 KiB |