12 volt DC supply power for circuit/device.
on state to press button”short” circuit
off state to press button “short” circuit
each time for 3 to 5 seconds
Thanks in advance!
Dave
12 volt DC supply power for circuit/device.
on state to press button”short” circuit
off state to press button “short” circuit
each time for 3 to 5 seconds
Thanks in advance!
Dave
You've not provided the all-important information (your use-case, and what circuit is being controlled), which means suggestions can't be optimal.
I suspect you're trying to control on/off a device that has a push-button that needs to be held down for a period.
You may as well use a cheap microcontroller for this, because it's likely some other requirement will come up once you try it. if that was the scenario, for instance, you may wish to check the device actaully did power up or shut down, and that would then need some code changes.
you are correct that I am controlling a device that requires the button be “held” to turn it on and off.
I do not require any “feedback” from the circuit or device as to the state of the device it is controlling
How will you guarantee that the on and off states on each side are in sync?
Is it just going to be a hope that is the case?
try this circuit:
use the D-FF e.g. CD4013, which you can use with 12V.
a datasheet
Won’t be possible… you are correct