5

Possible Duplicate:
Charging 3 AAs in series

My batteries charger is not working, but I have an AC to DC transformer that can output different voltages.

If I connect two 1.5v (rechargeable) batteries in series, and I send 3 volts through them using the AC to DC transformer...

Will they recharge?

The batteries are AA Nh 2000mAh

I know I should buy a new batteries charger, but it's weekend and I need some charged batteries today.

privaems
  • 51
  • 1
  • 1
  • 2
  • 2
    If you want to rush this, then don't do it. NiMH batteries need constant current charge and you have constant voltage source. The procedure to convert it would be too complicated if you don't have the right components available (and I'm guessing that you don't based on the way your question is written). Directly connecting the batteries may end badly for them or it may not, but if it does, it can end very badly. The safest thing right now is to wait until the store opens and you can get a new charger. – AndrejaKo Jan 28 '12 at 22:14
  • If you aren't here for a quick fix, then I'm sure people here will be able to explain how to make a constant current charger for the batteries. – AndrejaKo Jan 28 '12 at 22:15
  • 2
    And here is one about using constant current charging: http://electronics.stackexchange.com/questions/8744/voltage-input-for-charging-nimh-batteries – Kellenjb Jan 28 '12 at 23:36
  • 2
    Another one about battery charging: http://electronics.stackexchange.com/questions/12815/battery-voltage-while-charging – Kellenjb Jan 28 '12 at 23:36
  • 2
    And another: http://electronics.stackexchange.com/questions/20128/charging-3-aas-in-series – Kellenjb Jan 28 '12 at 23:37
  • 2
    And finally one more: http://electronics.stackexchange.com/questions/4888/what-are-the-basics-of-making-a-rechargeable-battery-pack – Kellenjb Jan 28 '12 at 23:37

1 Answers1

4

The batteries will recharge, but probably too quickly, which would damage or destroy them. A proper charger will limit current going into the batteries to less than 1 x the "C rate" for a fast charge (1 hour charge), which in your case would be 2000mA. The batteries would stay healthier if charged more slowly, say 400mA (5-hour charge) or 200mA (10-hour charge). This is to say nothing of how you determine when to stop charging, which is complicated for NiMH and can be difficult to do right even with a chip making the decision.

A battery's voltage varies widely, depending on how full it is, whether and how fast it's being charged or discharged, its temperature, age, previous usage, and so on. NiMH is fully discharged at around 0.9-1.0V per cell and probably won't go much higher than 1.6V per cell during charging, but in between those voltages you can't tell a lot about the state of charge from voltage alone. You can't tell when to end charging by looking at a voltmeter.

If you know the batteries are dead and just want to get some charge into them, not a full charge, you could in desperation (or as a hobbyist experiment) connect the AC adapter set to 5V to the batteries through a 10 ohm 1 Watt resistor, which would limit current to approx. I=V/R or I=(5.0-2.0V)/10ohm or 0.3A for a roughly 7-hour charge rate, while also allowing voltage at the battery to float. The current into the battery wouldn't be constant, but it would be limited, which is what really matters.

You'd want to disconnect the charger from the batteries before they get overcharged, and since the only meaningful measurement you've got is time, you'd want to stop charging after 6-7 hours, maybe much sooner, depending on how worried you are about destroying the batteries. A 7-hour charge is for fully discharged batteries. If you have no idea how full the batteries are then you'd want to shorten the charge time so there's less risk of overcharging and ruining them. For a first test you might try only charging them for 1 hour and see how much runtime you get.

Such an experiment is unwise if you don't care about electronics and just want some charged batteries in the house. It'd be faster and safer get a new charger at the nearest drugstore, hardware store, or electronics store, as they're readily available for $10-20.

Matt B.
  • 3,805
  • 2
  • 24
  • 28