29

I am currently using AA batteries in my projects but would like to look at cell batteries for my next project, due to their compactness.

Apart from the physical appearance, how do cell batteries differ from the more chunky AA batteries? (I am guessing the mAH would suffer for example?)

Mr. Hedgehog
  • 2,127
  • 4
  • 24
  • 30

3 Answers3

26

Let me sum up your limitations of a CR2032:

  1. 10mA is about the max current you want to pull from a single, it is easy to put them in parallel, but a large amount of testing(more than 2000 batteries worth) has confirmed this.*
  2. They can be purchased to have 400mAh, the less current you pull the closer to this it will be, pulling more then 1mA decreases this a decent bit.**
  3. Under a 1mA load they will decay all the way to 1.5V before they fail, they will be at 2.7V almost right away.
  4. You can measure an almost full voltage on them with a multimeter when they are dead. This is solved by placing a load on them.***
  5. If you are lazy, it is very easy to tell how much charge they have left by how much they make your tongue tingle. Your tongue acts as the load and measures. This is probably by far the easiest way to test them, although it does pull a decent bit of current.

I think Thomas wrote a good answer, I just thought it might be helpful to give some details of the coin cells since it seems you have used AA quite a bit.

*Wikipedia says up to 15mA pulsed, but we confirmed that up to 1mA shows a nearly consistent capacity.

**Wikipedia shows a standard that is a bit lower, but my company would always purchase 400mAh or 450mAh CR2032. When you buy a "standard battery" you can expect 200mAh it seems.

*** People often will measure batteries without load, when someone tells you on a project that ran out of power early, ensure their original battery measurement was under load, very easy mistake.

Kevin Reid
  • 7,524
  • 1
  • 26
  • 44
Kortuk
  • 13,412
  • 8
  • 62
  • 85
16

I'll compare against alkaline AA's and lithium CR2032's as these are the most likely candidates to replace each other. However, they have several differences:

  1. Coin cells are usually 3V, instead of 1.5V.
  2. Coin cells can only deliver a few mA before the voltage drops too low - you can power an LED with them at most.
  3. Coin cells have significantly less capacity, you'd be lucky to get 100mAh out of a coin cell whereas 2000mAh isn't unusual for a good AA and even the cheapies will do >1000mAh.
  4. Coin cells are usually more expensive per cell compared to an AA cell.
  5. Their terminal voltage characteristic is to keep a stable voltage (>2.7V) for a long time before dropping very quickly, whereas alkalines generally fall to ~0.9V before dropping out completely. This can create difficulties for low battery warning circuits. Here's an image that shows what I mean: alt text
Thomas O
  • 31,786
  • 58
  • 184
  • 322
  • 1
    I can get the chinese made CR2032 at 3USD per strip of 8 (2USD each, weird economics, I know). But the capacity and discharge are very tight constraints in your design. – J.P.Wack Oct 26 '10 at 17:12
  • I picked up a blister pack of 12 cells for £3.50, or about $5.50, which is 45 cents each, but I can pick up AA alkalines for about half of that. – Thomas O Oct 26 '10 at 17:26
  • we pay 5 cents per CR2032 where I work. – Kortuk Oct 26 '10 at 19:45
  • 1
    We have done a large amount of testing and I have to disagree with 3 and 5. I do not know AA costs well enough. – Kortuk Oct 26 '10 at 19:47
  • We purchase CR2032 that have a capacity of 400mAh.
  • – Kortuk Oct 26 '10 at 19:48
  • We watch them degrade to 1.5 where we no longer get valuable power out of them. They do it in a rather easy to measure fashion if you load them while measuring.
  • – Kortuk Oct 26 '10 at 19:49
  • Hmm, interesting. Are these your typical lithium manganese cells or special types? Most coin cells I've found drop very suddenly near the end of the cell's life. – Thomas O Oct 26 '10 at 20:01
  • 1
    These were standard. It has a curve close to the one you have the lower the load. as the load increases it goes closer and closer to linear. – Kortuk Oct 26 '10 at 20:07
  • It probably has something to do with increasing internal resistance of the battery as the chemical reaction ages, but this doesn't matter for small loads. – Thomas O Oct 26 '10 at 20:24
  • 2
    Yes, the way that a battery fails is not by a decrease in voltage, but an increase of internal resistance. – Kortuk Oct 27 '10 at 15:19