Switching between battery voltage and solar voltage to control load. in solar charger?

pushu
pushu Registered Users Posts: 1
Hi to all, we know as a new kind of energy, solar energy has three characteristics: universality, harmlessness and great sex. I have a certain understanding of the principle of solar cells, and I have been working on my current project. I have several shortcomings to seek some help. The situation is following, I designed a solar charge controller using arduino and MOSFET IRF9530 http://www.kynix.com/Detail/2118/IRF9530.html . Main purpose was to charge 12V 7aH battery and then control the load. Here load is a solar blinker which needs 12v and around 1Amp. Following is the schematic of the circuit. The circuit is working fine.

In the above circuit, resistor R1 R2 are used as voltage divider to sense the solar voltage by reading the analog values of A0 pin. If the solar voltage is good, then digital pin D1 is turned on, so MOSFET conducts solar volts to battery and battery starts charging. By reading the analog values at A1 pin, we can read the battery voltage and if battery voltage is good then turning on the digital pin D2 will start the load.

Later on I thought of modifying the circuit in such a way that if the sun light is good and we are getting enough voltage from panel, then turn on the load using solar voltage and keep charging the battery. If there is no sunlight & battery has enough voltage, then the load will be using battery voltage. So I made the following changes:

Changes which I have done is that I added another pair of transistor and mosfet and connected them to digital pin3. SO if there is a good solar voltage and I want to turn on the load using solar voltage then I will make the D2 low and D3 high so solar volts will be given to the load via 7812 because I don't want to give higher voltages like 19-20v to the load. If there is no sunlight, then D3 will be low and D2 will be high to give battery voltage to load. I have used the diode D2 D3 to block the voltage.

To control the switching of load between solar and battery voltage, I have written folling code in arduino:
if(solVolt > 14 )
{
 //Its a bright day & we are receiving full sunlight
 //so turn on the load using solar voltage
 digitalWrite(solarLoadPin,HIGH);
 digitalWrite(batteryLoadPin,LOW);
 digitalWrite(solarLed, HIGH);
 digitalWrite(batteryLed, LOW);
}
else if(solVolt < 12 && batVolt > 12.4)
{
 //Its a dark night and we are not receiving sunlight
 //so turn on the load using battery voltage
 digitalWrite(solarLoadPin,LOW);
 digitalWrite(batteryLoadPin,HIGH);
 digitalWrite(solarLed, LOW);
 digitalWrite(batteryLed, HIGH);
}
else if(batVolt <= 10.8)
{
 digitalWrite(batteryLoadPin,LOW);
 digitalWrite(batteryLed, LOW);
}
Is this circuit fine? I tested the circuit by first plugging only battery and load. So the load was on and working fine. Battery Led was on showing load is using battery. But as soon as I plug in panel, it didn't switch to the solar voltage. I unplugged everything and then plugged in panel and battery so the load was on and using the solar voltage but the voltage was very low while the voltage from the solar panel was 18-19v.
Battery not charging? I unplugged the load and only allowed battery to charge. Battery volts at that time was 12.44 but instead of charging, voltage reduces to 12.40
Solar voltage vs current? There was very low sunlight and the panel was still showing 18v. I think it should show low voltage, around 12v when there is not a bright sunlight. But its voltage was high. So does that means, its output current will be low in this situation as Power = volts x amps. So if volts is high, amps will be low.
Basically I need to design the circuit which automatically switch between solar voltage and battery voltage depending upon the conditions of the day and night.
Thanks all.

Comments

  • BB.
    BB. Super Moderators, Administrators Posts: 33,431 admin
    Generally, a battery is the voltage regulator. You have a solar charge controller between the solar panels and the battery to control charging (is your plan to do this with the micro processor?).

    And then the load is attached to the battery and, you may have a Low Voltage Disconnect to turn off the load to protect the battery bank from over discharge (or cycle the load, for example on at night and off during the day, or low power at night and high power during the day).

    There is, generally, no reason to "switch" between solar or battery power sources. It makes for unneeded complexity.

    -Bill
    Near San Francisco California: 3.5kWatt Grid Tied Solar power system+small backup genset
  • Estragon
    Estragon Registered Users Posts: 4,496 ✭✭✭✭✭
    To expand a bit on Bill's comments - pv voltage will be near Voc with little or no load (so little or no current) with even a small amount of light. You can't really use pv voltage to see if light is "good" without seeing how it responds to load. Better to just monitor battery voltage and change states accordingly.

    As well as monitoring battery voltage to turn off loads, you may want to set a maximum battery voltage to avoid overcharging.
    Off-grid.  
    Main daytime system ~4kw panels into 2xMNClassic150 370ah 48v bank 2xOutback 3548 inverter 120v + 240v autotransformer
    Night system ~1kw panels into 1xMNClassic150 700ah 12v bank morningstar 300w inverter