Skip to content

GLOW-Delta-2025/arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echoes of Tomorrow - Light Arm Firmware

This repository contains the embedded firmware for the microcontrollers that operate the LED light arm in the Echoes of Tomorrow GLOW 2025 project.

Overview

  • Written in C++
  • Compiled and uploaded to microcontrollers (e.g., Arduino or compatible boards)
  • Receives audio-reactive signals from the central unit

Project Structure

arm/
├── firmware/           # C++ firmware source
├── tests/              # Diagnostic sketches/tests
└── documentation/      # Schematics and setup guides

Setup Instructions

  1. Open firmware/arm.ino in the Arduino IDE
  2. Select the correct board (e.g., Arduino Nano / Teensy 4.0)
  3. Upload to the connected board

Testing

Diagnostic sketches are in tests/

Documentation

See documentation/ or the Wiki for details on architecture, function descriptions, and setup.

Branches

  • main: Production-ready code
  • develop: Active development
  • feature/<name>, bugfix/<name>, hotfix/<name>: Use Git Flow

Commit Convention

<type>: <short description>

Example: fix: LED flickering on pin 6

About

Contains the C++ firmware and logic used to control the light arms and microcontrollers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages