element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Power & Energy
  • Technologies
  • More
Power & Energy
Forum Lithium-ion charging schemes, or modules?
  • Blog
  • Forum
  • Quiz
  • Documents
  • Polls
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 7 replies
  • Subscribers 286 subscribers
  • Views 1217 views
  • Users 0 members are here
  • dc-dc
  • management
  • controller
  • power_management
  • lithium_ion
  • Design
  • battery
  • Technology
  • power_supply
  • power_conversion
  • power
  • power.power
Related

Lithium-ion charging schemes, or modules?

Eavesdropper
Eavesdropper over 14 years ago
For an ongoing project of mine, I want to add energy storage to the system. I would like to use lithium-ion batteries for now, due to the joule density and price. However, I have never designed a charger for lithium-ion, or any battery for that matter, and need some guidance.
 
 
What are some schemes for charging?
Off the shelf products that I could just drop into a system?
Or links to some resources on the subject?
 
 
Some background on the project. I have an intermittent supply. I want to be able to charge the battery and run a load off the supply or battery at the same time.
 
 
Any help would be appreciated.
 
 
E
  • Sign in to reply
  • Cancel
Parents
  • Former Member
    Former Member over 14 years ago

    I had a similar project (adding storage to an existing system, requiring bumpless transfer between external and internal power sources) and selected NiMH. Your Li-ion situation will have significant differences and things may work just fine, but perhaps it's prudent to consider the possibility that it will be a lot harder than you expect!

     

    I had two significant issues that will apply to your situation. The first is reliable end-of-charge detection. Lead acid batteries are a luxury in this department - the coarse voltage changes are easy to detect. For Li-ion and NiMH however, detection of full charge is much more subtle. In particular you will need a very good measurement of cell voltage (in the order of 10mV resolution) and most likely a very stable measure of cell temperature. These are not difficult per se, but if you combine the noise and duration of a switched mode charging circuit operating for hours on end, it's not hard to fall foul to the occasional measurement glitch, environmental drift or battery cell variation. In other words, keep your voltage and temperature measurement circuits neat and tidy!

     

    The other problem was switching between power sources. Again, seems simple on the surface, but since the cell voltage of your batteries change over their charge cycle, you could be switching from and to a variety of different voltages. Additionally, the charging power supply might in one instance only be supplying the batteries and in another, suppling the batteries and the load. Consider early in the design whether it would be worthwhile putting a regulated DC-DC converter between your power supplies and the load. It may turn out that two DC-DC converters are required. Then of course you need to consider max current draw from the load and carefully evaluate the hold-up capabilities of the power supply variations.

     

    I used the BQ2005 chip from TI for battery charging (and the BQ2010 for state-of-charge display). It was far from idiot-proof, but did the job in the end. There was still a consider amount of external circuitry to design, mostly to do with the switched mode power supply and signalling between the two chips.

     

    Hysteresis was handled using a p-channel MOSFET plus a couple of schottky diodes to create an OR of the power sources. The MOSFET's gate was driven using the external power supply via a resistive divider. The resistive divider was tuned to ensure that switch over from internal to external power source and vice-versa was done before the load voltage dropped too far. This negated the need for significant capacitance to hold up the load voltage - a relatively standard amount of capacitance on the output of the DC-DC converter was enough.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 14 years ago

    I had a similar project (adding storage to an existing system, requiring bumpless transfer between external and internal power sources) and selected NiMH. Your Li-ion situation will have significant differences and things may work just fine, but perhaps it's prudent to consider the possibility that it will be a lot harder than you expect!

     

    I had two significant issues that will apply to your situation. The first is reliable end-of-charge detection. Lead acid batteries are a luxury in this department - the coarse voltage changes are easy to detect. For Li-ion and NiMH however, detection of full charge is much more subtle. In particular you will need a very good measurement of cell voltage (in the order of 10mV resolution) and most likely a very stable measure of cell temperature. These are not difficult per se, but if you combine the noise and duration of a switched mode charging circuit operating for hours on end, it's not hard to fall foul to the occasional measurement glitch, environmental drift or battery cell variation. In other words, keep your voltage and temperature measurement circuits neat and tidy!

     

    The other problem was switching between power sources. Again, seems simple on the surface, but since the cell voltage of your batteries change over their charge cycle, you could be switching from and to a variety of different voltages. Additionally, the charging power supply might in one instance only be supplying the batteries and in another, suppling the batteries and the load. Consider early in the design whether it would be worthwhile putting a regulated DC-DC converter between your power supplies and the load. It may turn out that two DC-DC converters are required. Then of course you need to consider max current draw from the load and carefully evaluate the hold-up capabilities of the power supply variations.

     

    I used the BQ2005 chip from TI for battery charging (and the BQ2010 for state-of-charge display). It was far from idiot-proof, but did the job in the end. There was still a consider amount of external circuitry to design, mostly to do with the switched mode power supply and signalling between the two chips.

     

    Hysteresis was handled using a p-channel MOSFET plus a couple of schottky diodes to create an OR of the power sources. The MOSFET's gate was driven using the external power supply via a resistive divider. The resistive divider was tuned to ensure that switch over from internal to external power source and vice-versa was done before the load voltage dropped too far. This negated the need for significant capacitance to hold up the load voltage - a relatively standard amount of capacitance on the output of the DC-DC converter was enough.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube