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