docs: add waveshare 5b bring-up checklist

This commit is contained in:
2026-06-09 15:23:15 -06:00
parent 16db75f41c
commit a93280fce3
5 changed files with 126 additions and 0 deletions
+17
View File
@@ -62,3 +62,20 @@ Display details:
- Integrated CAN transceiver available for future vehicle integration
This is the current active dashboard target. The archived Pico dashboard is not active firmware.
## Bring-Up Plan
Initial Waveshare ESP32-S3 Touch LCD 5B work should start with standalone bench testing.
Bring-up order:
1. Confirm USB/serial detection.
2. Flash a known-good Waveshare demo.
3. Confirm 1024x600 display output.
4. Confirm capacitive touch input.
5. Build a minimal project dashboard boot screen.
6. Connect to Cargo ESP WiFi AP.
7. Read `/api/v1/status` and `/api/v1/config`.
8. Render outputs dynamically from the Cargo ESP API.
Do not start with CAN, OBD-II, tilt sensors, or vehicle wiring.