DESIGN OF HIGH ENERGY LITHIUM-ION BATTERY CHARGER

Size: px
Start display at page:

Download "DESIGN OF HIGH ENERGY LITHIUM-ION BATTERY CHARGER"

Transcription

1 Australasian Universities Power Engineering Conference (AUPEC 2004) September 2004, Brisbane, Australia DESIGN OF HIGH ENERGY LITHIUM-ION BATTERY CHARGER M.F.M. Elias*, A.K. Arof**, K.M. Nor* *Department of Electrical Engineering, Faculty of Engineering University of Malaya **Department of Physics, Faculty of Science University of Malaya Abstract This paper presents the design of microcontroller-based battery charger to charge a high energy Li-ion battery pack. The charging method, balancing technique, charging control algorithm, battery protection, battery management unit and implementation of the battery charger are discussed concisely. Advantages and disadvantages of the design are also discussed as well as problems arisen. 1. INTRODUCTION Lithium-ion battery is a rechargeable battery that has the highest energy density, lightweight, small in size and long shelf life. However, Li-ion battery charging is slightly more complicated as several factors must be considered especially when the battery pack consists of series connected Li-ion battery cells. Moreover, the battery cannot be over-charged due to its chemistry limitations. Therefore, exceptional control unit is required in controlling both charging and discharging process in order to ensure that Li-ion battery is extended life. In this paper, the Li-ion battery charger is designed for high energy applications such for storage system in linear generator system, backup power system, electric and electric hybrid vehicle. The battery charger is designed to charge 42V, 60Ah Li-ion battery pack in which the battery pack comprises 100 cells of 4.2V, 6Ah Li-ion battery connected in both series and parallel. 2. DESIGN CONCEPTS 2.1 Charging Method The charging method chosen is constant current/constant voltage (CC/CV) method. The CC/CV is the best method in charging the Li-ion battery because it offers the fastest charging time to fully charge the battery. However, it is more complicated to be implemented. Charging starts with constant current (CC) mode until the battery has reached the maximum voltage of 4.2V. In this mode, train of short current pulses is applied periodically. Between current pulses, the voltage across the battery terminal is monitored to prevent overcharging and the CC mode is then switched into CV mode once the maximum voltage is reached. At this stage, the battery is about 85% of its full capacity [1]. Meanwhile, in CV mode, charging current is monitored to determine when the charging process can be terminated. Normally, the battery is considered to be fully charged when the charging current drops below 0.1C. In this design, the battery is charged at 0.5C. Figure 1 shows the typical charge/discharge profile of the Li-ion battery. I max Current 0 A CC Charging Mode Current, Voltage vs. Time Voltage Current CV Charging Mode Time CC Discharging Mode V max V min Fig. 1. Typical Li-ion Charge/Discharge Profile 2.2 Cell Balancing Cell balancing is a technique to balance battery cells and it is very important when charging a battery pack, which consists of a number of cells in a series string. Unlike lead acid and NiMH battery in which they can be naturally balanced through gassing, Li-ion battery Voltage

2 requires special circuit to balance all the cells [3]. In fact, each Li-ion battery has different internal impedance, thus leads to the unbalance of cells during charging. Several factors which may also lead to unbalanced cells such as variations in cell assembly, different charge acceptance levels, different charging rates and number of discharge available, temperature gradient across battery pack and power dissipation distribution in the system [4]. Unbalance causes unequal individual voltages when series connected battery is charged as one or more cells will reach the maximum level before the rest. In order to balance battery cells, there are several cell balancing methods with diversity in charging control algorithm which can be applied. In fact, unbalanced voltage cells can reduce the entire battery pack capacity up to 25% (typical) of the battery capacity with 150mV difference between cells at full charge condition. This causes the available battery capacity to be reduced, since the weakest cell in the string determines its effective capacity. Therefore, battery cells voltage is maintained to be equal or within acceptable difference during charging. The battery cells are considered balanced when the capacity range of each cell is within 3% [2]. I S1 B3 Bn R1 S2 R2 S3 R3 Sn Rn Fig. 2. Charge Shunting/Dissipative R i There are several methods to perform cell balancing on Li-ion battery. They are charge shuttling, charge shunting, dissipative resistor as well as energy converter. In this design, charge shunting is chosen as the method of balancing. Charge shunting is an end-of-charge cell balancing method. The charge shunting cell balancing method selectively shunts the charging current around each cell as they become fully charged. Figure 2 shows charge shunting cell balancing method [3]. In this method, charging current is shunted across the unbalanced cell so that it is charged at lower rate. This method is highly efficient but requires large power dissipating resistor and also high current switches as compared to other methods. 2.3 Charging Algorithm Charging control algorithm is a set of rules followed by the microcontroller in charging the Li-ion battery. There are several charging control algorithm which can be used and it is depends on the cell balancing method chosen. Recommended cell balancing algorithm for charge shunting method are as follows [4]: 1) Identify the unbalanced cells. 2) Enable cell balancing action during charge. 3) Stop charge periodically and measure cells 4) If cells are balanced, disconnect the balancing action and continue to charge to full capacity level. 5) If cells are not balanced, continue to charge with balancing action active for another period. 6) Measure cell every period. Continue to balance if cells are not matched; stop balancing if cells are matched. 7) If cells are not balanced after full charge, continue with balancing action during discharge. 8) Cells become unbalanced more often when the charge time is rapid. 9) Balancing action improves when cells are charged slower. 10) Avoid as much as possible rapid charges and match the balancing action to the charge period while allowing balancing time to take place. Fully charged battery with proper cell balancing algorithm should have more than 90% of its full capacity. 2.4 Protection Protection circuit is very important for battery charger especially for Li-ion or other Lithium-based battery charger. It ensures that the performance of the battery is preserved effectively and protects the battery from overcurrent, over-voltage, under-voltage and also overtemperature. Short-circuit for instance can damage the battery and therefore requires current sensing circuit to monitor the charging current. Once over-current is detected, charging must be stopped immediately, otherwise this will cause damage to both battery and the charger itself. As discussed earlier, over-voltage must be avoided, thus

