Hi,
On Wed, Sep 04 at 11:14, scottmurdoch2010 wrote:
> trying to find a out to monitor a lipo battery with a arduino can anyone
> help or point me where to look. :D
Some idea of what you are trying to achieve would help.
If it's simple voltage monitoring for discharge and cut off then a simple
resistor voltage divider on the ADC inputs as already proposed may suffice.
Charging would be a different kettle of fish. Constant voltage charging
should limit at 4.2V with damaging over voltage being at 4.23V a
difference of only 30mV. A challenge for the Arduino ADC. Better to use
a dedicated charging circuit.
Several Arduino style boards have LiPoly support built in already.
The Arduino Fio for example
https://www.sparkfun.com/products/10116
I use an Olimexino-STM32 Maple clone (ARM based with 12 bit ADC rather than
AVRs 10 bit).
https://www.olimex.com/Products/Duino/STM32/OLIMEXINO-STM32/
--
Bob Dunlop