docs(01-01): complete ESP32 firmware scaffold plan — awaiting hardware checkpoint

- 01-01-SUMMARY.md: dual strip driver, WiFi+RMT coexistence test scaffold
- STATE.md: advanced to plan 2, recorded GPIO/SPI/RMT decisions, 25% progress
- ROADMAP.md: phase 1 in-progress (1/4 plans)
- REQUIREMENTS.md: FW-01 marked complete
This commit is contained in:
Claude
2026-04-03 13:18:37 +02:00
parent 88eb8d38c1
commit 6548a84ec1
4 changed files with 242 additions and 15 deletions

View File

@@ -2,15 +2,15 @@
gsd_state_version: 1.0
milestone: v1.0
milestone_name: milestone
status: planning
stopped_at: Phase 1 planned
last_updated: "2026-04-03T11:12:51.504Z"
last_activity: 2026-04-03 — Roadmap created, all 23 v1 requirements mapped to 4 phases
status: executing
stopped_at: Completed 01-01-PLAN.md (3/3 auto tasks) — awaiting hardware checkpoint 4
last_updated: "2026-04-03T11:18:22.810Z"
last_activity: 2026-04-03
progress:
total_phases: 4
completed_phases: 0
total_plans: 4
completed_plans: 0
completed_plans: 1
percent: 0
---
@@ -21,14 +21,14 @@ progress:
See: .planning/PROJECT.md (updated 2026-04-03)
**Core value:** Songs mit LED-Animationen choreografieren und abspielen — der Nutzer baut Timeline-basierte Lichtshows zu seiner Musik.
**Current focus:** Phase 1 — ESP32 Firmware
**Current focus:** Phase 01 — esp32-firmware
## Current Position
Phase: 1 of 4 (ESP32 Firmware)
Plan: 0 of ? in current phase
Status: Ready to plan
Last activity: 2026-04-03 — Roadmap created, all 23 v1 requirements mapped to 4 phases
Phase: 01 (esp32-firmware) — EXECUTING
Plan: 2 of 4
Status: Ready to execute
Last activity: 2026-04-03
Progress: [░░░░░░░░░░] 0%
@@ -52,6 +52,7 @@ Progress: [░░░░░░░░░░] 0%
- Trend: -
*Updated after each plan completion*
| Phase 01-esp32-firmware P01 | 3 | 3 tasks | 6 files |
## Accumulated Context
@@ -63,6 +64,9 @@ Recent decisions affecting current work:
- [Roadmap]: Hardware-first build order — ESP32 is the validation target for all Pi-side work; developing against a mock risks protocol mismatches late.
- [Roadmap]: WiFi+RMT coexistence must be tested on day 1 of Phase 1 (documented FastLED #1657, February 2026 — actively problematic on single-core ESP32-C3).
- [Roadmap]: SK6812 is RGBW (4 bytes/LED) — configure explicitly before any animation code; retrofitting requires protocol version bump.
- [Phase 01-esp32-firmware]: GPIO3 for SK6812 RMT (safe on SuperMini); GPIO6/7 for WS2801 SPI with GPIO0/1 fallback noted for JTAG conflicts
- [Phase 01-esp32-firmware]: NeoWs2801Spi2MhzMethod for 5m cable signal integrity; NeoGrbwFeature for SK6812 RGBW 4-byte mode
- [Phase 01-esp32-firmware]: -DESP32_ARDUINO_NO_RGB_BUILTIN mandatory in platformio.ini to prevent RMT driver conflict with Arduino core 3.x
### Pending Todos
@@ -77,6 +81,6 @@ None yet.
## Session Continuity
Last session: 2026-04-03T11:12:51.486Z
Stopped at: Phase 1 planned
Resume file: .planning/phases/01-esp32-firmware/01-01-PLAN.md
Last session: 2026-04-03T11:18:22.801Z
Stopped at: Completed 01-01-PLAN.md (3/3 auto tasks) — awaiting hardware checkpoint 4
Resume file: None