Add project handoff and Pico MVP documentation

This commit is contained in:
2026-06-05 00:41:21 -06:00
parent 0043e50533
commit 175630cda2
3 changed files with 223 additions and 0 deletions
+42
View File
@@ -437,3 +437,45 @@ This is important if the project becomes shareable or sellable.
- MQTT/Home Assistant bridge.
- Ignition sense.
- House battery voltage sense.
---
## Pico Dashboard MVP Plan
MVP means Minimum Viable Product.
Goal:
Prove Pico 2 W can reliably read ESP32 status over UART and display live data.
Phase 1:
- MicroPython on Pico 2 W / RP2350
- UART to ESP32 dashboard UART
- USB debug output
- Request status from ESP32
- Parse status JSON
Phase 2:
- ST7796S display bring-up
- Backlight control
- Hello World screen
- Static dashboard layout
Phase 3:
- Live battery card
- Runtime / time-to-full card
- Temperature list
- Relay state list
- ESP32 connection indicator
Phase 4:
- Touch support using FT6336U
- Page navigation
- Relay controls
- Alarm details
Do not start with touch or config UI on the Pico. The WebUI is the preferred configuration workflow.