Charging batteries with Solar energy

Posted by Matthew Mon, 10 Apr 2006 12:25:00 GMT

Depending on the application, charging batteries can be complex process. Charging methods range from constant voltage to pulsed and random charging. Once power is being delivered back into the battery, you have to know when to stop charging!

Once a battery is fully charged, the charging current has to be dissipated somehow. The result is the generation of heat and gasses both of which are bad for batteries. The essence of good charging is to be able to detect when the reconstitution of the active chemicals is complete and to stop the charging process before any damage is done.

Typically, common household batteries are charged with a current that is kept constant and relieved when the batteries reach a predetermined potential. However, solar cells typically generate a constant voltage of 0.5V and a varying current that depends on the amount of collected light. As such, a consant voltage charging model is easier to implement. I found two respectable tutorials on building your own charger:

  1. AA Battery Solar Charger
  2. Clean Power’s Solar battery project charger

Solar cell array

The first solution uses a diode to stop the batteries from discharging when there is no sunlight. I highly reccomend including this protection. Unfortunately, neither project implements a charge limit. You have to remove the batteries and test their charge with a multimeter. A shunt regulator is the simplest way to regulate the upper limit.

Solar battery charger schematic

Posted in  | Tags ,  | 4 comments

Powering LEDs costs mere pennies

Posted by Matthew Tue, 07 Feb 2006 19:07:00 GMT

Lately the hoopla concerning LED lighting has been overwhelming. Everyone claims this costs mere pennies to power. I decided to put a new twist on a classic science experiment to prove that LEDs do cost pennies to power. Literally.

An LED powered by pennies.

Read more...

Posted in  | Tags , , ,  | 34 comments

Low-Cost battery monitor chip

Posted by Matthew Thu, 26 Jan 2006 01:53:00 GMT

The MCP100-XXX family of integrated circuits is designed to monitor a voltage source for drops below a hard-coded voltage. The chips are intended to reset a microcontroller whenever the voltage drops. However, the output can be directly routed to an LED (low-battery indicator) or sent to an input pin of a microcontroller for monitoring as described in Electronic Design.

The program simply monitors RB0. If there’s a logic 0 on that input, the program flashes pin 17 (LED), indicating to the user that the battery voltage is below 3.15 V dc.

Block Diagram of MCP100 chip

Block diagram of the MCP100

Check out the MCP100/101 datasheet for details. In small quanties, these chips can be had for 33 cents.

Posted in  | Tags  | no comments