3 requires precise voltage monitoring circuit to provide the cells voltage status to the microcontroller. Even though in a short run, the voltage of the battery increase as the battery is being charged over the maximum voltage, but in a long run, this can significantly cause reduction in the battery capacity [1]. Under-voltage can also significantly reduce the battery capacity as the battery is allowed to operate under the minimum voltage level of the battery. In fact, certain Li-ion battery has certain operating voltage range; 3.5V to 4.2V for instance. Therefore, the battery must be disconnected from the load and the charger must recharge the battery when the battery has reached the lower voltage limit. Another factor, which is over-temperature, must also be taken into account. Therefore, the battery is ensured to operate within specific temperature range for safety reason. Operating the battery lower than the temperature limit can cause reduction in battery capacity whereas operating the battery higher than the temperature limit increase the internal discharge and cause the battery to discharge at faster rate [4]. In fact, large temperature gradients also contribute to the cell charge mismatch during charging, hence requires temperature monitoring circuit for thermal management. 2.5 Management Unit The purpose of the battery management unit is to control the whole operation of the battery charger. management unit consists of a microcontroller and many sensors. Microcontroller contains charging algorithm, which enables it to determine when to start and stop the charging process. Sensors provide the status of the battery and send it to the microcontroller to be processed in order to charge the battery at the most optimum level. The unit will respond whenever there is any fault occurs and gives an indication of the type of fault [5]. Generally, battery management unit acts as the brain of the battery charger and determines efficiency and performance of the whole system. 2.6 Integration with Linear Generator Specifically, the battery charger is designed to charge Li-ion battery as it is used in linear generator storage system. Since the output of the linear generator is unregulated AC output, therefore it needs to be conditioned first via power conditioning devices, which consist of advanced converter. The converter output, which is regulated DC output, is then stepped down and used to power the battery charger. One of the main functions of the battery is to start the linear generator, in which the battery will draw a high current from all of the battery modules. On the other hand, it can be used as backup power for DC load and also AC load. Once the linear generator is running, it will recharge the battery to the maximum level. charger together with battery management unit should manage to ensure that the battery is always in fully charged condition and ready to be used whenever needed. LINEAR ENGINE LINEAR GENERATOR Fig. 3. Block Diagram of Integrated Linear Generator System 3. BATTERY CHARGER IMPLEMENTATION In order to charge 100 battery cells, it is divided into 10 battery modules that are connected in parallel where 1 module comprises 10 battery cells in series. At any time, only one module is charged which requires total charging current of 3A. Once completed, it will sequentially charge the rest of the battery pack. Figure 4 shows block diagram to charge a battery pack, in which the switching control is required to select a battery module. RECTIFIER 1 CHARGER 2 CC/CV Source BATTERY INVERTER 3 Fig. 4. Charging a Pack DC LOAD AC LOAD 10 In this design, there is only one cell balancing circuit required because of at any time only one battery module

4 can be charged. Therefore, cell balancing circuit will be switched to the corresponding battery module that will be charged. The balancing circuit is designed to shunt almost all charging current to balance cells faster. Thus, the value of shunting resistor must be selected properly and it should be noted that the resistor value must not too small as this will discharge the battery cells even under charging process. In this design, the value of shunting resistor is chosen so that the balancing action can be performed in both charging and discharging. The reason is that, if the battery cells are still unbalanced at the end of charging it could be done by discharging the unbalanced cells only. Balancing action is activated when the microcontroller senses voltage difference between one cell and the others and it is stopped when the voltage equal to the lowest cell voltage. Figure 5 shows charge shunting cell balancing circuit diagram where power mosfet if driven by photovoltaic isolator. the battery module that will be charged. The voltage is measured using unity gain differential amplifier. Figure 6 shows the voltage monitoring circuit diagram. It is noted that measuring the battery cells voltage during charging does not give the actual voltage of the battery due to its effective serial resistance (ESR) and effective serial inductance (ESL). Therefore, the battery cells voltage are measured between current pulses in CC charging mode, whereas in CV charging mode, the charging will be stopped periodically in order to measure the cells voltage. The average value of the ESR for Li-ion battery is small and lies between milliohms whereas the value of inductance is in nanohenries [1]. The smaller value of ESR and ESL, the smaller power dissipated when the battery discharged, and the better the battery is. CC/CV Source CC/CV Source Microcontroller Gate Driver ADC Gate Driver Analog MUX Gate Driver Fig. 5. Charge Shunting Cell Balancing Circuit Diagram The charger has voltage, current and temperature monitoring circuit in order to monitor the battery status as well as charging and discharging process. This information will be sent to the microcontroller for data processing before control action can be executed. In this design, there is also one voltage monitoring circuit used in order to reduce the complexity of the circuit. The circuit shares the same switching circuit as the cell balancing circuit so that it will always be connected to Fig. 6. Voltage Monitoring Circuit Diagram for One Pack Current sensing circuit is designed to give precise charging current especially in order to determine when the charging should be stopped. The design uses current sense chip with linear relationship between charging current and corresponding output voltage, in which the output is then converted into digital data as the output of the voltage monitoring circuit.

5 Temperature monitoring circuit consists of thermistors, which are attached at every single cell where the output voltage is also converted into digital form before it can be sent to the microcontroller. In determining the best charging control algorithm, several experiments are carried out to obtain the actual characteristics of the Li-ion battery under charging and discharging. From the results, the frequency and duty cycle of charging current pulses that will give the most effective result for cell balancing action could be determined. On the other hand, the delay time required for the battery to become stable before its voltage can be measured could also be determined. These factors are very important to design a fast battery charger while keeping all the cells balanced until the end of charging. 4. DESIGN ISSUES Efficiency in cell balancing action is very important issue where all the cells voltage must be highly balanced at the end of CC mode before CV mode is started. Charging at higher rate in CC will not significantly reduced the overall time, but it will cause the battery cells to become unbalanced faster. The charging process also can be optimized by varying the current pulse duration in both charging mode instead of fixed pulse duration. Fig. 7. Development of PIC MCU Program in MPLAB 6.5 Software Using PICBasic Pro Compiler Pulse duration can be made longer in the beginning so that charging becomes faster by reducing the frequency to monitor the cells voltage. Whereas, at the end current pulse duration can be made shorter to monitor cells voltage frequently in order to ensure that all cells are highly balanced. As discussed earlier, temperature gradient may raise safety concern when temperature of the battery increases over limit while charging. Therefore, when the temperature exceeds certain pre-assigned value, the battery can be charged at lower rate to reduce the temperature of the battery. This will require variable current source to charge battery with different charging current, in which depends on the battery condition. Another issue is that the volume and footprint of the charger system is bulky. This is mainly due to the large number of component being used. Currently available single chip solution can only supports typically up to 4 numbers of cells in a string, whereas Li-ion battery charger in the design can charge battery, which consists of 10 numbers of cells in a series string. Fig. 8. Specially Developed Program in Microsoft Visual Basic 6 To Monitor Charging Normally, there are many more issues involved in the design because of many factors need to be considered. Charging method, balancing technique, charging algorithm, battery protection, battery management and

6 AC/DC Converter (Rectifier) Current/Voltage Converter Constant Current (CC) Source Sw itch Short Circuit Protection Safety Fuse Lithium-Ion Pack Optimization Cell Balancing Circuit Unregulated AC output (Linear Generator) Constant Voltage (CV) Source Timer A/D Converter Voltage/ Temperature Sensor Over Voltage/ Under Voltage/ Over Temperature Monitor Microcontroller Fig. 9. Complete Block Diagram of Li-ion Charger implementation are the key factor that determine the performance and efficiency of the Li-ion battery charger. Figure 9 shows the complete block diagram of Li-ion battery charger. 5. CONCLUSION In charging the Li-ion battery, many factors must be considered to ensure that the battery capacity and its cycle life are preserved. The charger must be highly efficient and reliable as it affects the performance of the battery. 6. REFERENCES [1] K.K. Vijeh, Current, voltage and temperature govern Li-Ion battery charging, Online Source, National Semiconductor Corp., May 28, Available: [2] Y. Drory, C. Martinez, The Benefits of Cell Balancing, AN141, Xicor Incorporated. Available: [3] S.W. Moore, P.J. Schneider, A Review of Cell Equalization Methods for Lithium Ion and Lithium Polymer Systems, Society of Automotive Engineers, Inc., [4] Maximizing Life It Takes More than a Gas Gauge, Seminar Notes, Xicor Incorporated. Available: [5] I. A. Khan, Chargers for Electric and Hybrid Vehiches, Power Electronics in Transportation, Proceedings, Oct Page(s): [6] V.L. Teofilo, L.V. Merritt, R.P. Hollandsworth, Advanced Lithium Ion Charger. IEEE AES Magazine, November [7] Intelligent Charger Reference Design, Application Note PICREF-2 DS30451C, Microchip Technology Inc., [8] R. DelRossi, Cell Balancing Design Guidelines, AN231 DS00231A, Microchip Technology Inc., 2002.

The Benefits of Cell Balancing

The Benefits of Cell Balancing The Benefits of Cell Balancing Application Note AN141.0 Author: Yossi Drori and Carlos Martinez Introduction In the world of portable consumer products, the single biggest complaint voiced by the consumer

More information

Optimal Design Methodology for LLC Resonant Converter in Battery Charging Applications Based on Time-Weighted Average Efficiency

Optimal Design Methodology for LLC Resonant Converter in Battery Charging Applications Based on Time-Weighted Average Efficiency LeMeniz Infotech Page number 1 Optimal Design Methodology for LLC Resonant Converter in Battery Charging Applications Based on Time-Weighted Average Efficiency Abstract The problems of storage capacity

More information

INTELLIGENT BALANCING OF SERIES CELLS USING A LOW PROCESSING POWER ALGORITHM

INTELLIGENT BALANCING OF SERIES CELLS USING A LOW PROCESSING POWER ALGORITHM U.P.B. Sci. Bull., Series C, Vol. 80, Iss. 3, 2018 ISSN 2286-3540 INTELLIGENT BALANCING OF SERIES CELLS USING A LOW PROCESSING POWER ALGORITHM Catalin BIBIRICA 1, Cristian SANDU 2, Lucian ENE 3, Mihai

More information

MHP-TA RESETTABLE TCO DEVICE For Lithium Battery Protection

MHP-TA RESETTABLE TCO DEVICE For Lithium Battery Protection MHP-TA RESETTABLE TCO DEVICE For Lithium Battery Protection Littelfuse PolySwitch MHP-TA circuit protection device s thermal activation and other advanced features help provide a cost-effective, space-saving

More information

Chapter 1: Battery management: State of charge

Chapter 1: Battery management: State of charge Chapter 1: Battery management: State of charge Since the mobility need of the people, portable energy is one of the most important development fields nowadays. There are many types of portable energy device

More information

Programming of different charge methods with the BaSyTec Battery Test System

Programming of different charge methods with the BaSyTec Battery Test System Programming of different charge methods with the BaSyTec Battery Test System Important Note: You have to use the basytec software version 4.0.6.0 or later in the ethernet operation mode if you use the

More information

INTRODUCTION. Specifications. Operating voltage range:

INTRODUCTION. Specifications. Operating voltage range: INTRODUCTION INTRODUCTION Thank you for purchasing the EcoPower Electron 65 AC Charger. This product is a fast charger with a high performance microprocessor and specialized operating software. Please

More information

Grouped and Segmented Equalization Strategy of Serially Connected Battery Cells

Grouped and Segmented Equalization Strategy of Serially Connected Battery Cells 5th International Conference on Environment, Materials, Chemistry and Power Electronics (EMCPE 2016) Grouped and Segmented Equalization Strategy of Serially Connected Battery Cells Haolin Li1, a, Guojing

More information

Upgrading from Older Battery Technologies to Lithium Ion (Li-Ion) Systems

Upgrading from Older Battery Technologies to Lithium Ion (Li-Ion) Systems Upgrading from Older Battery Technologies to Lithium Ion (Li-Ion) Systems Battery systems are no longer simply a collection of isolated components, but a complete electro-mechanical structure that plays

More information

80V 300Ah Lithium-ion Battery Pack Data Sheet

80V 300Ah Lithium-ion Battery Pack Data Sheet 80V 300Ah Lithium-ion Battery Pack Data Sheet 80 V, 300 amp-hour capacity, maintenance-free energy storage, IP65 design, fully integrated BMS, integrated fuse and safety relay protection, highly configurable

More information

Cordless Drill Motor Control with Battery Charging Using Z8 Encore! F0830 Reference Design

Cordless Drill Motor Control with Battery Charging Using Z8 Encore! F0830 Reference Design Application Note Cordless Drill Motor Control with Battery Charging Using Z8 Encore! F0830 Reference Design AN025504-0910 Abstract Currently, most hand-held electric drilling machines operating on batteries

More information

Floating Capacitor Active Charge Balancing for PHEV Applications

Floating Capacitor Active Charge Balancing for PHEV Applications Floating Capacitor Active Charge Balancing for PHEV Applications A Thesis Presented in Partial Fulfillment of the Requirements for graduation with Distinction in the Undergraduate Colleges of The Ohio

More information

Solar Power Energy Harvesting Electrical Integration

Solar Power Energy Harvesting Electrical Integration WHITEPAPER Solar Power Energy Harvesting Electrical Integration Contents Introduction... 1 Solar Cell Electrical Characteristics... 2 Energy Harvesting System Topologies... 4 Design Guide... 6 Indoor Single

More information

POWER PROFET A simpler solution with integrated protection for switching high-current applications efficiently & reliably

