Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Over-voltage protection for device with photovoltaic cell source

+2
−0

I have a solar panel rated for 6V open-circuit and up to 150mA. I would like to connect this to an SPV1040 or similar buck-boost converter with MPPT functionality to be able to charge a 3.6V battery under cloudy conditions.

The problem is that the SPV1040 has a maximum input voltage of 5.5V, while the panel is rated for 6V and I have measured up to 7.5V in sunny conditions. Of course, 6V is an open-circuit specification and the 7.5V measurement was open-circuit as well. I read that the maximum power point is usually around 75% of the open-circuit rating, which would give 4.5V which is below the 5.5V maximum rating of the SPV1040.

Would it still be necessary or sensible to place a zener diode voltage regulator in front of the SPV1040 to make sure the input voltage will not exceed 5.5V? If so, is it necessary to have a resistor in series with the zener diode to limit the current? I can imagine that since the power source is current limited anyway this may not be needed, and I don't want to waste power in the resistor in the common case that the zener diode is not dissipating any power. So, given the 6V open-circuit and a 5.5V zener diode that can handle 150mA, do I need the resistor in this circuit?

Example circuit: a DC power source, resistor, zener diode, and DC/DC-converter. The resistor and zener diode form a typical voltage regulator for the DC/DC-converter, to limit the

Or am I going about this wrong and is another type of over-voltage protection preferable?

(I have also looked for other buck-boost converters with MPPT functionality and a wider input voltage range, but without success. There is the LTC3119, but it is far more complex (and expensive). Other chips with a higher maximum input voltage typically also have a higher minimum input voltage, which is not ideal; or they are only available in packages that I wouldn't be able to solder by hand.)

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

2 answers

+1
−0

If you don't care about efficiency of the overall system, then a zener to limit the voltage will work. You are right in that a series resistor is not needed since the source is power-limited.

One problem with a zener is finding one guaranteed to limit the voltage to the 5.5 V maximum while not getting in the way under normal operation. If the normal operating voltage is 4.5 V as you mention, then you only have 1 V of room for the knee, tolerance, and to find the right voltage in the first place. That might be tough.

Keep the power dissipation in mind. The absolute maximum is (6 V)(150 mA) = 900 mW. That's unrealistic, but you don't really know what fraction of that the zener will end up dissipating. You should make sure the zener can handle the power even with the switcher disconnected. I'd use a 2 W zener. Fortunately that's not hard to find.

Or am I going about this wrong and is another type of over-voltage protection preferable?

My first reaction is to find the right MPPT chip for the solar panel you have. I haven't looked so don't know what's available, but something that can handle up to 8 V in would work nicely without kludges like artificially clamping the panel voltage.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

+0
−0

This IC is not well suited for the task.

MPPT (Maximum Power Point Tracking) relies on matching impedance according to the maximum power transfer theorem. However, in the case of a photovoltaic array (PV), it functions as a current source with a voltage limit (Voc) and a short circuit limit (Isc). The load line representing Voc/Isc=Rmpp, which is the effective incremental resistance at the maximum power point (MPP), is transferred due to the MPT theorem. However, unlike in 50 ohm systems with 50% loss, this is a current source, resulting in a different scenario.

The incremental resistance is not Vmpp/Impp, but rather the derivative or slope of the V vs I curve at MPP.

This information is not commonly taught, but is based on personal experience. It is worth noting for professors.

If you refer to the quadratic points on the MPT curve on Wikipedia, you will find that at full sun, Vmpp/Voc is approximately 82%, and this drops to 72% at half sun. Therefore, if Voc=7.2V, 82% of this is 5.9V, which is close to the MPP voltage for full sun. Ideally, to transfer this current to a battery, a 5 to 6V battery without an MPP is desired.

There are better plots but this shows the Voc, Ioc and MPP quadratic set of points. Take your Voc values and scale them to choose the % of Voc for the MPT point or MPP.

You can use a suitable 6V battery to store enough energy for a few days then a MOSFET LDO with a much less than 0.5V min. dropout.

Image alt text

What this means is you average solar current, voltage or power must exceed the average load of your application to sustain 5V. There is no lossy tracking of MPPT but rather using the best 5 to 6.5V battery to store linear charging and then never draw more average energy than being supplied. The LDO ought to have a heatsink if you need a power burst that raises it's temperature and use your Thermodynamic thermal resistance rules.

For a 150 mA PV array, I think this is a sensible open loop design.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

I need this especially during poor conditions when the panel won't yield 6V by far (3 comments)

Sign up to answer this question »