My question has to do with monitoring and control of a voltage rail from a solar panel. I have a circuit that monitors the incoming voltage from the panel and when it reaches 3.0V it turns on a voltage regulator(TPS78033) for the rest of the circuit. My problem occurs when in low light the voltage rail will rise and turn on the regulator only to quickly shut off when the high current draw forces the rail to droop below the threshold of the monitor and shut off the regulator. This cycle is not enough time for the CC430 to start up and move to low power mode. So the circuit basically turns on for a short period then turns off while it charges back up to begin the cycle again. A second thing to note here is that at low light the voltage rise may be very slow or have no rise for indoor panels.
So is there a monitor that will allow me to turn on a regulator at some preset voltage but also set a lower threshold that turns the circuit off. Basically adding some hysteresis to the monitor. I would consider this a common issue with solar panels under low light situations, you see a voltage on the panel but there is no current to support the voltage.
I could use the regulated voltage plane to hold up the reset line for a bit longer with a feedback circuit but this adds components and does not give me the hysteresis that I am looking for with a small solar panel. Idealy I would have the monitor on-threshold at 3.3V and off-threshold at 1.8-2.0V this should give the CC430 plenty of time to start up. Any parts coming up on the roadmap that have this capability?
I have looked at slva360.pdf but I'm not sure how well this would work for solar panels(indoor/outdoor)
Thanks.