This repository contains code in order to automatically water your plants based on different settings (e.g. time or soil moisture)
The code is based on the following hardware:
Raspberry pi (tested on a RPi A, Rev 2)
Simply download the repository and run:
cd PlantMonitoring/Plantmonitoring/
sudo ./Install.sh
If you want everything in one command, just pate the following into the command line:
sudo apt-get update && sudo apt-get install git -y && git clone https://github.com/NitramLegov/PlantMonitoring.git && cd PlantMonitoring/Plantmonitoring/ && sudo ./Install.sh