This commit is contained in:
Vincent van der Wal
2025-09-06 17:49:56 +02:00
parent 099c2a1072
commit 2c8332051c
+5 -5
View File
@@ -103,17 +103,17 @@ const char *password = "WIFI_PWD";
```mermaid
flowchart TD
subgraph MCU
ESP32[<b>ESP32</b>3.3VGND]
ESP32[ESP32 3.3VGND]
end
subgraph Sensors
MAX6675[<b>MAX6675</b>3.3VGNDCS, SCK, SO]
Thermo[<b>KType</b>+ / -]
MAX6675[MAX6675 3.3VGNDCS, SCK, SO]
Thermo[KType + / -]
end
subgraph Relay
RELAY[<b>5V Relay</b>INVCC(5V)GND]
RELAY[5V Relay IN VCC(5V) GND]
end
ESP32-->|3.3V|MAX6675
ESP32-->|3.3V|MAX6675
ESP32-->|GND|MAX6675
ESP32-->|SCK|MAX6675
ESP32-->|CS|MAX6675