Solar charger (simple)

user warning: Unknown column 'i18n.language' in 'where clause' query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='fr' OR i18n.language ='' OR i18n.language IS NULL) AND ( b.theme = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) )ORDER BY b.region, b.weight, b.module in /var/alternc/html/o/orangeseeds/usr/drupal-6/modules/block/block.module on line 456.

This is a simple solar charger circuit that can be used to charge up NiMH batteries. It contains no mechanism for current regulation and has not been thoroughly tested, so it should be used with caution. The method is basically a retranscription of the following article.

Ingredients

Total batteries voltage should be lower that the solar panel's maximum voltage but ideally there should never be more than a 5-7V difference. In a typical application I would use a 4-5V solar panel with 3 x 1.2V batteries = 3.6 V.

Note: Most of the circuits described in Accrochages use low-voltage circuits that can run with 3-4 V. The needed number of batteries and solar cell's voltage must be adapted to the circuit.

Instructions

Charge the NiMH batteries once with a charger, especially if they have never been used or have not been used in a long time. The circuit is very simple and is described in the schematics in attachment to this page. The solar cell and the batteries are plugged in parallel into the circuit that needs to be fed. The diode avoids the current from flowing back to the solar cell during nighttime. A resistor can be added between the solar cell and the batteries to avoid the solar cell from damaging the batteries (optional, has not been tested).

References

Commentaires

The 10% rule

This post tells us that to avoid overcharging batteries we must try to keep the solar panels output current at max 10% of the batteries max current e.g. to charge 1700mA batteries we should use max. 170mA solar panels.

Nice link

A nice tutorial on solar circuits that gives more details on the subject