Electronic – arduino – Different voltage solar panels in parallel

arduinodiodessolar cellvoltage

I'm using a solar panel to power an Arduino + a LiPo battery charger. I'd like to increase the amount of current at the same voltage, so would like to wire up a second solar panel in parallel to the current one.

The panels are slightly different:

One is a 6V; the other an 8V.

Assuming my charger can take the voltage (it can), is there anything special I need to do to wire these in parallel? Do I need blocking diodes on both?

EDIT: I'm reopening this because putting these panels in parallel did not work. I'm certain of the wiring, and each individual panel works fine, but putting them together drops the voltage down to <1V. I'm assuming the voltage imbalance is creating some kind of issue. Is this something that can be addressed with additional (simple) circuitry, or should I just buy another matching panel?

Best Answer

Putting the two dissimilar panes in parallel is not a good idea. Mostly, the higher voltage panel will deliver most of the current and the low voltage panel does little.

If the two panels have similar current ratings but different voltage rating, you can put them in series to get the sum of the voltages at the single current rating. Then use a switching power supply to buck the higher voltage down to what you want. For maximum voltages under 30 V, it's actually not hard to make your own buck converter. There are many off the shelf chips that you only need to add a inductor, diode, and a few other parts too. You can even make your own with a microcontroller if you want to learn more about buck converters.