-
Notifications
You must be signed in to change notification settings - Fork 89
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
Possible to add a GPIO IN for move detection ? #99
Comments
Hi, I also added a temperature and humidity sensor to my case. The software part for this is a little more complicated and I stuck a little with problems, because the screen and processor produce heat if active and that make the results a little unprecise. Hopefully this can be solved with another position of the sensor. BR Thomas in ScreenSaver.hpp i done something like this:
...
... really crud implementation |
see here: https://www.thingiverse.com/thing:4513823 I also added humidity and temperature to the thing. |
Hello, I added a AM312 PIR Sensor (GPIO36). Is there any chance to get some hints for an integration? I would like to enable the screen and transmit the detected motion over mgtt. |
Hello, just define PIR_MOTION_SENSOR with 36 or the integer that is defined for 36 and add the code of my previews comment to the ScreenSaver.hpp. For the MQTT messages you will find code examples in other files of the project. It not make sense to commit my actual code. I need to merge all the commits to the project that ar betweeen and the stuff is not running on an actual version of esp builder. |
Ok, at the moment I use a precompiled bin file. I assume I have to compile my own build. Could you tell my witch file I have to edit? Would I define PIR_MOTION_SENSOR in the ScreenSaver.hpp to? And how would I assign a MQTT topic to the PIR? |
Hi! I would like to be able to control a relay connected to the homepoint esp32. |
Hi,
as the display is switching off after some time (of course a very good function), is it possible to add a move detection PIN to switch it ON? Idea is that instead pressing the touch screen, a simple sensor for PIR or another sensor that detect movement (door is open..) will activate the screen. Nice if this PIN can be configured via the config file and be able to configure if the detection it is at a high or low signal.
Thanks, and best regards
Frank
The text was updated successfully, but these errors were encountered: