Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariohmol/arduino-minimal-irrigation
How to use minimal resources in Arduino to configure a widget to make irrigation in your house
https://github.com/mariohmol/arduino-minimal-irrigation
Last synced: 1 day ago
JSON representation
How to use minimal resources in Arduino to configure a widget to make irrigation in your house
- Host: GitHub
- URL: https://github.com/mariohmol/arduino-minimal-irrigation
- Owner: mariohmol
- License: gpl-3.0
- Created: 2016-02-07T23:25:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T21:36:40.000Z (almost 9 years ago)
- Last Synced: 2024-04-13T22:23:06.566Z (7 months ago)
- Language: Arduino
- Size: 392 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-minimal-irrigation
How to use minimal resources in Arduino to configure a widget to make irrigation in your houseThis uses arduino, RTC and a relay. This is not using water sensors, temperature or humidity. If is a rain day/period, just turn off the arduino.
## Arduino
You will need just:
* Arduino Uno or similar (with power cabble + USB cable to configure )
* Relay : Turn the water for irrigation on/off. I will use 4 in this example.
* Solenoid : Change the water register to open or close the water for irrigation, activated by the relay. I will use 4 in this example.
* RTC: Is possible to use without that, simulating hours using EEPROM/Software, but i will use on in this example. If you would like to see how to make it, check this link : https://github.com/mariohmol/arduino-minimal-heating-solar
* Wires and breadboardProject is:
![alt tag](https://raw.github.com/mariohmol/arduino-minimal-irrigation/master/irrigation.png)
## Libs
You have to install those libraries:
* https://github.com/PaulStoffregen/Time
* DateTime and DatetTimeStrings## Install
Load MinIrrigation that can be found here
## Runnning
TODO
### Configuration
TODO