git clone https://github.com/opendata-stuttgart/airrohr-firmware-flasher
cd airrohr-firmware-flasher
python -m venv airrohr_venv # Python Virtual Env anlegen
source ./airrohr_venv/bin/activate # Python Virtual Env aktivieren
# Versionen von pyinstaller, pyqt5-sip und pyqt5 entfernen:
vim requirements.txt
pip3 install -r requirements.txt # Deps installieren
make gui/mainwindow.py # GUI Generieren
Tool starten
./airrohr_venv/bin/python3 ./airrohr-flasher.py
Serial Monitor - Check of Firmware etwas tut
python3 -m serial.tools.miniterm /dev/ttyUSB0 9600