LibreSolar / mppt-2420-rc

Solar/Wind MPPT charge controller for DIN rail mounting
Creative Commons Attribution Share Alike 4.0 International
15 stars 3 forks source link

boost mode operation? #11

Closed BernhardEllmann closed 4 years ago

BernhardEllmann commented 4 years ago

I'm still wondering, if / why the controller can operate in boost mode (solar panel @18 V; Battery @ 36)

If I understood you correctly on the phone, this would involve connecting the battery to the HV side, and the solar panel to the LV side. But then the current would have opposite direction, right?

Is there any tutorial available?

martinjaeger commented 4 years ago

Yep, see here: https://learn.libre.solar/development/dcdc_converter.html

The reverse polarity protection MOSFET will be switched on as soon as the DC/DC power stage is switched on. And if you use a connector where you can't connect the converter in reverse polarity, you can even use the terminal that goes directly to GNDPWR (marked W- for wind negative terminal).

BernhardEllmann commented 4 years ago

nice. But it does mean that the MOSFETs have to be able to cope with bidirectional current, right? What about the in-built diodes in the MOSFETs, as indicated in the wiring symbols?

martinjaeger commented 4 years ago

A MOSFET that is switched on does not care about the direction of current flow. And when it's off, current can only go in one direction (through the body diode). And that's the same direction as you would have in a non-synchronous buck or boost converter.

BernhardEllmann commented 4 years ago

ok, I think I got it now, thank you!