nadavleh / Gardening-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Arduino Gardening


Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot This is a watering computer for home gardening. The circuit is connected to a 5V power supply, to which we also connect a 5V pump as seen in the diagram. The computer includes a LCD screen which shows a menu the user can navigate in and choose the parameters of the watering schedule (how often do we want to water, for how long we want to run the pump and a manual "pump on/off" option). Keeping time with the arduino may pose some problems for long term use as the counter one uses to keep track of the time, overflows after around a straight month of use. Therefor, I sugest modifying this project to include an external clock module if you are interrested in a more stable software.

photo1 photo2

Built With

Usage

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About


Languages

Language:C++ 100.0%