Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.54 KB

README.md

File metadata and controls

61 lines (49 loc) · 2.54 KB

Arduino Watering System

https://github.com/PRosenb/WateringSystem

Arduino based watering system for up to three sprinklers connected to your water tap.

Manual

See step by step description Automatic Watering System at Arduino Project Hub.

Features

  • Automated watering
  • Connected to your garden tap
  • Up to 3 different watering zones
  • Two valves in a row to minimize damage caused by valve failure
  • Configurable watering time and duration
  • Does not need many electrical parts

Installation

This project requires a number of libraries to be installed first.

Required libraries:

Library Installation

The recommended way to install them is as follows (works for all except DS3232RTC).

  • Open Arduino Software (IDE)
  • Menu Sketch->Include Library->Manage Libraries...
  • On top right in "Filter your search..." type the library's name
  • Click on it and then click "Install"
  • For more details see manual Installing Additional Arduino Libraries

Watering System Installation

  • Download the latest version
  • Uncompress the downloaded file
  • This will result in a folder containing all the files for the library. The folder name includes the version: WateringSystem-x.y.z

Contributions

Enhancements and improvements are welcome.

License

Arduino Watering System
Copyright (c) 2017 Peter Rosenberg (https://github.com/PRosenb).

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.