Malte's Arduino-Powered Info Display — Python Client and MAPID/CP (Control Program) on an Arduino
Go to file
Malte Bublitz fa2cc9b5d3
mapid.py library
2023-10-15 18:01:09 +02:00
MAPID-CP MAPID/CP uses SerialCommand_Advanced 2023-10-15 18:00:37 +02:00
.gitignore Added .gitignore 2023-10-15 11:22:11 +02:00
README.md MAPID/CP uses SerialCommand_Advanced 2023-10-15 18:00:37 +02:00
mapid-count.py mapid.py library 2023-10-15 18:01:09 +02:00
mapid.py mapid.py library 2023-10-15 18:01:09 +02:00
requirements.txt mapid.py library 2023-10-15 18:01:09 +02:00

README.md

MAPID Malte's Arduino-Powered Info Display

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

Requirements

  • Arduino libraries
    • SerialCommand Advanced
    • serLCD
  • Python libraries
    • pyserial
    • python-dotenv