I made a solar panel from 36 cells connected in series, each with specs of 0.5V and 3.6A.
At optimal conditions it should give 18V, and in open circuit checks it seems to give between 20V when it's not hot, and gets as low as 14-15V when it warms up too much (any good ways to cool it?).
I am charging a Lead Acid AGM 12V 5Ah battery with it.
In addition, I am making a charge controller for it with an Arduino.
The issue is that I have no idea how to get the correct voltage of the battery. When it is disconnected for some time (hours?), it balances at voltages that make sense, like 13.x after a charge. However, when the panel is connected, the voltage spikes up to 15-16V.
And on the opposite side, when I put some load on the battery, in the form of power leds that it's supposed to run on a daily basis, the voltage spikes down.
How then do I check the real voltage for the charger, so I can know when to stop charging to avoid over charging, and whether I have to disconnect the power leds because the battery is too empty, to avoid over discharge?
I searched on Google for quite some time, but nobody mentions this for some reason.
Thanks.
At optimal conditions it should give 18V, and in open circuit checks it seems to give between 20V when it's not hot, and gets as low as 14-15V when it warms up too much (any good ways to cool it?).
I am charging a Lead Acid AGM 12V 5Ah battery with it.
In addition, I am making a charge controller for it with an Arduino.
The issue is that I have no idea how to get the correct voltage of the battery. When it is disconnected for some time (hours?), it balances at voltages that make sense, like 13.x after a charge. However, when the panel is connected, the voltage spikes up to 15-16V.
And on the opposite side, when I put some load on the battery, in the form of power leds that it's supposed to run on a daily basis, the voltage spikes down.
How then do I check the real voltage for the charger, so I can know when to stop charging to avoid over charging, and whether I have to disconnect the power leds because the battery is too empty, to avoid over discharge?
I searched on Google for quite some time, but nobody mentions this for some reason.
Thanks.
Comment