From cce178f1ed2e691298f74135e6bcbcca14f776db Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 7 Apr 2026 15:46:31 +0000 Subject: [PATCH] test(07): persist human verification items as UAT --- .../07-HUMAN-UAT.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .planning/phases/07-microcontroller-firmware/07-HUMAN-UAT.md diff --git a/.planning/phases/07-microcontroller-firmware/07-HUMAN-UAT.md b/.planning/phases/07-microcontroller-firmware/07-HUMAN-UAT.md new file mode 100644 index 0000000..02543e2 --- /dev/null +++ b/.planning/phases/07-microcontroller-firmware/07-HUMAN-UAT.md @@ -0,0 +1,39 @@ +--- +status: partial +phase: 07-microcontroller-firmware +source: [07-VERIFICATION.md] +started: 2026-04-07T00:00:00Z +updated: 2026-04-07T00:00:00Z +--- + +## Current Test + +[awaiting human testing] + +## Tests + +### 1. Animation command mode on physical device +expected: Flash firmware to ESP32/Pico W, send 0xAC animation command packets from the server, LED strip produces correct animations at ~60fps + +result: [pending] + +### 2. Raw frame mode on physical device +expected: Send DRGB/DRGBW frame packets from server, confirm pixel-exact output on strip; verify 2s frame timeout reverts to last animation mode + +result: [pending] + +### 3. WS2801 physical test (if hardware available) +expected: SPI driver correctly drives WS2801 strip, W-channel discarded correctly when writing RGB-only strip + +result: [pending] + +## Summary + +total: 3 +passed: 0 +issues: 0 +pending: 3 +skipped: 0 +blocked: 0 + +## Gaps