Switching a battery from supply to load

Thread Starter

cpfc

Joined Jul 19, 2013
8
Hi, I have designed a charge controller that charges a single cell, 3.7V battery via a solar panel. I need an analogue solution that detects when the battery is charged and switches it from being connected to the charge controller to another circuit (the load). When the battery is discharged, say down to 3.2V, it switches back to the charge controller again to be re-charged. I think this may be possible with the use of a zener diode and resistor network but am unsure how to implement this. Would this work?
 

MikeML

Joined Oct 2, 2009
5,444
There are two states: Load on, Load off.
The transition from Off to On is at one voltage (3.7V).
The transition from On to Off is at a different voltage (3.2V).

You need a "window comparator" or a "single comparator with hysteresis" driving a switch.
 

MikeML

Joined Oct 2, 2009
5,444
Do you have a supply voltage from which to operate the comparator that is higher than the battery voltage being sensed?

If so, what? How well regulated?
 

wayneh

Joined Sep 9, 2010
17,498
Your strategy prevents direct powering of the load with the panel, which is the most efficient arrangement. Why not just use the traditional arrangement?: The panel connects the battery via a blocking diode, and the battery directly powers the load.
 

MikeML

Joined Oct 2, 2009
5,444
Your strategy prevents direct powering of the load with the panel, which is the most efficient arrangement. Why not just use the traditional arrangement?: The panel connects the battery via a blocking diode, and the battery directly powers the load.
This offers no protection for completely discharging the battery into the load if the sun doesn't shine...

That might be ok, or not?
 

Thread Starter

cpfc

Joined Jul 19, 2013
8
Do you have a supply voltage from which to operate the comparator that is higher than the battery voltage being sensed?

If so, what? How well regulated?
The only other supply voltage is the 9V solar panel and this is bound to fluctuate.

Your strategy prevents direct powering of the load with the panel, which is the most efficient arrangement. Why not just use the traditional arrangement?: The panel connects the battery via a blocking diode, and the battery directly powers the load.
The load is not able to be powered directly from the solar panel due to requiring a much larger power output.
 

MikeML

Joined Oct 2, 2009
5,444
The only other supply voltage is the 9V solar panel and this is bound to fluctuate.
So you need a voltage reference against which to compare the battery voltage.

The load is not able to be powered directly from the solar panel due to requiring a much larger power output.
Where do you want to switch the load? High side or Low side?

Can you suffer a VCEsat drop across the switch or does it have to be a FET with a lower on resistance?

Here is something similar I did recently for my wife's greenhouse. It is for a 12V SLA battery. In this case, it uses an unregulated wall-wart as a source, but a solar panel would work as well. It turns on a 5A pump when the battery voltage reaches ~14.4V, and runs the pump motor until the battery discharges to ~12.5V. The wall-wart can only supply ~1A, so the pump duty cycle is about 20%.

It has all of the elements of what you need, but the values would have to be rescaled for your voltages.

pump.gif
 
Last edited:
Top