update product

This commit is contained in:
vany5921
2020-04-17 21:59:58 +08:00
parent 80156dcc5e
commit c6e5673350
4 changed files with 59 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

-2
View File
@@ -110,8 +110,6 @@ Click here to download [UIFlow](https://github.com/m5stack/M5-ProductExampleCode
<video class="video_size" controls>
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/App/BalaC.mp4" type="video/mp4">
</video>
<script>
<script>
+30
View File
@@ -73,6 +73,36 @@ Supporting I2C interface, SHT30 is a digital temperature and humidity sensor wit
</tbody>
</table>
## Comparison between SHT30 and DHT12
<table class="table-1">
<thead>
<tr>
<th>/</th>
<th>SHT30</th>
<th>DHT12</th>
</tr>
</thead>
<tbody>
<tr>
<td>Max temperature measuring range</td>
<td>-40 ~ 120 ℃</td>
<td>-20 ~ 60 ℃</td>
</tr>
<tr>
<td>Typical temperature resolution</td>
<td>0 ~ 60 ℃/±0.2℃</td>
<td>±0.2℃</td>
</tr>
<tr>
<td>Humidity measuring range/resolution</td>
<td>10 ~ 90 %RH / ±2%</td>
<td>20 ~ 95 %RH/0.1%</td>
</tr>
</tbody>
</table>
<!--
<table>
<tr style="font-weight:bold">
+29
View File
@@ -77,6 +77,35 @@
</tbody>
</table>
## SHT30与DHT12对比
<table class="table-1">
<thead>
<tr>
<th>/</th>
<th>SHT30</th>
<th>DHT12</th>
</tr>
</thead>
<tbody>
<tr>
<td>最大温度测量范围</td>
<td>-40 ~ 120 ℃</td>
<td>-20 ~ 60 ℃</td>
</tr>
<tr>
<td>温度测量误差</td>
<td>0 ~ 60 ℃/±0.2℃</td>
<td>±0.2℃</td>
</tr>
<tr>
<td>湿度测量范围/误差</td>
<td>10 ~ 90 %RH / ±2%</td>
<td>20 ~ 95 %RH/0.1%</td>
</tr>
</tbody>
</table>
## EasyLoader
>EasyLoader是一个简洁快速的程序烧录器,其内置了一个产品相关的案例程序,通过简单步骤将其烧录至主控,即可进行一系列的功能验证.**(程序烧录前,请根据设备类型安装相应驱动程序. M5Core型主机[请点击此处查看CP210X驱动安装教程](zh_CN/arduino/arduino_development?id=安装串口驱动)M5StickC/V/T/ATOM系列可免驱动使用)**