This is an other version of a double plant watering system. We can see a photo resistor and 4 LEDs for the sunny hours indicator.
Two silent pumps that comes from solar fountains.
A 5V supecapacitor, it's optional but it can store the data if the power goes off for short period of time.
The rest is more or less the same: recycled plastic water bottle, water tubes, two transistors bc368, 1k resistors, 2 diodes, an usb cable, a breadboard, Arduino pro mini, this time I used a 3, 3V 8mhz version, that seems more energy efficient.
How It WorksIn the dark, Arduino goes to sleep, consuming few micro Amps, in sunny day it wakes up and starts counting and displaying the sunny hours.
Every sunny hour Arduino turns on an led, if 4 leds are turned on, it starts watering the plants, 3 seconds of watering for the right plant and 2 seconds for the left one, you can change this value in the code for your own plants.
What happened if there are less than 4 sunny hours?
The Arduino remembers it and waits for other sunny hours for watering.
I hope this can inspire you, I want to special thanks Fabio Cardoso for the great idea to wait sunny hours. Have a nice day!
Comments
Please log in or sign up to comment.