Skip to content

Programmable motor controller based on Raspberry Pi Pico and CircuitPython

Notifications You must be signed in to change notification settings

mateusznowakdev/door-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Programmable motor controller based on Raspberry Pi Pico and CircuitPython

Resources

Stars

Watchers

Forks