Make a simple battery capacity test

I want to check the capacity of maybe (40) 26650 cylindrical lithium iron cells at once. I planned to charge them all to exactly the peak rated voltage of 3.6, then hopefully making a circuit where individual cells would be discharged at an exact rate and to the exact rated low voltage I think 2.5v. And timed.

I know little about electronics and initially was hoping to just use an led as the load and the indicator but think they don’t open circuit at an exact voltage and a transistor is maybe needed

if you want to time it, then you will need a constant current load, which an LED is not without some external circuitry, an op amp, a sense resistor and a mosfet could make an alternative constant current load without too much complexity, with a second op amp to detect when the under voltage threshold has been reached, and disable the load / maybe flag a buzzer so you know one is ready?

The currents are low so you can get away with quite cheap mosfets, use a cheap quad op amp package so they are shared across 2 channels, and power externally,

1 Like

You have used up all my free support for the next few months or so.

2 Likes

lithium ion. Cheaper to manufacture, one less r.

I’m thinking I can get away with just a resistor as a load. It would vary as the voltage drops but it will do that consistently from cell to cell and I’ll be able to compare in that way

then I’d just need a simple timer and way to get that timer and the discharging to stop at a very accurate voltage.

This problem is much more complex than you think. A small led many run for days or weeks. The test needs to reflect fa actual battery usage. If you want a av rapid test, the load will get hot.

As @iabarry points out, a standard LED might safely dissipate say around 100mW (20mA at 5v) and your 26650 batteries should be good for 5000mAH so your LEDs might run for as long as 250hrs. 10 days later… :slight_smile:

There are quite a few designs for battery capacity testers knocking around on the internet - some more complex but others pretty simple to build. I have not tested or validated either of these so ymmv.

There is a straightforward example here https://www.instructables.com/id/DIY-Arduino-Battery-Capacity-Tester-V20/ which has a schematic to follow on the website. Might make a good KiCad starter project.

There is a rather more full featured design here which is in my notebook as something to build when I get some spare time. http://www.vwlowen.co.uk/arduino/battery-tester/battery-tester.htm

1 Like

There are very cheap electronic loads available from AliExpress and the like, even with logging capabilities, they willl serve you better than a resistor and a LED

Some examples:
150W
https://de.aliexpress.com/item/32821877897.html?spm=a2g0o.productlist.0.0.4a197f9cwrDDX5&algo_pvid=32aac2d0-2db4-419f-adde-58e9c1183a1b&algo_expid=32aac2d0-2db4-419f-adde-58e9c1183a1b-1&btsid=0ab6f82315892869395701232e62ed&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_

15W
https://de.aliexpress.com/item/4000026696876.html?spm=a2g0o.productlist.0.0.4a197f9cwrDDX5&algo_pvid=32aac2d0-2db4-419f-adde-58e9c1183a1b&algo_expid=32aac2d0-2db4-419f-adde-58e9c1183a1b-4&btsid=0ab6f82315892869395701232e62ed&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_

35W
https://de.aliexpress.com/item/32686933876.html?spm=a2g0o.productlist.0.0.4a197f9cwrDDX5&algo_pvid=32aac2d0-2db4-419f-adde-58e9c1183a1b&algo_expid=32aac2d0-2db4-419f-adde-58e9c1183a1b-27&btsid=0ab6f82315892869395701232e62ed&ws_ab_test=searchweb0_0,searchweb201602_,searchweb201603_

For a DIY version with a bit of background:
https://www.youtube.com/watch?v=CtzgRFZtyB4&feature=youtu.be

https://www.instructables.com/id/DIY-Adjustable-Constant-Load-Current-Power/

Disclamer: I haven’t tested any of them and do now know how good they will work.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.