add videos

This commit is contained in:
LiHuashen
2019-01-28 11:58:19 +08:00
parent ed331f8c9a
commit bfb4077f90
7 changed files with 37 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 112 KiB

+6
View File
@@ -65,6 +65,12 @@ Wire.write(angle);//0-180°
Wire.endTransmission();
```
### 2. UIFlow
*If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/UIFlow).*
<img src="assets/img/product_pics/module/module_example/SERVO/example_module_servo_01.png">
## Schematic
<img src="assets/img/product_pics/module/servo_sch.png">
+12 -2
View File
@@ -4,7 +4,7 @@
***
:memo:**[Description](#Description)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[Example](#Example)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :electric_plug:**[Schematic](#Schematic)** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Earth-Module-Grove-Compatible-Soil-monitoring-Analog-and-Digital-Output/3226069_32922643696.html?spm=2114.12010615.8148356.2.45434ff2lDdyLQ)**
:memo:**[Description](#Description)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[Example](#Example)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :electric_plug:**[Schematic](#Schematic)** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Earth-Module-Grove-Compatible-Soil-monitoring-Analog-and-Digital-Output/3226069_32922643696.html?spm=2114.12010615.8148356.2.45434ff2lDdyLQ)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:clapper:**[Related Video](#Related-Video)**
## Description
@@ -67,4 +67,14 @@ void loop() {
<table>
<tr><td>M5Core(GROVE B)</td><td>GPIO36</td><td>GPIO26</td><td>5V</td><td>GND</td></tr>
<tr><td>EARTH Unit</td><td>AnalogSignal Pin</td><td>DigitalSignal Pin</td><td>5V</td><td>GND</td></tr>
</table>
</table>
## Related Video
**EARTH Tutorial - Monitor vase soil moisture 1**
<iframe width="560" height="315" src="https://www.youtube.com/embed/nMpe686jANA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
**EARTH Case - Monitor vase soil moisture 2**
<iframe width="560" height="315" src="https://www.youtube.com/embed/AaiCRt06RWM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+6
View File
@@ -92,6 +92,12 @@ void loop() {
}
```
### 2. UIFlow
*特定のルーチンをクリックしてください[ルーチン](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/UIFlow).*
<img src="assets/img/product_pics/module/module_example/SERVO/example_module_servo_01.png">
## 回路図
<img src="assets/img/product_pics/module/servo_sch.png">
+6
View File
@@ -89,6 +89,12 @@ void loop() {
}
```
### 2. UIFlow
*具体例程请点击[这里](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/UIFlow)。*
<img src="assets/img/product_pics/module/module_example/SERVO/example_module_servo_01.png">
## 原理图
<img src="assets/img/product_pics/module/servo_sch.png">
+6 -2
View File
@@ -72,6 +72,10 @@ void loop() {
## 相关视频
**EARTH 的教程 - 监控花瓶土壤含水量**
**EARTH 的教程 - 监控花瓶土壤含水量 1**
<iframe height=498 width=510 src='https://player.youku.com/embed/XMzg0MjE0MjI0MA==' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe height=498 width=510 src='https://player.youku.com/embed/XMzg0MjE0MjI0MA==' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
**EARTH 的案例 - 监控花瓶土壤含水量 2**
<iframe height=498 width=510 src='https://player.youku.com/embed/XNDAzMjE2NTc0MA==' frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+1 -1
View File
@@ -104,4 +104,4 @@ void loop() {
<table>
<tr><td>M5Core(GROVE接口A)</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
<tr><td>ENV温湿度和压力传感器Unit</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
</table>
</table>