Detecting when a LiPo battery connected trough a step-up board has low power.

amundsen:
Hello,

I have a 5V Pro Mini Arduino I intend to connect to a 3.7V Lipo battery trough a step-up board (Recommendations For You - DealeXtreme)

I would like a LED to be lit when the battery is getting empty. Can I connect the battery to an analog input of the Arduino trough a resistor and detect when the value decreases under a specific voltage threshold ? Or is there a better way to do it ?

Thank you in advance.

That should work, and there is no real reason to use a resistor as a analog input pin is high impedance and will not draw any significant current from the battery. A reading of 3.0vdc is a generally used common value to stop drawing current from the lipo cell to prevent cell damage.

Lefty