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

Control LCD backlight with motion sensor #4

Open
adamwalach opened this issue Dec 16, 2019 · 0 comments
Open

Control LCD backlight with motion sensor #4

adamwalach opened this issue Dec 16, 2019 · 0 comments

Comments

@adamwalach
Copy link
Contributor

adamwalach commented Dec 16, 2019

With sensor like HC-SR501 or similar we could control the LCD backlight. That would make our device more friendly for in-door use. HC-SR501 could be connected to an unused input pin from NodeMCU.
Then, we could add support for it in the code so every time motion is detected the LCD backlight will be turned on (by a command - we do not need to add any additional hardware)

AC:

  • LCD backlight is turned on only when motion is detected
  • delay (for how long backlight is on) can be set in config (in the same way as WIFI name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant