Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request : Hall sensor for ESP32 #3

Open
happytm opened this issue Oct 6, 2019 · 4 comments
Open

Feature Request : Hall sensor for ESP32 #3

happytm opened this issue Oct 6, 2019 · 4 comments
Labels
enhancement New feature or request Plugin related question Further information is requested

Comments

@happytm
Copy link

happytm commented Oct 6, 2019

ESP32 have hall sensor built in which ESP8266 did not have. It can be used as door sensor without using any external component specially with ESPNow as low power sensor. It will be even better if hall sensor shut down power to ESP32 when door is closed. When door opens it could power up the ESP32 and it send message saying door is open every few seconds controlled by deepsleep via ESPNow protocol.

https://www.youtube.com/watch?v=vyDZdwk76Jk

Thanks.

@enesbcs enesbcs added the enhancement New feature or request label Oct 7, 2019
@enesbcs
Copy link
Owner

enesbcs commented Oct 7, 2019

Interesting idea, but needs several modifications in the main Core.

@enesbcs enesbcs added Core related DevTime: Long Long Development Time labels Oct 7, 2019
@TD-er
Copy link

TD-er commented Oct 7, 2019

Maybe this one can be shared with the touch input suggested in the other issue.
It does need similar parameters and it is also an input-only device.

Both (Hall sensor and touch input) do give some "analog" output, which can also be used for some use cases. So maybe you may also add a setting to either output a discrete value (0/1) or a value scaled from 0..N (scaled to a set range, taking threshold and upper/lower limit into account.

@happytm
Copy link
Author

happytm commented Oct 7, 2019

When I said hall sensor can shutdown power to ESP32 I was thinking about following circuit :

https://www.youtube.com/watch?v=g1rbIG2BO0U

Thanks.

@enesbcs
Copy link
Owner

enesbcs commented Oct 19, 2019

Experimental Hall sensor plugin added in commit 5bb2747 Although i do not know how do you plan to use it, my ESP32 did not return any usable readings, when i moved it near a magnet...

@enesbcs enesbcs added Plugin related question Further information is requested and removed Core related DevTime: Long Long Development Time labels Oct 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Plugin related question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants