LiPo Battery Charging plus boost (3.7V to 5V) Options

I’m currently using the Adafruit PowerBoot 500 Charger or the PowerBoost 1000 Charger. Both of these work for me (I expect I’ll only need 500mA load capacity). My real concern is cost and so I’m looking for something cheaper.

I’d like to know what others are using. Essentially the requirements are:

  1. 3.7v LiPo battery charger with protections (over current, under voltage etc.). Turn off output if Battery voltage is low
  2. 5V input for charging
  3. 5V output capable of handling 500mA load
  4. Smart load sharing (that is when possible, charge the battery and provide power to the load)

@shiv, TI makes several LiPo charger/booster chips that would be suitable. LTC also has some and I suspect STM and Maxim may also. The problem I had was the cost of doing singles or low volume was high so the Adafruit board was more economical. At volume, the TI parts may be worth considering. :smile:

Yes TI has the best Battery management chips and documentation that I have come across.

TI has evaluation boards for all their chips so if you find one you like you can just buy an evaluation board which will allow you to get up and running quickly.

It would probably be easier to find what your looking for if you using a battery that has over & under voltage, and short circuit protection built into the battery. Then the chip will not need to be battery management chip also.

TI carries a ton of solutions that should meet your needs.

1 Like

Yes, I should have mentioned that I'm looking to reduce cost for if/when volume increases, but also $15-20 seems high even for 1 off numbers. I need to get back into making PCBs and then learning/working with SMD (never done that before). Looking raw components and datasheets gets a bit frustrating because I don't have the skills to work with SMDs yet :wink: But thanks for the links though.

I found this on ebay Power Bank Boost plate and PCM for 3.6V 3.7V LiIon LiPo Battery to 5V 1.5A, it seems similar in function to the PowerBoot chargers.

I also found this on eBay DC-DC Converter Step Up Boost Module 1A 3V to 5V. I could use this in conjunction with a LiPo charger (TP4056).

That’s all you need: http://www.ebay.com/itm/220712755881

There are other versions online also so there is some selection out there.

2 Likes

Hey @RWB, while I have your attention :smiley: I plan on using a Solar panel (VoltaicSystems). They produce 6V typical (as per their specs). Would these boards work? Or is there possibility of damaging the LiPo. I'm guessing since they have to have a CC and CV mode, these board should be fine. What are your thoughts?

It depends on the input voltage range of the charging chip that is built into the board you be using.

The voltaic solar panel will have a voltage with no load “Voc” in the 7v range probably and that may or may not be OK with the chip on the board your using. I would say try it out and see what happens. Worst case is you fry a $10 board.

I would bet that it would work just fine but I’m not sure.

Look around at all the different USB battery boards out there and I’m sure there will be one that will work.

1 Like

Thank you @RWB. I’ll post here on my findings. It’ll be a couple of weeks at least before I receive those boards.

2 Likes

Hello,
I check many websites and I couldn’t find any pcb board that is mounted in regular power banks
I need converter and booster in one board something similiar to powerbooster 1000C but at least 2.5A currect charge for Li-poly battery 16000mAh.

DO you have any suggestions?

@marcin

Here are some single cell battery protection circuits: http://www.batteryspace.com/pcbfor37vpack.aspx

They also carry some single cell LIPO’s with the protection circuit built in.

@RWB, I believe @marcin is looking for a charger/booster that can charge at a 2.5A rate and use a boost regulator to produce 5v, much like the Adafruit Powerboost 1000c.

@peekay123 @marcin

This may charge up to 2 Amps if you change the resistors that control charge current. I would ask the person selling the board how to properly change the charging current to what you want.

https://www.tindie.com/products/ceech/lipo-charger--boost-converter-5v-33v-outputs/?pt=full_prod_search

1 Like

Thank you @peekay123 ! That is correct, I’m looking for something similiar to power boost 1000C but with higher efficiency. The board that you send is not enough for my needs. It has maximum Current charge equal 550mA.
I am looking for board which could provide me constant Iout (current power consumption) and battery charge around 2,5A.

The charge current can be adjusted up to 2 amps.

I see, it seems perfect to my project. However it doesn’t day anything about multiple drawing from I charge 2A + 1,2A constantly from 5V which in total it should give 3,2A, right?

Thanks a lot for answers!

Funny - this discussion seems to be looking at the one bit I’m missing…

So in the above we’ve been discussion uninterruptibles to include Pi3 etc - so 2 amps… and I’ve gone so far as to to the control side with a cheap NANO and even cheaper display (the latter isn’t essential)… works a treat - sitting on my desk now - but two issues - the 1 amp unit I’m using is pushing it’s luck and (probably as I don’t know where to stick a wire) I have no control over the output other than to use a relay - which is what I am using - would be way better if I could turn the output on and off with a logic level… If anyone has any ideas etc by all means chip into the conversation.

You just want a 2 Amp 5v output from a 3.7v LIPo battery input with the ability to turn the 5v OFF or ON based on a logic level enable pin?

Actually I missed a very important part of that out - I need a stable 5v to run the Nano - if the battery didn’t go all the way up to 4v one could run the nano straight off it… so right now I have a power supply that puts out under 2 amps, shuts itself off at 2.9v battery but can’t seem to come up under full load when the power comes back on - so I’m using the NANO to shut off the Pi before the battery gets that low - and warning the Pi in the process with an output so it can shut down gracefully - then - when the battery gets all the way back to around 3.7v I turn the main output on and the Pi starts up - this way it is impossible for the Pi to get caught out or end up stuck in the off state… but I’m using the 5v to power the Nano and the 5v relay (as they use MUCH less power, the supply will start from a flat battery and provide 5v when it is able.

In a wonderful world I’d have 2 5v outputs - one very low power able to run as soon as the battery can handle it - the other under logic control that the NANO could bring in when it decided the battery had enough power.

So the things that seem to be wrong with many of the supplies out there- include one or more of the following:
(a) not enough output - i.e. 1amp
(b) inability to provide both output and simultaneous charge
© inability to go from flat battery to turning on full output without the output being disconnected at first.
(d) cost prohibitive

The control side with or without display - easy - the bits above - not so easy for me.

Not quite the simple answer I guess you asked for :smile: