Malte's Arduino-Powered Info Display — Python Client and MAPID/CP (Control Program) on an Arduino
fifo-webui | ||
MAPID-CP | ||
.env | ||
.gitignore | ||
fifo_bridge.py | ||
mapid-count.py | ||
mapid.py | ||
README.md | ||
requirements.txt |
MAPID – Malte's Arduino-Powered Info Display
Info display powered by two parts:
- Command line OS running on Arduino (MAPID/CP)
- Python pyserial script controlling the display over a serial connection
Requirements
- Arduino libraries
- SerialCommand Advanced
- serLCD
- Python libraries
- pyserial
- python-dotenv