POWER PROFET A simpler solution with integrated protection for switching high-current applications efficiently & reliably CONTENTS 2 Efficient Alternative 4 Diagnosis and Protection 6 3 Integrated Protection 6 Switching Cycles 7 Power Loss Reduction Improved Power Protection POWER PROFET A simpler solution with integrated

More information

Li-Ion Charge Balancing and Cell Voltage Monitoring for Performance and Safety

Li-Ion Charge Balancing and Cell Voltage Monitoring for Performance and Safety Li-Ion Charge Balancing and Cell Voltage Monitoring for Performance and Safety 2010 Advanced Energy Conference Thomas Mazz Program Manager Aeroflex Inc. Outline / Objectives of this talk Basic advantages

More information

AN-1166 Lithium Polymer Battery Charger using GreenPAK State Machine

AN-1166 Lithium Polymer Battery Charger using GreenPAK State Machine AN-1166 Lithium Polymer Battery Charger using GreenPAK State Machine This note describes the design of a complete charging circuit. A single cell Lithium Polymer (LiPol) battery is charged in two stages:

More information

Time-Division Multiplexed Pulsed Charging of Modular Pb-acid Battery Storage

Time-Division Multiplexed Pulsed Charging of Modular Pb-acid Battery Storage IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 4 Ver. II (Jul Aug. 2014), PP 35-40 Time-Division Multiplexed Pulsed Charging of

More information

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. An Insight into Active Balancing for Lithium-Ion Batteries

European Conference on Nanoelectronics and Embedded Systems for Electric Mobility. An Insight into Active Balancing for Lithium-Ion Batteries European Conference on Nanoelectronics and Embedded Systems for Electric Mobility ecocity emotion 24-25 th September 2014, Erlangen, Germany An Insight into Active Balancing for Lithium-Ion Batteries Federico

More information

Design and Implementation of Lithium-ion/Lithium-Polymer Battery Charger with Impedance Compensation

Design and Implementation of Lithium-ion/Lithium-Polymer Battery Charger with Impedance Compensation Design and Implementation of Lithium-ion/Lithium-Polymer Battery Charger with Impedance Compensation S.-Y. Tseng, T.-C. Shih GreenPower Evolution Applied Research Lab (G-PEARL) Department of Electrical

More information

Battery Power Management

Battery Power Management Battery Power Management for Portable Devices Yevgen Barsukov Jinrong Qian ARTECH HOUSE BOSTON LONDON artechhouse.com Contents Preface xi Acknowledgments xiii Foreword xv 1 Battery Chemistry Fundamentals

More information

Silvertel. Ag Features. Multi-Stage Charging. Battery Reversal Protection. Reduced Power Consumption. Wide DC or AC Input Voltage Range

Silvertel. Ag Features. Multi-Stage Charging. Battery Reversal Protection. Reduced Power Consumption. Wide DC or AC Input Voltage Range Silvertel V1.1 October 2012 Pb 1 Features Multi-Stage Charging Battery Reversal Protection Reduced Power Consumption Wide DC or AC Input Voltage Range High Efficiency DC-DC Converter Programmable Charge

More information

Achieves a high-efficiency conversion of 94% despite being isolated type through digital control

Achieves a high-efficiency conversion of 94% despite being isolated type through digital control We support stable electric power. Supporting Smart Grids Bidirectional DC-DC Converters Achieves a high-efficiency conversion of 94% despite being isolated type through digital control Verification tests

More information

International Journal of of Electrical and and Electronics Engineering Engineering Research and Development (IJEEERD),

International Journal of of Electrical and and Electronics Engineering Engineering Research and Development (IJEEERD), IJEEERD International Journal of of Electrical and and Electronics Engineering Engineering Research and Development (IJEEERD), ISSN Research 2248 and 9282(Print), Development ISSN (IJEEERD), 2248 9290(Online),Volume

More information

THE FORGOTTEN BATTERY, LEAD ACID.

THE FORGOTTEN BATTERY, LEAD ACID. CASE STUDY Our client farms which specialises in slow grown Longhorn Beef. Site owner identified that is is far more commercially viable to sell to the public. The challenge following a grid connection

More information

THE IMPACT OF BATTERY OPERATING TEMPERATURE AND STATE OF CHARGE ON THE LITHIUM-ION BATTERY INTERNAL RESISTANCE

THE IMPACT OF BATTERY OPERATING TEMPERATURE AND STATE OF CHARGE ON THE LITHIUM-ION BATTERY INTERNAL RESISTANCE Jurnal Mekanikal June 2017, Vol 40, 01-08 THE IMPACT OF BATTERY OPERATING TEMPERATURE AND STATE OF CHARGE ON THE LITHIUM-ION BATTERY INTERNAL RESISTANCE Amirul Haniff Mahmud, Zul Hilmi Che Daud, Zainab

More information

Accurate and available today: a ready-made implementation of a battery management system for the new 48V automotive power bus

Accurate and available today: a ready-made implementation of a battery management system for the new 48V automotive power bus Accurate and available today: a ready-made implementation of a battery management system for the new 48V automotive power bus Gernot Hehn Today s personal vehicles have an electrical system operating from

More information

Characteristics of Charging And Discharging of Battery

Characteristics of Charging And Discharging of Battery International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Characteristics of Charging And Discharging of Battery K.V.Muralidhar Sharma 1, Karthik N 2 1 A.P Department Of Mechanical Engg,

More information

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles

Analysis and Design of the Super Capacitor Monitoring System of Hybrid Electric Vehicles Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 90 94 Advanced in Control Engineering and Information Science Analysis and Design of the Super Capacitor Monitoring System of Hybrid

More information

Solar Smart Classrooms by Using at Mega 328 Microcontroller

Solar Smart Classrooms by Using at Mega 328 Microcontroller Solar Smart Classrooms by Using at Mega 328 Microcontroller Prof. Mr. Pravin R. Bodade 1 ; Mr. Ashish S. Balpande 2 ; Miss. Ashwini G. Kumare 3 ; Mr. Kartik R. Bhudke 4 & Miss. Pranali P. Deshmukh 5 1

More information

Technology for Estimating the Battery State and a Solution for the Efficient Operation of Battery Energy Storage Systems

Technology for Estimating the Battery State and a Solution for the Efficient Operation of Battery Energy Storage Systems Technology for Estimating the Battery State and a Solution for the Efficient Operation of Battery Energy Storage Systems Soichiro Torai *1 Masahiro Kazumi *1 Expectations for a distributed energy system

More information

Application Note. DA1468x Battery Charging AN-B-035

Application Note. DA1468x Battery Charging AN-B-035 Application Note AN-B-035 Abstract This document describes the battery charging operation for a lithium-ion or lithium-polymer battery using the DA1468x device. Contents Abstract... 1 Contents... 2 Figures...

More information

SONNENSCHEIN LITHIUM INDUSTRIAL BATTERIES / MOTIVE POWER

SONNENSCHEIN LITHIUM INDUSTRIAL BATTERIES / MOTIVE POWER SONNENSCHEIN LITHIUM INDUSTRIAL BATTERIES / MOTIVE POWER FEATURES AND TECHNOLOGY The Intelligent Energy Source Maximizing Your Productivity GNB's traction batteries based on Lithium-ion technology are

More information

Power Management Solution: Constant Voltage (CV) Pulse Charging of Hybrid Capacitors

Power Management Solution: Constant Voltage (CV) Pulse Charging of Hybrid Capacitors VISHAY BCCOMPONENTS www.vishay.com Aluminum Capacitors By Gerald Tatschl ENYCAP TM 196 HVC SERIES GENERAL INFORMATION Rechargeable energy storage solutions are of high interest because of their flexibility,

More information

BMS 12/200 for 12,8 Volt lithium iron phosphate batteries Especially designed for vehicles and boats

BMS 12/200 for 12,8 Volt lithium iron phosphate batteries Especially designed for vehicles and boats BMS 12/200 for 12,8 Volt lithium iron phosphate batteries Especially designed for vehicles and boats www.victronenergy.com Why lithium-iron phosphate? Lithium-iron-phosphate (LiFePO4 or LFP) is the safest

More information

Development and Analysis of Bidirectional Converter for Electric Vehicle Application

Development and Analysis of Bidirectional Converter for Electric Vehicle Application Development and Analysis of Bidirectional Converter for Electric Vehicle Application N.Vadivel, A.Manikandan, G.Premkumar ME (Power Electronics and Drives) Department of Electrical and Electronics Engineering

More information

Protection of Power Electronic Multi Converter Systems in AC and DC Applications

Protection of Power Electronic Multi Converter Systems in AC and DC Applications Protection of Power Electronic Multi Converter Systems in AC and DC Applications Prof. Norbert Grass Technische Hochschule Nürnberg, Institute for Power Electronic Systems, Nuremberg, Germany, Norbert.Grass@th-nuernberg.de

More information

Presented at the 2012 Aerospace Space Power Workshop Manhattan Beach, CA April 16-20, 2012

Presented at the 2012 Aerospace Space Power Workshop Manhattan Beach, CA April 16-20, 2012 Complex Modeling of LiIon Cells in Series and Batteries in Parallel within Satellite EPS Time Dependent Simulations Presented at the 2012 Aerospace Space Power Workshop Manhattan Beach, CA April 16-20,

More information

APPLICATION NOTE ELECTRONIC LOADS

APPLICATION NOTE ELECTRONIC LOADS ELECTRONIC LOADS Testing EV Chargers and Batteries using Electronic DC Loads Introduction After several years of rapid developments and investments in new battery and electric traction technologies, the

More information

Xtalin Accumulator Monitoring System and. Xtalin Accumulator Balancing System devices

Xtalin Accumulator Monitoring System and. Xtalin Accumulator Balancing System devices www.xtalin.com lagler@xtalin.com Xtalin Accumulator Monitoring System and Xtalin Accumulator Balancing System devices Datasheet - Public Table of content 1. List of abbreviations... 4 2. List of all AMS

More information

Industrial Batteries / Motive Power

Industrial Batteries / Motive Power Industrial Batteries / Motive Power Battery System Highlights > Fast Charge in 1 hour > 4000 cycles at 80% depth of discharge > Full system supply, BMS, modules, tray and charger»the high productivity,

More information

Modeling Reversible Self-Discharge in Series- Connected Li-ion Battery Cells

Modeling Reversible Self-Discharge in Series- Connected Li-ion Battery Cells Modeling Reversible Self-Discharge in Series- Connected Li-ion Battery Cells Valentin Muenzel, Marcus Brazil, Iven Mareels Electrical and Electronic Engineering University of Melbourne Victoria, Australia

More information

Lithium Ion Battery Charger for Solar-Powered Systems

Lithium Ion Battery Charger for Solar-Powered Systems Lithium Ion Battery Charger for Solar-Powered Systems General Description: The is a complete constant-current /constant voltage linear charger for single cell Li-ion and Li Polymer rechargeable batteries.

More information

A Battery Smart Sensor and Its SOC Estimation Function for Assembled Lithium-Ion Batteries

A Battery Smart Sensor and Its SOC Estimation Function for Assembled Lithium-Ion Batteries R1-6 SASIMI 2015 Proceedings A Battery Smart Sensor and Its SOC Estimation Function for Assembled Lithium-Ion Batteries Naoki Kawarabayashi, Lei Lin, Ryu Ishizaki and Masahiro Fukui Graduate School of

More information

Technical Note. Management of Sealed Lead Acid Batteries in Reliable Small DC Standby Power Supply Systems

Technical Note. Management of Sealed Lead Acid Batteries in Reliable Small DC Standby Power Supply Systems Technical Note Management of Sealed Lead Acid Batteries in Reliable Small DC Standby Power Supply Systems Automation Products Introduction As more and more remote monitoring is installed on sites ranging

More information

Ultracapacitor/Battery Hybrid Designs: Where Are We? + Carey O Donnell Mesa Technical Associates, Inc.

Ultracapacitor/Battery Hybrid Designs: Where Are We? + Carey O Donnell Mesa Technical Associates, Inc. Ultracapacitor/Battery Hybrid Designs: Where Are We? + Carey O Donnell Mesa Technical Associates, Inc. Objectives Better understand ultracapacitors: what they are, how they work, and recent advances in

More information

LM3647 Reference Design User s Manual

LM3647 Reference Design User s Manual LM3647 Reference Design User s Manual GENERAL DESCRIPTION The LM3647 is a charge controller for Nickel-Cadmium (Ni- Cd), Nickel-Metal Hydride (Ni-MH) or Lithium-Ion (Li-Ion) batteries. The device uses

More information

LX2206 Dual Level Li-Ion Battery Charger

LX2206 Dual Level Li-Ion Battery Charger Dual Level Li-Ion Battery Charger Manufactured by: Microsemi Corporation Integrated Product Group Garden Grove, Telephone: 714 898-8121 More than solutions enabling possibilities PRODUCT DESCRIPTION The

More information

Lithium Ion Medium Power Battery Design

