Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 665 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 665 Bytes

"Automated-Gardening-System"

We can automate our home garden water system using this arduino script .

Hardware setup reference: http://www.learnbywatch.com/automatic-watering-system-for-plants-using-arduino/

Note: We have change the digital input to analog input pin (A0). This change will give us the power of trigger your water pump on the basis of soil moisture.

Features:
1. Count the number of motor run.
2. If water is not coming from the source then it will turn off moto for 2 hours inorder to prevent motor damage.
3. Showing you the percentage of moisture.

--Thanks to Vivek V. for sharing your project details.