I want to use my Arduino with two solar panels and want to have two LiPos in between in order to still be able to use it when a cloud passes by.
* So, This is what google taught me on charging a LiPo battery:
Do not charge to more than 4.2 Volt as it will damage the cell (causing fire and explosions) You can charge it to 4.3 Volts, but it will get hot and you will want a heat sink.
Do not discharge under 3Volts. If it hits 2.5Volts it is definitively dead.
Some forums claim that if the Voltage drops below 3.7 Volt, the battery is essentially empty.
Commercial chargers charge the battery up to 4.2 volt with constant current, then continue charging it for a little time while reducing the current until it drops to near zero volts.
Is this correct so far? Can I use a battery with under 3.7 Volts, assuming my application is ok with only receiving that low voltage?
*
I plan on charging two LiPo cells. For each of them I have a protective circuit which interrupts the connection to the battery if the voltage exceeds 4.28 Volts or drops below 3V.
My LiPo Cells are rated for 350mAh at 3.7 Volts My Solar Panels have a maximum output of 7.9Volts at 165ma
Method One: Connect the LiPos in series. (so. 7.4V @350mAh) and connect the Solar Panels in Parallel. (7.9V @330mAh). I figure I should be able to charge the cells to about 3.5V each, giving me a 7 Volt battery with which I can run my Arduino for ~30 minutes or so. Is this reasonable? (again, if the current drops to below 3 volts per cell, they are automatically disconnected.) Problem: Google tells me that a LiPo is 'empty' at 3.7 Volts ---> I think this is bs, but then again... I have no idea.
Method Two: Connect both in series. LiPos in series can handle a maximum charge of 8.4V according to battery specs. The connection is terminated at 8.56V. I will be supplying up to 15.8 Volt but only at 165mA. However my assumption is that the actual voltage which I supply will usually be far less than that, because the will usually not be both fully exposed to the sunlight, plus I do not really believe in those maximum values anyway. Problem: -Low Amperage -The LiPos can be charged with a current slightly higher than the specs -Chance of wasting energy -Can be outside of recommended input voltage of Arduino
(either way I the Arduino, solar panels & batteries will connect in parallel, correct?)
*
Alternatives - use a lillypad or something which runs on 3.3v, and work with the 3.7 Volts.
*
Anyway, I am a bit out of my waters here, and feel like I should not be doing this trial and error style as I dont want to harm myself or my belongings. I would like to hear whether what I am doing is safe, in principle (I want to integrate this in a backpack or possibly clothing... ). How you would go about connecting it, and whether the "failsafe circuitry" which I am using (disconnecting below 3v and above 4.28v) is a sufficient protection for the LiPos, or whether I need additional safeguards. (I will be using diodes, to make sure the solar panels are not giving me negative voltage).
If you know of a good tutorial, I would love a link. The best a found was by LadyAda, however that was too basic and did not have any of the information I need to build this without buying her product.
Thanks in advance for any tips you might have
p.