Lithium Ion Medium Power Battery Design Bradley University Lithium Ion Medium Power Battery Design Project Proposal By: Jeremy Karrick and Charles Lau Advised by: Dr. Brian D. Huggins 12/10/2009 Introduction The objective of this project is

More information

Application Note CTAN #127

Application Note CTAN #127 Application Note CTAN #127 Guidelines and Considerations for Common Bus Connection of AC Drives An important advantage of AC drives with a fixed DC is the ability to connect the es together so that energy

More information

Final Year Project Final Presentation Title: Energy Conversion for low voltage sources.

Final Year Project Final Presentation Title: Energy Conversion for low voltage sources. Final Year Project Final Presentation Title: Energy Conversion for low voltage sources. Supervisor: Dr.Maeve Duffy Aim of Project The aim of this project was to develop circuits to demonstrate the performance

More information

Ag Features. Multi-Stage Charging. Solar Panel or DC Input. Maximum Power Point Tracking (MPPT) Very Low Power Consumption

Ag Features. Multi-Stage Charging. Solar Panel or DC Input. Maximum Power Point Tracking (MPPT) Very Low Power Consumption Datasheet Ag103 Intelligent Sealed Lead Acid Solar Battery Charger Module Pb 1 Features Multi-Stage Charging Solar Panel or DC Input Maximum Power Point Tracking (MPPT) Very Low Power Consumption Wide

More information

Super Brain 989 The Pinnacle of Performance with Power to Spare User s Manual Model Rectifier Corporation

Super Brain 989 The Pinnacle of Performance with Power to Spare User s Manual Model Rectifier Corporation Super Brain 989 The Pinnacle of Performance with Power to Spare User s Manual Temperature sensor jack Sensor included Model Rectifier Corporation Please read this entire manual including all Safety Cautions,

More information

Switching & Protecting Electronics in Battery-Powered Systems

Switching & Protecting Electronics in Battery-Powered Systems Switching & Protecting Electronics in Battery-Powered Systems By Pinkesh Sachdev Product Marketing Engineer, Mixed Signal Products Linear Technology Corp. Introduction Battery-powered electronics poses

More information

PT8A mA Li-ion/Polymer Battery Charger

PT8A mA Li-ion/Polymer Battery Charger Features A Constant-Current / Constant-Voltage Linear Charger for Single-Cell Li-ion/Polymer Batteries Integrated Pass Element and Current Sensor Highly-Integrated, Requiring No External FETs or Blocking

More information

Care and Feeding of Rechargeable Batteries. Chris Capener March 1, 2012

Care and Feeding of Rechargeable Batteries. Chris Capener March 1, 2012 Care and Feeding of Rechargeable Batteries Chris Capener March 1, 2012 Battery Types Lead Acid Nickel-Based NiCd NiMH LSD Li-ion Battery Charging Lead Acid Nickel-based Battery Packs Analyzers & Chargers

More information

Investigations into methods of measuring the state of health of a nickel-cadmium Industrial Battery

Investigations into methods of measuring the state of health of a nickel-cadmium Industrial Battery Investigations into methods of measuring the state of health of a nickel-cadmium Industrial Battery Anthony Green, SAFT, France AUTHOR BIOGRAPHICAL NOTES Anthony Green graduated from the University of

More information

Silvertel. Ag Features. Multi-Stage Charging. Battery Reversal Protection. Reduced Power Consumption. Wide DC or AC Input Voltage Range

Silvertel. Ag Features. Multi-Stage Charging. Battery Reversal Protection. Reduced Power Consumption. Wide DC or AC Input Voltage Range Silvertel V1.3 October 2009 Datasheet Intelligent Pb 1 Features Multi-Stage Charging Battery Reversal Protection Reduced Power Consumption Wide DC or AC Input Voltage Range High Efficiency DC-DC Converter

More information

RESEARCH IN CHARGING PARAMETERS OF BATTERIES FOR TWO-WHEEL ELECTRIC VEHICLES

RESEARCH IN CHARGING PARAMETERS OF BATTERIES FOR TWO-WHEEL ELECTRIC VEHICLES ENGNEERNG FOR RRAL DEVELOPMENT Jelgava, 29.-35.2014. RESEARCH N CHARGNG PARAMETERS OF BATTERES FOR TWO-WHEEL ELECTRC VEHCLES Dainis Berjoza, nara Jurgena Latvia niversity of Agriculture dainis.berjoza@llu.lv,

More information

K. Surendhirababu *, D. Karthikeyan *, K. Vijayakumar *, K. Selvakumar * and R. Palanisamy *

K. Surendhirababu *, D. Karthikeyan *, K. Vijayakumar *, K. Selvakumar * and R. Palanisamy * I J C T A, 9(37) 2016, pp. 827-835 International Science Press Simulation and Implementation of Hybrid Solar Inverter using Synchronous Buck MPPT Charge Controller and Bidirectional Converter for Domestic

More information

DT V 800mA Standalone Linear Li-ion Battery Charger FEATURES GENERAL DESCRIPTION APPLICATIONS ORDER INFORMATION

DT V 800mA Standalone Linear Li-ion Battery Charger FEATURES GENERAL DESCRIPTION APPLICATIONS ORDER INFORMATION GENERAL DESCRIPTION The DT7102 is a highly integrated 5V 800mA Li-ion battery linear charging management device with standby indicator output. The DT7102 charges a battery in three phases: trickle charging,

More information

Exercise 3. Battery Charging Fundamentals EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Charging fundamentals

Exercise 3. Battery Charging Fundamentals EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Charging fundamentals Exercise 3 Battery Charging Fundamentals EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the effects of charge input, charge rate, and ambient temperature on the voltage

More information

New energy for the future

New energy for the future World Class Charging Systems E x c e l l e n t T e c h n o l o g y, E f f i c i e n c y a n d Q u a l i t y New energy for the future Lithium-ion energy systems for the materials handling industry LIONIC

More information

Smart Batteries and the Intersil X3100

Smart Batteries and the Intersil X3100 Smart Batteries and the Intersil Application Note AN127.0 Author: Carlos Martinez, Yossi Drori and Joe Ciancio Introduction Smart Batteries today are a requirement for the latest high performance portable

More information

Charles Sullivan, Associate Professor, Thayer School of Engineering at Dartmouth

Charles Sullivan, Associate Professor, Thayer School of Engineering at Dartmouth FORMULA HYBRID SAFETY TUTORIAL FUSING Charles Sullivan, Associate Professor, Thayer School of Engineering at Dartmouth Purpose of Fusing Fuses interrupt current in a circuit when the current exceeds a

More information

Smart Battery Management System with Active Cell Balancing

Smart Battery Management System with Active Cell Balancing Indian Journal of Science and Technology, Vol 8(19), DOI: 10.17485/ijst/2015/v8i19/76695, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Smart Battery Management System with Active Cell

More information

Batteries generally classifies into two main groups: primary and secondary battery types. Primary batteries are

Batteries generally classifies into two main groups: primary and secondary battery types. Primary batteries are Battery types Batteries generally classifies into two main groups: primary and secondary battery types. Primary batteries are disposable batteries that cannot be recycled, and the secondary is the rechargeable

More information

HX6038 HX

HX6038 HX HX1001 Advanced Linear Charge Management Controller Features Preset 8.4V Charge Voltage with 1% Accuracy Input Voltage: 9V-16V Pre-Charging, the Charge Current is Programmable Charge Current Up to 1A adjustable

More information

CONSONANCE CN mA USB-Compatible Lithium Battery Charger. General Description: Features: Applications: Pin Assignment

CONSONANCE CN mA USB-Compatible Lithium Battery Charger. General Description: Features: Applications: Pin Assignment CONSONANCE 500mA USB-Compatible Lithium Battery Charger CN306 General Description: The CN306 is a complete constant-current /constant voltage linear charger for single cell lithium rechargeable battery.

More information

Optimizing Battery Accuracy for EVs and HEVs

Optimizing Battery Accuracy for EVs and HEVs Optimizing Battery Accuracy for EVs and HEVs Introduction Automotive battery management system (BMS) technology has advanced considerably over the last decade. Today, several multi-cell balancing (MCB)

More information

800mA Lithium Ion Battery Linear Charger

800mA Lithium Ion Battery Linear Charger GENERAL DESCRIPTION is a complete CC/CV linear charger for single cell lithium-ion batteries. it is specifically designed to work within USB power Specifications. No external sense resistor is needed and

More information

Charging and Discharging Method of Lead Acid Batteries Based on Internal Voltage Control

Charging and Discharging Method of Lead Acid Batteries Based on Internal Voltage Control Charging and Discharging Method of Lead Acid Batteries Based on Internal Voltage Control Song Jie Hou 1, Yoichiro Onishi 2, Shigeyuki Minami 3, Hajimu Ikeda 4, Michio Sugawara 5, and Akiya Kozawa 6 1 Graduate

More information

Lithium battery charging

Lithium battery charging Lithium battery charging How to charge to extend battery life? Why Lithium? Compared with the traditional battery, lithium ion battery charge faster, last longer, and have a higher power density for more

More information

Super Brain 969 Pro AC/DC Delta Peak Charger with Dual Output and Discharge Function Instruction Manual Model Rectifier Corporation

Super Brain 969 Pro AC/DC Delta Peak Charger with Dual Output and Discharge Function Instruction Manual Model Rectifier Corporation Super Brain 969 Pro AC/DC Delta Peak Charger with Dual Output and Discharge Function Instruction Manual Model Rectifier Corporation Please read this entire manual, including all Safety Cautions and Warnings

More information

ELECTRICAL BATTERIES FOR RENEWABLE ENERGY

ELECTRICAL BATTERIES FOR RENEWABLE ENERGY ELECTRICAL BATTERIES FOR RENEWABLE ENERGY Abstract The lead acid battery is the most used in industry. It s advantageous to use because of its low cost. Modern renewable energy systems need batteries to

More information

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b Applied Mechanics and Materials Vols. 300-301 (2013) pp 1558-1561 Online available since 2013/Feb/13 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.300-301.1558

More information

Robert Strong P.E. Critical Facilities Technology

Robert Strong P.E. Critical Facilities Technology Robert Strong P.E. Critical Facilities Technology Li-ion Battery Technology vs. VRLA 10X 60% Less Footprint 4X Expected Life 70% Less Weight Only 2X Initial CAPEX AND # of Cycles 50% TCO Savings over 12

More information

Battery Management Systems and Their Role in Safety and Reliability

Battery Management Systems and Their Role in Safety and Reliability Battery Management Systems and Their Role in Safety and Reliability Part 2 presented by Chris Ewert from Ewert Energy Systems, a designer of BMS systems for large format lithium batteries Outline What

More information

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) Proceedings of the 2 nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 ISSN 0976 6545(Print)

More information

Energy Storage. 9. Power Converter Demo. Assoc. prof. Hrvoje Pandžić. Vedran Bobanac, PhD

Energy Storage. 9. Power Converter Demo. Assoc. prof. Hrvoje Pandžić. Vedran Bobanac, PhD Energy Storage 9. Power Converter Demo Assoc. prof. Hrvoje Pandžić Vedran Bobanac, PhD Lecture Outline Rechargeable batteries basics Power converter for experimenting with rechargeable batteries Rechargeable

More information

POWER ELECTRONICS AND SYSTEM TECHNOLOGIES FOR ENERGY SUPPLY

POWER ELECTRONICS AND SYSTEM TECHNOLOGIES FOR ENERGY SUPPLY POWER ELECTRONICS AND SYSTEM TECHNOLOGIES FOR ENERGY SUPPLY Prof. Dr. Lothar Frey, Fraunhofer IISB SEMICON Europa, TechARENA, Dresden, October 7, 2015 A Strategic Core Competence of the Fraunhofer Group

More information

A New Approach on Battery Management Systems

A New Approach on Battery Management Systems Keywords A New Approach on Battery Management Systems J Chatzakis, K Kalaitzakis, N C Voulgaris Technical University of Crete, Chania, Greece Tel: 302821037210, 302821037213, fax: 302821037530 e-mail:

More information

BOOST POWER 1212 Product Description

BOOST POWER 1212 Product Description BOOST POWER 1212 Product Description Contents 1 Introduction...4 2 General Description...4 2.1 Compatibility with standard Lead-Acid Batteries... 4 3 Battery Performance...5 3.1 Discharge Capability...

More information

NeverDie Battery Management System Section 1: Overview

NeverDie Battery Management System Section 1: Overview Section 1: Overview PURPOSE: A Battery Management System or BMS Protects the Battery From Being Damaged by External Sources A BMS Protects the User and the External Sources from a Failed Battery A BMS-Based

More information

Automobile Hybrid Air Conditioning Technology

Automobile Hybrid Air Conditioning Technology Automobile Hybrid Air Conditioning Technology Y.P.B.YEUNG 1 K.W.E.CHENG 1 W.W.CHAN 1 C.Y.LAM 1 W.F.CHOI 1 T.W.NG 1 1 Department of Electrical Engineering, the Hong Kong Polytechnic University, Hong Kong

