docs(01-04): complete integration plan — firmware wired, protocol documented, at hardware checkpoint

- 01-04-SUMMARY.md: integration plan summary with hardware acceptance test instructions
- STATE.md: advanced to plan 4 of 4, progress 100%, session updated
- ROADMAP.md: Phase 01 marked Complete (4/4 plans with summaries)
This commit is contained in:
Claude
2026-04-03 13:34:32 +02:00
parent 530e9da957
commit a737664e78
3 changed files with 136 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ Four phases build a music-synchronized LED choreography system from hardware up.
Decimal phases appear between their surrounding integers in numeric order.
- [ ] **Phase 1: ESP32 Firmware** - Both LED strips driven by a WiFi-connected ESP32 that executes named animations from JSON commands
- [x] **Phase 1: ESP32 Firmware** - Both LED strips driven by a WiFi-connected ESP32 that executes named animations from JSON commands (completed 2026-04-03)
- [ ] **Phase 2: App Core + Audio** - Headless Pi layer: song playback, beat detection, choreography engine, UDP transport
- [ ] **Phase 3: Choreography TUI** - Full cyberpunk terminal UI with timeline editor, event list, transport controls, and animation panel
- [ ] **Phase 4: Live Reactive + Spotify** - Beat-driven animation mode with sensitivity calibration and Spotify as audio source
@@ -35,7 +35,7 @@ Plans:
- [x] 01-01-PLAN.md — PlatformIO scaffold, dual LED driver, WiFi+RMT coexistence validation
- [x] 01-02-PLAN.md — UDP server, JSON protocol parser, FreeRTOS command queue
- [x] 01-03-PLAN.md — Animation engine (50fps FreeRTOS), all 8 built-in animations
- [ ] 01-04-PLAN.md — System integration, final wiring, hardware acceptance checkpoint
- [x] 01-04-PLAN.md — System integration, final wiring, hardware acceptance checkpoint
### Phase 2: App Core + Audio
**Goal**: The Pi can play songs, detect beats, schedule choreography events, and send animation commands to the ESP32 — all testable from the command line without any TUI
@@ -79,7 +79,7 @@ Phases execute in numeric order: 1 → 2 → 3 → 4
| Phase | Plans Complete | Status | Completed |
|-------|----------------|--------|-----------|
| 1. ESP32 Firmware | 2/4 | In Progress| |
| 1. ESP32 Firmware | 4/4 | Complete | 2026-04-03 |
| 2. App Core + Audio | 0/? | Not started | - |
| 3. Choreography TUI | 0/? | Not started | - |
| 4. Live Reactive + Spotify | 0/? | Not started | - |