This repository contains the embedded firmware for the microcontrollers that operate the toppiece in the Echoes of Tomorrow GLOW 2025 project.
- Written in C++
- Compiled and uploaded to microcontrollers (ESP32 S3)
- Receives when the climax starts
- Receives when the climax is over
arm/
├── firmware/ # C++ firmware source
├── tests/ # Diagnostic sketches/tests
└── documentation/ # Schematics and setup guides
- Open
firmware/top.inoin the Arduino IDE - Select the correct board (ESP32 doit devkit)
- 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