how to turn on a power supply

Thread Starter

jonisonvespa

Joined Mar 25, 2012
49
hi
im currently learning to program ardunio and for my project im using a 5v regulated power supply, and id like to turn on/off this supply to everything using a momentary push switch, been searching for circuits to do this , cant really find one can someone point me in the right direction, ie what this type of circuit is called.
thank you
 
Last edited:

strantor

Joined Oct 3, 2010
6,875
try a latching pushbutton. push once, makes the circuit, push again, breaks the circuit. put it on the +5V going to the arduino.
 

debjit625

Joined Apr 17, 2010
790
An electronic latch switch,this type of circuit is called bistable multivibrator in electronic or in digital electronic Flip-Flop circuit.Their are many flip-flop digital IC avaliable you can use them to built an electronic latch switch.

Good Luck
 
Top