led-bridge: add ESP32 indicator firmware for reference#17
Merged
Conversation
Stores the Arduino sketch that runs on the ESP32 LED indicator alongside
the host-side led-bridge.go that drives it. Reference only — not built or
flashed by this repo. Header documents the wiring and the {"state":"..."}
serial protocol the firmware matches against.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Julie Krasnick (jckras)
requested review from
Nicolas Palpacuer (NickPPC),
Ale Paredes (ale7714) and
Daniel Botros (danielbotros)
June 5, 2026 19:44
Nicolas Palpacuer (NickPPC)
approved these changes
Jun 6, 2026
Nicolas Palpacuer (NickPPC)
approved these changes
Jun 6, 2026
Nicolas Palpacuer (NickPPC)
left a comment
Collaborator
There was a problem hiding this comment.
Let's mention this example Arduino firmware file in the readme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds the Arduino sketch that runs on the ESP32 LED indicator as a reference file at
resources/led-bridge/firmware/led-indicator.ino.Why
led-bridge.gois the host-side half that drives the indicator over USB serial; this is the firmware half that receives those updates and renders the LEDs. Keeping both in the repo makes the serial contract reviewable in one place.Notes
.inoso GitHub highlights it and it opens directly in the Arduino IDE.{"state":"..."}serial protocol the firmware substring-matches against (mirrorsactionForStateinled-bridge.go).🤖 Generated with Claude Code