More information

EXPERIMENTAL VERIFICATION OF INDUCED VOLTAGE SELF- EXCITATION OF A SWITCHED RELUCTANCE GENERATOR

EXPERIMENTAL VERIFICATION OF INDUCED VOLTAGE SELF- EXCITATION OF A SWITCHED RELUCTANCE GENERATOR EXPERIMENTAL VERIFICATION OF INDUCED VOLTAGE SELF- EXCITATION OF A SWITCHED RELUCTANCE GENERATOR Velimir Nedic Thomas A. Lipo Wisconsin Power Electronic Research Center University of Wisconsin Madison

More information

Phosphate-base Lithium-ion Battery Pack Model:LFP V 1350Ah Product Specifications Lithium Energy Solution 1/8

Phosphate-base Lithium-ion Battery Pack Model:LFP V 1350Ah Product Specifications Lithium Energy Solution 1/8 Phosphate-base Lithium-ion Battery Pack Model:LFP1350-48 48V 1350Ah Product Specifications Lithium Energy Solution 1/8 1. Product overview LFP1350-48 Products are mainly for customized development of high

More information

High Efficiency Battery Charger using Power Components [1]

High Efficiency Battery Charger using Power Components [1] APPLICATION NOTE AN:101 High Efficiency Battery Charger using Power Components [1] Marco Panizza Senior Applications Engineer Contents Page Introduction 1 A Unique Converter Control Scheme 1 The UC3906

More information

Polymer-Lithium-Ion Cell Charger

Polymer-Lithium-Ion Cell Charger Datasheet AC12050615A Polymer-Lithium-Ion Cell Charger Features: 1000mA Fast Charge Capability Low Cost, Highly Reliable 5.5V to 20V DC Input Voltage Deep-Discharge Battery Preconditioning Intelligent

More information

BASIC MECHATRONICS ENGINEERING

BASIC MECHATRONICS ENGINEERING MBEYA UNIVERSITY OF SCIENCE AND TECHNOLOGY Lecture Summary on BASIC MECHATRONICS ENGINEERING NTA - 4 Mechatronics Engineering 2016 Page 1 INTRODUCTION TO MECHATRONICS Mechatronics is the field of study

More information

Double Protection Charger for Li-Ion Battery

Double Protection Charger for Li-Ion Battery Page000379 EVS25 Shenzhen, China, Nov 5-9, 2010 Double Protection Charger for Li-Ion Battery Shuh-Tai Lu 1, Ren-Her Chen 2, Wun-Tong Sie 3, and Kuen-Chi Liu 1 1 Computer Science and Information Engineering,

More information

CONSONANCE CN3051A/CN3052A. 500mA USB-Compatible Lithium Ion Battery Charger. General Description: Features: Pin Assignment.

CONSONANCE CN3051A/CN3052A. 500mA USB-Compatible Lithium Ion Battery Charger. General Description: Features: Pin Assignment. CONSONANCE 500mA USB-Compatible Lithium Ion Battery Charger CN3051A/CN3052A General Description: The CN3051A/CN3052A is a complete constant-current /constant voltage linear charger for single cell Li-ion

More information

Lithium-ion Battery Charging System using Constant-Current Method with Fuzzy Logic based ATmega16

Lithium-ion Battery Charging System using Constant-Current Method with Fuzzy Logic based ATmega16 International Journal of Power Electronics and Drive System (IJPEDS) Vol. 5, No. 2, October 2014, pp. 166~175 ISSN: 2088-8694 166 Lithium-ion Battery Charging System using Constant-Current Method with

More information

Energy Storage. Lithium Batteries

Energy Storage. Lithium Batteries Energy Storage Lithium Batteries 48V 500AH Lithium Ion Battery Model : LIB S1 M1 4,246,935 The Smart Battery 48V 500AH Lithium Ion Battery features an automatic built in battery protection system (BPS)

More information

INSTALLATION INFORMATION

INSTALLATION INFORMATION INSTALLATION INFORMATION BMS ZE6000i-PCBT.xxxx / ver. 2 Programmable battery management system for Lithium Ion battery cells, for up to 32 round or prismatic cells, 10 to 400Ah NOTE: This installation

More information

Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl

Technical Article. How to implement a low-cost, accurate state-of-charge gauge for an electric scooter. Manfred Brandl Technical How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred Brandl How to implement a low-cost, accurate state-of-charge gauge for an electric scooter Manfred

More information

DYNAMIC BOOST TM 1 BATTERY CHARGING A New System That Delivers Both Fast Charging & Minimal Risk of Overcharge

DYNAMIC BOOST TM 1 BATTERY CHARGING A New System That Delivers Both Fast Charging & Minimal Risk of Overcharge DYNAMIC BOOST TM 1 BATTERY CHARGING A New System That Delivers Both Fast Charging & Minimal Risk of Overcharge William Kaewert, President & CTO SENS Stored Energy Systems Longmont, Colorado Introduction

More information

Integrated Battery Management System Combining Cell Voltage Sensor and Leakage Sensor

Integrated Battery Management System Combining Cell Voltage Sensor and Leakage Sensor Technical Digest Integrated Battery Management System Combining Cell Voltage Sensor and Leakage Sensor Integrated Battery Management System Combining Cell Voltage Sensor and Leakage Sensor Shingo TSUCHIYA

More information

HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS

HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS 2013 NDIA GROUND VEHICLE SYSTEMS ENGINEERING AND TECHNOLOGY SYMPOSIUM POWER AND MOBILITY (P&M) MINI-SYMPOSIUM AUGUST 21-22, 2013 TROY, MICHIGAN HIGH VOLTAGE vs. LOW VOLTAGE: POTENTIAL IN MILITARY SYSTEMS

More information

PT1054 Lithium Ion Battery Linear Charger

PT1054 Lithium Ion Battery Linear Charger GENERAL DESCRIPTION PT1054 is a complete CC/CV linear charger f or single cell lithium-ion batteries. it is specifically designed to work within USB power Specifications. No external sense resistor is

More information

Module-Integrated Power Electronics for Solar Photovoltaics. Robert Pilawa-Podgurski Power Affiliates Program 33rd Annual Review Friday, May 4th 2012

Module-Integrated Power Electronics for Solar Photovoltaics. Robert Pilawa-Podgurski Power Affiliates Program 33rd Annual Review Friday, May 4th 2012 Module-Integrated Power Electronics for Solar Photovoltaics Robert Pilawa-Podgurski Power Affiliates Program 33rd Annual Review Friday, May 4th 2012 Solar Photovoltaic System Challenges Solar Photovoltaic

More information