1

Can I indefinitely charge NiMH batteries through a current source that limits just below the battery voltage?

More specifically, the battery is a 400mAh 14.4V pack and the supply is 15V but after a small resistance (25 ohms DCR of an inductor), the current source pass transistor and a Schottky diode the current source will stop supplying current when the battery terminal voltage reaches ~14.2V. Meaning the current source will supply about C/11.8 (34mA) until the battery charges enough to where Vbe of the pass transistor decreases such that current settles on something that maintains some voltage (hopefully in the upper 13V range but I'm just doing LTSpice at this point).

So can I leave the battery under the above described condition indefinitely or will the slight positive pressure reduce battery life?

squarewav
  • 1,440
  • 1
  • 14
  • 33

1 Answers1

3

At first, NiMH cells did not have a catalyst to recombine H2 and O2 liberated during even mild overcharging, and seals would rupture from gas pressure. Most NiMH now contain a catalyst to reunite the gases, releasing heat and water (as do catalytic lighters).

As long as the charge rate is low (less than C/40... I use C/100), a NiMH cell with catalyst can be left on maintenance charging indefinitely, so in that case, current limiting is better than voltage limiting. Current limiting also protects a battery from further damage should a cell short: a 14 V battery with one dead cell could not charge above 13 V, but would receive full current from a voltage-limited-only charger.

DrMoishe Pippik
  • 3,634
  • 5
  • 13
  • Thanks @DrMoishe. So I suppose my method is worth a try then. In my scenario voltage limiting is current limiting since the 14.2V limit of the current source is below the nominal voltage of the pack. A shorted cell would be a problem. But the whole pack would just be discarded anyway. So as long as there's no danger of something bursting open and making a mess (which seems unlikely at C/11.8) I think I can overlook that for now. – squarewav Oct 13 '20 at 05:36
  • 2
    Hi DrMoishe, regarding: "*Most NiMH now contain a catalyst to reunite the gases*" User *Russell McMahon* has done lots of research. In various answers e.g. [here](https://electronics.stackexchange.com/a/56843), [here](https://electronics.stackexchange.com/a/123750), [here](https://electronics.stackexchange.com/a/276650) & [here](https://electronics.stackexchange.com/a/41648) he discusses NiMH batteries & reports that modern NiMH (especially larger-capacity) cells are more likely *not* to have the catalyst that would allow long-term trickle charging, and would be damaged by that. Any thoughts? – SamGibson Oct 13 '20 at 14:45
  • 2
    @SamGibson, thanks for the *caveat*! Though I haven't done research, my experience is with "AA" (HR6) ~2,000 mAh cells *only*, and all brands I've used, including low self-discharge Eneloop, withstand 1/100 C for years with no noticeable degradation. Of course, that does *not* apply to other cells. – DrMoishe Pippik Oct 13 '20 at 17:47
  • 2
    @squarewav, two *caveats*: 1. A comment above warns some new cells do *not* have the recombination catalyst. 2. Even with catalyst, continuous charging at C/12 *could* burst cells, but is not likely to cause a large leak of alkaline electrolyte, and is not a fire hazard, at least for smaller "flashlight" size cells.. (Overcharging Li cells, on the other hand, *is* far more dangerous.) – DrMoishe Pippik Oct 13 '20 at 17:54
  • Interesting comments. I'm using 2/3AAA 400 mAh so I might still get away with this. But long term it sounds like I should move to a PIC so that I can code around problems. – squarewav Oct 14 '20 at 02:19