https://github.com/muka/door-opener
An electric door opener with nodemcu
https://github.com/muka/door-opener
Last synced: about 2 months ago
JSON representation
An electric door opener with nodemcu
- Host: GitHub
- URL: https://github.com/muka/door-opener
- Owner: muka
- License: apache-2.0
- Created: 2020-03-28T12:55:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T05:27:52.000Z (about 5 years ago)
- Last Synced: 2025-02-05T04:49:33.860Z (4 months ago)
- Language: Python
- Homepage: https://opny.cc/door-opener-project
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# door-opener
An electric door opener with nodemcu.
For the hardware setup see https://opny.cc/door-opener-project
## Setup
1. Prepare the environment `make setup`
2. install micropython on your nodemcu
**WARNING** this will flash your nodemcu, review the `Makefile` and ensure everything is good to go!`make reset write/nodemcu`
3. Create a file `./app/config.py` and set your configurations. See `./app/config.example.py`
4. Install the firmware```sh
./pyboard -f cp ./app/main.py
./pyboard -f cp ./app/config.py
./pyboard -f cp ./app/boot.py
```## License
Apache 2.0