Dear Arduino community,
as I'm new to the world of Arduino I have a question (unfortunately without much knowledge about Arduino itself). I'm looking for an option to make an automatic watering system for a large number of plants based on the weights of the pots. How I would like to have it working:
-
Pots are weighted 2 specified times a day (each pot has it's own weight sensor), this data is stored either on SD-card or online
-
After weighing, the pots are watered until a specified 'optimal' level, based on weight. The system should automatically stop watering when the optimal weight was reached
-
The final weight of the pots is also recorded and the data is again stored
The plants don't have to be watered simultaneously, so I guess one (a solenoid?) pump can suffice?
For the weight sensors I was thinking of load cells that can go up to 10 kg each + HX711 amplifiers. What would be necessary to operate a pump?
Is this possible to do with 100 plants? What would be the best way to reach this goal? If needed I can subdivide the 100 plants and make 5 identical systems for 20 plants.
Does someone has suggestions how to start and what to include in the circuit?
p.s.: I know there have been automatic watering systems with Arduino, but those seem to be using moisture sensors and also a very small amount of plants