USB li-ion battery charger

Li-ion cells become more and more popular due to their capacity and reasonable prices. In this entry I will show how to build a simple li-ion battery charger based on MCP73831 chip. It's a quite useful device for DYI projects,in addition its cost is only around 1,5 euro.

The device uses USB port as a power supply (mini-USB connector). I use the standard gold-pins as an output socket. There're three of them, but only two are used (looking on the image, counting from top: V+, V-). I will design my li-ion based devices in the same way (same socket, but female), then if I will connect it in the incorrect direction (rotated 180 degrees) they won't be damaged (V- connected to V-, but V+ connected to n/c pin) - simple way to avoid plugging in an incorrect way.

LED indicates if battery charging is in progress.

Pay attention to connection polarity, li-ion batteries can burn or explode if connected incorrectly. Never leave battery unattended while charging is in progress.

The PCB could be smaller, but it's made in this shape according to chip's documentation, additional copper space is used to dispatch heat produced during charging. The documentation mentioned 2-side layout, but I used only one side. The copper was coated by using Lichtenberg's alloy, so heat dispersion is improved - it seems that it's enough.

Eagle files can be downloaded from my GitHub.

That's all, I will use this for my . I will also have to thing about some DC/DC converter for them (to obtain 5V from li-ion battery), but that's a different story.

8 comments:

  1. Really usefull thanks for your post

    ReplyDelete
  2. ....32 and 2 LED

    ReplyDelete
  3. Is there any provision for monitoring battery temp?

    ReplyDelete
    Replies
    1. No.

      You may be interested in the bq240x family of chips.
      http://www.ti.com/lit/ds/symlink/bq24022.pdf

      Delete
  4. An alternative to the power plug is to connect both outside pins to negative, then the center one to positive. Then, on the plug going to the powered device, connect the center pin to positive and either of the outside pins to negative. Regardless of orientation, polarity will be correct.

    ReplyDelete