So I have 5W solar panel with an maximum output of 13.63V on its regulator and a 12V/7.2Ah gel accumulator. Is it possible to charge this accumulator up with this panel? If it is, is it possible to make a circuit that would have a maximum of 1V drop across the charger so that I would have at least this 12V to charge the accumulator up?
I have come across this and I was thinking is it possible to make such circuit with an LDO? Also, I would like to check the voltage level on accumulator with Arduino, how can I do that?
I asked it also somewhere else and yes, panel is made to charge those 12V baterries. I am now looking for a circuit that could let me do this. Anyone has a clue how to google this?
What I would like to achieve is that I could wire this PV, 12V battery and Arduino in one circuit. I know that I need LR between battery and Arduino to lower the voltage but what I would like to do aswell is that I could check the the battery level with Arduino so that I could warn the user if it is too low on power.
I am not sure if it is necessary to use MPPT once I have this regulator...?
check the the battery level with Arduino so that I could warn the user if it is too low on power.
Use a voltage divider to reduce the battery voltage to the range 0-5 V for input to the Arduino ADC.
Suitable resistor values would be 10K ohm and 4.7 K ohm, or 100K and 47K, for a ratio of 0.32 Voltage Divider
jremington:
Use a voltage divider to reduce the battery voltage to the range 0-5 V for input to the Arduino ADC.
Suitable resistor values would be 10K ohm and 4.7 K ohm, or 100K and 47K, for a ratio of 0.32 Voltage Divider
According to the calculator I would have 3.83V on the output if I use such resistors. Shouldn't I use resistors like 4.7k and 3.3k so I would have a maximum of 4.95V? Voltage input is 12V of course from battery.