This repo contains the code for a Dino
⚠️ ⚠️ All commands have to be executed as root. So do all installtions as root.
There is a setup script:
Otherwise T
This method is mostly based on adafruit.
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install python3-pip -y
sudo pip3 install --upgrade setuptools
sudo pip3 install adafruit-circuitpython-neopixel pyyaml websockets adafruit-circuitpython-fancyled quart
sudo bash wifi/wifiinstaller.sh
cp "./config/example-dino.yml" "./config/dino.yml"
sudo python3 setupConfig.py
sudo cp services/dinoclient.service /etc/systemd/system
sudo cp services/dinoupdate.service /etc/systemd/system
sudo systemctl daemon-reload # Reload to find new files and notice changes
sudo systemctl enable dinoupdate.service # Start when booted up
sudo systemctl enable dinoclient.service
sudo systemctl start dinoupdate.service # Start service
sudo systemctl start dinoclient.service