Skip to content
@led-dynamo

led-dynamo

LED Dynamo · Leddy

Leddy is a configurable, internet-connected LED message-board platform for matrices ranging from narrow ticker displays to boards hundreds of pixels wide. Messages can be submitted through the web/API layer, streamed to an Arduino-compatible controller, native ESP32-S3, STM32F4, or Raspberry Pi, and rendered as continuously scrolling text so message length is not constrained by display width.

Data path

WhatsApp connector / web UI / CLI
                │
                ▼
      Rust web + API servers
                │  WebSocket commands and telemetry
                ▼
 Arduino / ESP32-S3 / STM32F4 / Raspberry Pi
                │
                ▼
 configurable LED matrix + scrolling renderer

WhatsApp is treated as a connector rather than a hard dependency, allowing the same system to accept messages from a browser, CLI, automation, MQTT bridge, or other messaging platform.

Controller matrix

Controller Runtime Status
Arduino-compatible ESP32 Arduino + PlatformIO Existing baseline
ESP32-S3 Native ESP-IDF + FreeRTOS Implemented and CI-targeted
STM32F446RE STM32Cube HAL Implemented and CI-targeted
Raspberry Pi Linux device agent Existing baseline

See controller support and extraction roadmap for transport capabilities, hardware validation gates, and the planned standalone leddy-esp32 and leddy-stm32 repository split.

Repository map

Repository Responsibility
leddy-interfaces Canonical Rust types, OpenAPI, AsyncAPI, and JSON Schema contracts
leddy-lib Shared matrix framebuffer, font, scrolling playback, and physical LED-chain ordering
leddy-clients Polyglot SDK family generated around the contracts
leddy-web-server.rs Browser UI and operator WebSocket surface
leddy-api-server.rs Device/message API, command fan-out, and telemetry intake
leddy-cli Operator and automation command-line client
leddy-arduino Arduino firmware plus native ESP-IDF and STM32Cube MCU ports
leddy-rasp-pi Raspberry Pi display-agent daemon
leddy-e2e Browser, protocol, controller-capability, device-simulator, and system tests
leddy-infra Kubernetes, GitOps, and deployment configuration
leddy-monorepo Fleet manifest and coordinated development workspace

The canonical dependency direction is interfaces → library/clients → servers and device agents → CLI and end-to-end tests. Zed packages materialize under .vendor/.zed; resolver-generated lockfiles are committed only after packages are published and resolvable.

Planning and delivery

GitHub owns code and delivery evidence; Linear owns planning and dependencies. The linked organization Project provides the cross-repository execution view.

This GitHub account maintains software, infrastructure, research, and supporting documentation under the led-dynamo GitHub owner.

Planning and delivery context is tracked in github.com/led-dynamo. Public contribution, security, and governance defaults are maintained in .github.

Repository descriptions and repository-local documentation remain authoritative for each project. Do not infer production readiness, support commitments, or security guarantees from this profile alone.

Popular repositories Loading

  1. .github .github Public

    Organization-wide profile, contribution policy, and community health files for led-dynamo.

    Python

  2. leddy-interfaces leddy-interfaces Public

    Canonical shared contracts for Leddy display configuration, commands, messages, telemetry, and APIs.

    Rust

  3. leddy-lib leddy-lib Public

    Shared Rust framebuffer, font, layout, and scrolling-text renderer for Leddy displays.

    Rust

  4. leddy-clients leddy-clients Public

    Official polyglot Leddy API and device-control clients.

    Python

  5. leddy-api-server.rs leddy-api-server.rs Public

    Rust API and WebSocket command plane for Leddy messages, displays, and device telemetry.

    Rust

  6. leddy-web-server.rs leddy-web-server.rs Public

    Rust web UI and operator WebSocket surface for publishing and previewing Leddy messages.

    Rust

Repositories

Showing 10 of 12 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…