Monday 5 September 2016

arduino - How to charge Polymer Lithium Ion Battery that comes with the Lilypad Development Board


There is a Lithium Polymer Ion Battery that comes with the Lilypad Development Board from Sparfun. Does anyone know if the battery charges if we plug in the battery to the Lilypad Arduino and connect the Lilypad Arduino using the FTDI at the same time. The battery specifications are in the URL below: http://www.sparkfun.com/products/731


Here is the link to the Arduino Board which takes power via the 6pin FTDI or via a LiPo battery connected to it: http://www.sparkfun.com/products/10274



Answer



Yes, it will charge the battery. It has a MCP73831 Li-Ion charge controller IC for this purpose.


Note this refers to the Lilypad Arduino Simple board only (the one you link to) - the "Lilypad Arduino Main board" does not appear (from a quick look at a pic) to have anything in place for charging a battery.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...