https://github.com/lobis/arduino-garage-door
A simple program to use a microcontroller for opening and closing of a garage type of door
https://github.com/lobis/arduino-garage-door
arduino automation embedded esp32 esp32-arduino physical relay
Last synced: 8 months ago
JSON representation
A simple program to use a microcontroller for opening and closing of a garage type of door
- Host: GitHub
- URL: https://github.com/lobis/arduino-garage-door
- Owner: lobis
- Created: 2022-09-09T14:41:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T21:10:43.000Z (about 3 years ago)
- Last Synced: 2025-01-03T02:46:29.897Z (9 months ago)
- Topics: arduino, automation, embedded, esp32, esp32-arduino, physical, relay
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## arduino-garage-door
[](https://github.com/lobis/arduino-garage-door/actions/workflows/platformio.yml)
A simple program to use a microcontroller for opening and closing of a garage type of door.
I used an ESP32 microcontroller as the main component together with a 2 relay board.
The microcontroller provides a very simple web server with three buttons (open, close, stop) for user control.
The program is written in such a way that opening / closing of the door is not blocking, meaning the server can process additional commands while the door is operating.