2023-10-15 11:11:20 +02:00
|
|
|
|
# MAPID – Malte's Arduino-Powered Info Display
|
|
|
|
|
|
2023-10-15 11:39:14 +02:00
|
|
|
|
Info display powered by two parts:
|
|
|
|
|
|
|
|
|
|
1. Command line OS running on Arduino (MAPID/CP)
|
|
|
|
|
2. Python pyserial script controlling the display over a serial connection
|
|
|
|
|
|
2023-10-15 18:00:37 +02:00
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
|
|
- Arduino libraries
|
|
|
|
|
- SerialCommand Advanced
|
|
|
|
|
- serLCD
|
|
|
|
|
- Python libraries
|
|
|
|
|
- pyserial
|
|
|
|
|
- python-dotenv
|
|
|
|
|
|
|
|
|
|
|