commit 1d93e0e36e5b12daf05cb5026f9c3cff2c2cf5ed Author: Sasa Karanovic Date: Thu Feb 25 22:18:35 2021 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62ac38c --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*.d +*.o +*.bin +*.hex +*.elf +*.bat +dist +build +__pycache__ +*.SchDocPreview +*.PcbDocPreview +*.PcbDoc.htm +History +**/__Previews +**/Project Logs for* +**/Project Outputs for * +*.html +*.htm +*.ldb \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..34e18a7 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# DIY House Plants Watering System + + + + +## Part 1: Sensor board + +Watch: [DIY House Plants Watering System // Part 1: Sensor Board](https://youtu.be/ucjUwo17kw4) +Blog page: https://sasakaranovic.com/blog/diy-house-plants-watering-system-part-1-sensor-board/ + +Build watering system for house plants. In part one of this video series, we will create a sensor that measures soil moisture, ambient temperature and light. + +## Part 2: Central/Collector unit + +TBD + +## Part 3: Dashboard + +TBD