Hi,
I'm new to circuit design and I'm trying to figure out an easy way to automatically switch circuits on and off. Ideally, I would like for the switch to happen when a certain voltage is reached across a battery that is recharging. When the threshold voltage is reached I want to turn off a circuit and turn on another circuit.
There are actually three circuits involved so when circuit 1 is switched on, circuit 2 and 3 should be switched off.
The ON and Off of the circuits will rotate like this:
circuit # 1 on switches 2 and 3 off
circuit # 2 on switches 1 and 3 off,
circuit # 3 on switches 1 and 2 off
then repeat back to circuit # 1 on switches 2 and 3 off, etc., etc.
FYI, Each circuit will be running off its own 12V battery
I was trying to avoid using Arduino as that seems like it may take a while to learn. I thought Mosfets as switches might work but not sure how to configure them.
Hope this makes sense. Any help would be greatly appreciated.
Thanks for your time.
Scot