To increase the time you have the lamps will light at night you have to add a supplemental battery to store enough charge to run the lights at night after the batteries in the individual lamps would have run down to a point that they need help, they need a little boosting power at night.
So you need three things: A buck converter to convert your wallwart power to the voltage of a reserve battery. You can make the battery with individual cells to make a battery from 3 to about 12V.
Now you need to charge the reserve battery. This is where the either a simple single IC voltage regulator or a buck converter would be most efficient to do this job using the wallwart, if required during the day. The solar cell may be able to do most of the job, with the wallwart taking up the slack.
You can buy a dry lead-acid battery and just float charge it with a simple single regulator IC, a 4-component LM317 regulator to set the maximum "float" charging voltage to approx 13.6 Volts. You can charge this lead-acid cell with your solar cells using a boost converter, if enough sunlight is available.
If your 16V wallwart is efficient, there may be little or no need to turn it off when charging is complete, since the charging circuit will basic draw very little power.
Next, you need to convert the energy in the reserve battery to a voltage compatible with each of the individual lamps. You need to convert the reserve battery voltage down to 1.7V.
For this you will need an efficient buck regulator to convert the reserve battery voltage, which might be anywhere in the range from 3 to 13.6V to the 1.7 Volts needed to supply the lamps at night.
A simple one IC switcher module can be easily built on breadboard or purchased on ebay for just a few bucks that will do this step-down job well and reliably.
If you don't want to use a 12V lead-acid battery, you can still use the wall wart with a step down buck converter to charge a two or three Li-Ion 16850 cells in parallel to 4V of charge or else make a battery >= 3V out of a number of series-parallel connected rechargeable NiMH cells. You can attempt to charge this reserve battery with the output of the solar cell with a boost converter.
You can use a boost converter to convert the output of the solar cell to charge the reserve battery instead of the wallwart, but, as necessary, switch to the wallwart if the charge is not complete by late afternoon or cloudy days.
At some time in the afternoon, if the reserve battery is not fully charged, then you use the wallwart, You turn it on with a timer/relay to bring the reserve battery up to full charge by the above stated methods.
In this way, the solar cell and the lamps' individual batteries will do their best to supply energy to the reserve battery and lamps during the night while the reserve battery with a buck converter will supplement the lamp batteries with steady 1.7V power to keep things lit all night long.
To save the maximal amount of energy by this scheme, a simple Arduino or PIC MCU circuit could be used to manage the timing of this circus, getting feedback from a photo sensitive device to sense sunlight and A2D circuits to measure voltages and timers to and turn on/off the wallwart as required. It is really a quite simple program to write even for a beginner using an Arduino.
If programming a MCU seems to intimidate you too much, a simple mechanical timer can turn on and off the wallwart to charge the reserve battery, so then you only have to buy a step down buck converter and a step up boost converter from ebay.
So you need three things: A buck converter to convert your wallwart power to the voltage of a reserve battery. You can make the battery with individual cells to make a battery from 3 to about 12V.
Now you need to charge the reserve battery. This is where the either a simple single IC voltage regulator or a buck converter would be most efficient to do this job using the wallwart, if required during the day. The solar cell may be able to do most of the job, with the wallwart taking up the slack.
You can buy a dry lead-acid battery and just float charge it with a simple single regulator IC, a 4-component LM317 regulator to set the maximum "float" charging voltage to approx 13.6 Volts. You can charge this lead-acid cell with your solar cells using a boost converter, if enough sunlight is available.
If your 16V wallwart is efficient, there may be little or no need to turn it off when charging is complete, since the charging circuit will basic draw very little power.
Next, you need to convert the energy in the reserve battery to a voltage compatible with each of the individual lamps. You need to convert the reserve battery voltage down to 1.7V.
For this you will need an efficient buck regulator to convert the reserve battery voltage, which might be anywhere in the range from 3 to 13.6V to the 1.7 Volts needed to supply the lamps at night.
A simple one IC switcher module can be easily built on breadboard or purchased on ebay for just a few bucks that will do this step-down job well and reliably.
If you don't want to use a 12V lead-acid battery, you can still use the wall wart with a step down buck converter to charge a two or three Li-Ion 16850 cells in parallel to 4V of charge or else make a battery >= 3V out of a number of series-parallel connected rechargeable NiMH cells. You can attempt to charge this reserve battery with the output of the solar cell with a boost converter.
You can use a boost converter to convert the output of the solar cell to charge the reserve battery instead of the wallwart, but, as necessary, switch to the wallwart if the charge is not complete by late afternoon or cloudy days.
At some time in the afternoon, if the reserve battery is not fully charged, then you use the wallwart, You turn it on with a timer/relay to bring the reserve battery up to full charge by the above stated methods.
In this way, the solar cell and the lamps' individual batteries will do their best to supply energy to the reserve battery and lamps during the night while the reserve battery with a buck converter will supplement the lamp batteries with steady 1.7V power to keep things lit all night long.
To save the maximal amount of energy by this scheme, a simple Arduino or PIC MCU circuit could be used to manage the timing of this circus, getting feedback from a photo sensitive device to sense sunlight and A2D circuits to measure voltages and timers to and turn on/off the wallwart as required. It is really a quite simple program to write even for a beginner using an Arduino.
If programming a MCU seems to intimidate you too much, a simple mechanical timer can turn on and off the wallwart to charge the reserve battery, so then you only have to buy a step down buck converter and a step up boost converter from ebay.
Last edited: