Skip to content

fatalica/li-charger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lithium-Ion Battery Charger

This repository contains an Arduino implementation for a basic Lithium-Ion battery charger. The code has been implemented and tested on an Arduino Pro Mini clone board based on the ATmega328P microcontroller.

Please visit http://www.microfarad.de/li-charger for a full description of this project.

Unless stated otherwise within the source file headers, please feel free to use and distribute this code under the GNU General Public License v3.0.

Disclaimer: overcharging, short-circuiting or otherwise abusing Lithium-Ion batteries may result in a fire and/or a violent explosion. The author of this code neither takes any responsibility nor can be held liable for any damage caused to human beings and things due to the improper handling of Lithium-Ion batteries. Please implement this project at your own risk!

Theory of Operation

Charging is accomplished with the Constant Current Constant Voltage (CC-CV) scheme. The charger acts as a stabilized source as long as the battery does not reach 4.2 Volts per cell. Once the voltage limit has been reached, the charger would switch to the stabilized voltage mode where it would gradually reduce the current as not to exceed the maximum voltage limit.

In order to avoid damaging the Lithium-Ion cells due to the charger misbehaving, it is highly recommended to additionally protect the cells by means of an off-the-shelf Battery Management System (BMS) board.

The charger detects a battery open or short circuit by detecting any sudden voltage drops or surges.

The charging process is terminated if the current drops below a certain threshold (percentage of the battery capacity) and stays there for a pre-determined amount of time.

Prerequisites

Circuit Diagram

The charger's schematic can be found under the /doc folder or can be downloaded using the follwoing link: https://github.com/microfarad-de/li-charger/raw/master/doc/li-charger-schematic.png

About

Arduino firmware for a Lithium-Ion battery charger

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 94.9%
  • Makefile 5.1%