I'm building an arduino mega2560 based device for long term use underwater, and I'd like to just have a USB port for occasional downloading data and charging the batteries.
This is a low load, but long term device, so it needs a big battery. Very long charge times are acceptable.
I thought a 2s LiPO 7.4V battery with be just the thing, but there are two issues: boosting voltage and balance charging.
There are plenty of 1S LiPo chargers available, but the only devices I've seen for multi-cell LiPos are like my Turnigy Acucell-6. Big and usually plug in to a wall socket. Does anyone know of a 2S LiPo charger I can build in to my device?
Here are some other ideas I had:
- I found the MCP73223 chip which is a 2S LiFe charger. http://www.farnell.com/datasheets/1669464.pdf I found an 8.4 Ah 2S LiFe battery.
- Use several 1S batteries in parallel (eg 1S4P) and something like SparkFun's Power Cell - LiPo Charger/Booster PowerCell Quickstart Guide - SparkFun Electronics. Let the arduino control the charge/supply mode.
- Use a 12V SLA battery and 5 to 14V voltage boost converter. Let the arduino control the charging. http://www.powerstream.com/bb/bp5-12.pdf
Has anyone been down this road before?