diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-01 22:03:19 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-01 22:03:19 -0400 |
| commit | 74c13b834dea98e3429cf28e4f2b3d2ca0b49182 (patch) | |
| tree | c3fd0a2c26bdf169c61039c4158e14b498cc1275 /TODO | |
| parent | 32ea15be23728e414312b81c542a29673bee89fd (diff) | |
| download | soen422-74c13b834dea98e3429cf28e4f2b3d2ca0b49182.zip | |
TODO
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -0,0 +1,33 @@ +# Server + +Design API + +Implement web server + +Implement GUI + + +# Sensor Station + +Design state machine + +Measure humidity + +Send humidity to server + +Receive target humidity via bluetooth + +Send target humidity to server + + +# HVAC Station + +Design state machine + +Receive humidity and target humidity from server + +PID algorithm to control DC + +Write DC to solenoid + +Send DC to server |