An open API service indexing awesome lists of open source software.

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

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