This repository contains the embedded firmware for the microcontrollers that operate the LED light arm in the Echoes of Tomorrow GLOW 2025 project.
- Written in C++
- Compiled and uploaded to microcontrollers (e.g., Arduino or compatible boards)
- Receives audio-reactive signals from the central unit
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 (e.g., Arduino Nano / Teensy 4.0)
- 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