diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-07 18:19:55 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-07 18:19:55 -0500 |
| commit | 764c543fa4b5b45888b2282e6be241cd23bcabc5 (patch) | |
| tree | a86d6d69d4f52c57d557e49cc2fc546e4e3561cc | |
| parent | 27d8851d0e3db8d9ed8eb333c91356605c5cfcc1 (diff) | |
| download | soen422-764c543fa4b5b45888b2282e6be241cd23bcabc5.zip | |
update TODO
| -rw-r--r-- | TODO | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -12,11 +12,11 @@ Implement GUI # Sensor Station -Design state machine +* Design state machine -Measure humidity +* Measure humidity -Send humidity to server +* Send humidity to server Receive target humidity via bluetooth (or just buttons?) @@ -25,12 +25,14 @@ Send target humidity to server # HVAC Station -Design state machine +* Design state machine -Receive humidity and target humidity from server +* Receive humidity from server -PID algorithm to control DC +Receive target humidity from server -Write DC to solenoid +* PID algorithm to control DC + +* Write DC to solenoid Send DC to server |