Update display details and communication decision
This commit is contained in:
+4
-3
@@ -3,10 +3,11 @@
|
|||||||
## Communications
|
## Communications
|
||||||
|
|
||||||
Primary:
|
Primary:
|
||||||
- RS-485
|
- UART over CAT5 initially
|
||||||
|
|
||||||
Backup:
|
Backup/Future:
|
||||||
- WiFi
|
- RS-485 over CAT5 if UART proves unreliable
|
||||||
|
- WiFi HTTP API
|
||||||
|
|
||||||
## Dashboard
|
## Dashboard
|
||||||
|
|
||||||
|
|||||||
+41
-10
@@ -1,17 +1,48 @@
|
|||||||
# Pico Pinout (Planned)
|
# Pico Pinout (Planned)
|
||||||
|
|
||||||
Display:
|
## Display
|
||||||
- SPI Touchscreen
|
|
||||||
|
|
||||||
Communications:
|
3.5 inch SPI capacitive touchscreen
|
||||||
- RS-485 Interface
|
|
||||||
|
|
||||||
Inputs:
|
Resolution:
|
||||||
- Touchscreen
|
- 320x480
|
||||||
|
|
||||||
Future:
|
Display Driver:
|
||||||
- Physical Wake Button
|
- ST7796S
|
||||||
- Rotary Encoder
|
|
||||||
|
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
|
- Status LED
|
||||||
|
|
||||||
Final pin assignments pending touchscreen testing.
|
Final pin assignments pending display wiring test.
|
||||||
|
|||||||
Reference in New Issue
Block a user