summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-11-01 22:03:19 -0400
committerSam Anthony <sam@samanthony.xyz>2024-11-01 22:03:19 -0400
commit74c13b834dea98e3429cf28e4f2b3d2ca0b49182 (patch)
treec3fd0a2c26bdf169c61039c4158e14b498cc1275 /TODO
parent32ea15be23728e414312b81c542a29673bee89fd (diff)
downloadsoen422-74c13b834dea98e3429cf28e4f2b3d2ca0b49182.zip
TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO33
1 files changed, 33 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..8aba57d
--- /dev/null
+++ b/TODO
@@ -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