-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
102 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
apps/nextjs-app/app/docs/microflow-studio/nodes/hardware/hall-effect/page.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Hall effect | ||
--- | ||
|
||
{% tags %} | ||
{% tag title="Analog" /%} | ||
{% tag title="Input" /%} | ||
{% /tags %} | ||
|
||
A hall effect sensor is a sensor that detects the presence of a magnetic field. It will detect both the north and south pole of a magnet. The sensor will output a voltage that is proportional to the strength of the magnetic field. `Microflow` **only** supports analog hall effect sensors. | ||
|
||
North pole {% .text-red-500 .font-bold %} | ||
|
||
When recognizing a north pole, the output voltage will _decrease_. | ||
|
||
South pole {% .text-blue-500 .font-bold %} | ||
|
||
When recognizing a south pole, the output voltage will _increase_. | ||
|
||
|
||
|
||
## Wiring | ||
Not every hall effect sensor is the same, but most of them have three pins: 5V, GND, and SIG. | ||
|
||
Depending on the sensor the wiring may differ. | ||
|
||
### 503 | ||
|
||
![hall 503](/images/hall-503.svg) {% .w-40 %} | ||
|
||
## Resources | ||
|
||
- [Johnny-Five](https://johnny-five.io/api/sensor/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.