I would like to build a simple automatic irrigation system with Pi zero
, the thing is that I don't have access to electricity outside.
I thought to connect 5v solar panel + 3\4 chargeable batteries.
Im not that familiar with building control circuits for charging batteries, so my question is-
Lets say for the discussion its a sunny day, if the batteries capacity is enough (above some threshold), the Pi will be powered by the batteries.
The issue is when I go under that threshold, how can I keep the Pi running as the batteries are being charged by the solar panel?
The load of the Pi is:
- 6v water pump and transistor with resistor (connected to another non rechargeable batteries)
- capacitive moisture sensor with mcp3002 ADC (I guess will be connected to the rechargeable batteries)
What circuit would you build to keep the Pi running? Ill be very happy for explanation.
Thanks :)