diff --git a/doc/assembly.pdf b/doc/assembly.pdf new file mode 100644 index 0000000..1667839 Binary files /dev/null and b/doc/assembly.pdf differ diff --git a/doc/datasheet.pdf b/doc/datasheet.pdf new file mode 100644 index 0000000..1b5fee4 Binary files /dev/null and b/doc/datasheet.pdf differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ef96980 --- /dev/null +++ b/readme.md @@ -0,0 +1,11 @@ +# Meteostation + +Source files for our meteostation project. + +The station is built on the [SparkFun Weather Meter Kit](https://www.sparkfun.com/products/15901) and ESP32 controller. + +## References + +- [Hookup guide](https://learn.sparkfun.com/tutorials/weather-meter-hookup-guide) +- [Datasheet](doc/datasheet.pdf) +- [Assembly](doc/assembly.pdf) diff --git a/meteostation.ino b/src/meteostation.ino similarity index 100% rename from meteostation.ino rename to src/meteostation.ino