Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 674 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 674 Bytes

Plantmonitoring

This repository contains code in order to automatically water your plants based on different settings (e.g. time or soil moisture)

Hardware prerequisites

The code is based on the following hardware:
Raspberry pi (tested on a RPi A, Rev 2)

Installation

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

Usage