Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.04 KB

Project description can be found on my website.

User manual can be found in docs directory.

Installing

(instructions for Linux)

  1. Clone the repository.
    • git clone --recurse-submodules https://github.com/mateusznowakdev/door-controller
  2. Download and flash CircuitPython 9.1.3 using the official instructions.
  3. Download mpy-cross binary to the firmware directory, rename it and make it executable.
  4. Build and upload the code to the CIRCUITPY drive
    • cd firmware
    • ./upload.sh

Language options

Can be changed by creating settings.toml file on the CIRCUITPY drive, with the following content:

LANG = "pl"

Supported languages: en, pl