Archive stale documentation

This commit is contained in:
2026-06-07 09:52:24 -06:00
parent dc8340a1ec
commit f609f2ea43
15 changed files with 23 additions and 15 deletions
+5
View File
@@ -0,0 +1,5 @@
# Hardware Archive
These pinout notes are legacy references from earlier dashboard and wiring plans.
The current hardware source of truth is `docs/HARDWARE.md`, with the current dashboard plan in `docs/dashboard-esp32s3.md`.
+32
View File
@@ -0,0 +1,32 @@
# CAT5 Pinout
Legacy note: this file describes an older Pico/UART dashboard wiring plan. Do not use it for the current Waveshare ESP32-S3 dashboard build.
## Primary Configuration
UART over CAT5
Pair 1
Blue +5V
Blue/White +5V
Pair 2
Orange Ground
Orange/White Ground
Pair 3
Green Pico TX -> ESP32 RX
Green/White Pico RX <- ESP32 TX
Pair 4
Brown Ignition Sense
Brown/White Spare
## Future RS-485 Conversion
Pair 3
Green RS-485 A
Green/White RS-485 B
All other conductors remain unchanged.
+21
View File
@@ -0,0 +1,21 @@
# ESP32 Pinout (Planned)
Legacy note: Pico/UART references in this file are not part of the current dashboard plan. Current dashboard target is Waveshare ESP32-S3 over WiFi/HTTP.
GPIO 16 Relay 1 (Starlink)
GPIO 17 Relay 2 (Fridge)
GPIO 4 DS18B20 Bus
GPIO 21 UART TX to Pico over CAT5
GPIO 22 UART RX from Pico over CAT5
RS-485/MAX3485 is fallback only and not currently planned.
GPIO 34 Ignition Sense
Future:
- Additional Relays
- Additional Sensor Inputs
Final assignments pending exact relay board verification.
+50
View File
@@ -0,0 +1,50 @@
# Pico Pinout (Planned)
Legacy note: no Pico dashboard is currently planned. This file is retained only as historical/reference material.
## Display
3.5 inch SPI capacitive touchscreen
Resolution:
- 320x480
Display Driver:
- ST7796S
Touch Controller:
- FT6336U
Display Communication:
- SPI
Touch Communication:
- I2C
Voltage:
- 3.3V / 5V compatible
## Communications
Primary:
- UART over CAT5
Backup/Future:
- RS-485 over CAT5 if UART proves unreliable
- WiFi HTTP backup
## Inputs
- Capacitive touchscreen
## Outputs
- Active 5V buzzer for audible alarms
- Display backlight control if supported
## Future
- Physical wake button
- Status LED
Final pin assignments pending display wiring test.
@@ -0,0 +1,30 @@
# UART CAT5 Pinout
Legacy note: this file describes an older Pico/UART dashboard wiring plan. Do not use it for the current Waveshare ESP32-S3 dashboard build.
## Pair 1
Blue +5V
Blue/White +5V
## Pair 2
Orange Ground
Orange/White Ground
## Pair 3
Green Pico TX -> ESP32 RX
Green/White Pico RX <- ESP32 TX
## Pair 4
Brown Ignition Sense
Brown/White Spare
## Notes
- Double conductors used for power
- Shared ground required
- Spare conductor reserved for future use
- Pair 3 may later be repurposed for RS-485