aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-03-08 13:21:37 -0600
committerBlaise Thompson <blaise@untzag.com>2021-03-08 13:21:37 -0600
commit751e664a28892fd92694abf3d821d068013e9453 (patch)
tree8a9a62bbe3bd6fcbbd7be411c38b366f3f008b83 /README.md
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..35aabc3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+# MQTT weather station
+
+Simple station for monitoring environmental conditions in the lab over MQTT.
+
+Designed to work with [mqtt.chem.wisc.edu](https://mqtt.chem.wisc.edu/).
+
+## PCB
+
+This PCB was designed using KiCAD version 5.
+Refer to `weather.pdf` for schematic.
+PCB images generated with [tracespace](https://github.com/tracespace/tracespace) follow.
+
+![top](./top.png "PCB top view")
+
+![bottom](./bottom.png "PCB bottom view")
+
+Bill of Materials
+
+| reference | value | manufacturer | part number | vendors |
+| :------------- | :------------- | :----------- | :------------------- | :------ |
+
+## Firmware
+
+TODO
+
+## Changelog
+
+### Unprinted
+
+### A
+
+#### Added
+- initial design