This repository contains the embedded firmware for the microcontroller that operate as a serial router in the Echoes of Tomorrow GLOW 2025 project.
- Written in C++
- Compiled and uploaded to microcontrollers (Teensy 4.1)
- Connects the Mac mini to the microcontrollers via serial
arm/
├── firmware/ # C++ firmware source
├── tests/ # Diagnostic sketches/tests
└── documentation/ # Schematics and setup guides
- Open
firmware/arm.inoin the Arduino IDE - Select the correct board (Teensy 4.1)
- Upload to the connected board
Diagnostic sketches are in tests/
See documentation/ or the Wiki for details on architecture, function descriptions, and setup.
main: Production-ready codedevelop: Active developmentfeature/<name>,bugfix/<name>,hotfix/<name>: Use Git Flow
<type>: <short description>
Example: fix: LED flickering on pin 6