This commit is contained in:
vany5921
2020-08-04 10:17:16 +08:00
6 changed files with 13 additions and 13 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -297,8 +297,8 @@ body[data-page="zh_CN/quick_start/m5stickc/m5stickc_quick_start.md"] article.mar
.product_page .item:hover{
transform: scale(1.3);
transition: all .3s ease;
z-index: 30;
transition: all .2s ease;
z-index: 31 !important;
box-shadow: 0 0 10px #6ab2ff
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 56 KiB

+4 -4
View File
@@ -1,4 +1,4 @@
# Hall
# Hall effect Unit
<el-tag effect="plain">SKU:U084</el-tag>
@@ -6,7 +6,7 @@
## Description
**Hall Unit** is a Hall sensor. Three A3144E Hall sensor switches are integrated internally, which are processed by 74HC series gate integrated circuits. Low-level signal can be generated when the magnet S pole is close to the top of the sensor or the N pole is close to the back, and the internal LED indicator will light up. It is widely used in applications such as door sensor alarms, proximity sensors, rotation speed measurement and so on. The front side is the North pole, and the low level is output when the south pole signal of the magnetic field is sensed.
**Hall effect Unit**. Three A3144E Hall sensor switches are integrated internally, which are processed by 74HC series gate integrated circuits. Low-level signal can be generated when the magnet S pole is close to the top of the sensor or the N pole is close to the back, and the internal LED indicator will light up. It is widely used in applications such as door sensor alarms, proximity sensors, rotation speed measurement and so on. The front side is the North pole, and the low level is output when the south pole signal of the magnetic field is sensed.
## Produce Future
@@ -18,7 +18,7 @@
## Include
- 1x Hall Unit
- 1x Hall effect Unit
- 1x GROVE Cable(20cm)
- 1x Magnet
@@ -98,7 +98,7 @@
<table>
<tr><td>M5Core (PORT B)</td><td>GPIO26</td><td>GPIO36</td><td>5V</td><td>GND</td></tr>
<tr><td>HALL Unit</td><td> </td><td>INPUT</td><td>5V</td><td>GND</td></tr>
<tr><td>Hall effect Unit</td><td> </td><td>INPUT</td><td>5V</td><td>GND</td></tr>
</table>
## Related Links
+2 -2
View File
@@ -53,7 +53,7 @@
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_M5StickC_logo.webp" width="100px" style="margin-top:20px">
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/JoyC/EasyLoader_JoyC.exe"><button type="button" class="btn btn-primary">配合JoyC HAT使用 </button></a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/HAT/JoyC/EasyLoader_JoyC.exe"><button type="button" class="btn btn-primary">配合RoverC使用 </button></a>
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/HAT/EasyLoader_JoyC_Test.exe"><button type="button" class="btn btn-primary">单独使用</button></a>
@@ -70,7 +70,7 @@
- **Arduino**
配合JoyC HAT使用 [点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/JoyC),获取完整程序.
配合RoverC使用 [点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Hat/JoyC),获取完整程序.
单独使用 [点击此处](https://github.com/m5stack/M5StickC/blob/master/examples/Hat/JoyC/JoyC.ino),获取完整程序.
+4 -4
View File
@@ -1,4 +1,4 @@
# Hall
# Hall effect Unit
<el-tag effect="plain">SKU:U084</el-tag>
@@ -6,7 +6,7 @@
## 描述
**Hall Unit** 是一款霍尔传感器. 内部集成3个A3144E霍尔感应开关,通过74系列门集成电路进行逻辑处理,当有S磁极物体靠近hall正面或N磁极靠近hall背面时可以产生低电平信号,同时内部的LED指示灯会点亮。霍尔传感器广泛应用于门磁报警、接近感应、转速测量等场景。
**Hall effect Unit** 是一款霍尔传感器. 内部集成3个A3144E霍尔感应开关,通过74系列门集成电路进行逻辑处理,当有S磁极物体靠近hall正面或N磁极靠近hall背面时可以产生低电平信号,同时内部的LED指示灯会点亮。霍尔传感器广泛应用于门磁报警、接近感应、转速测量等场景。
## 产品特性
@@ -18,7 +18,7 @@
## 套件清单
- 1x Hall Unit
- 1x Hall effect Unit
- 1x GROVE 线(20CM)
- 1x 磁铁
@@ -101,7 +101,7 @@
<table>
<tr><td>M5Core ( PORT B )</td><td>GPIO26</td><td>GPIO36</td><td>5V</td><td>GND</td></tr>
<tr><td>HALL Unit</td><td> </td><td>INPUT</td><td>5V</td><td>GND</td></tr>
<tr><td>Hall effect Unit</td><td> </td><td>INPUT</td><td>5V</td><td>GND</td></tr>
</table>
## 相关链接