dbarak Posted December 20, 2006 Report Share Posted December 20, 2006 Hi everyone,I'm very new to electronics, and I have a project that needs a switch or circuit that will provide a momentary on state, regardless of the pushbutton switch position. In other words, even if I hold the switch down, it will only provide a momentary contact. A circuit will be fine, too, as long as it's small, simple and doesn't require a relay. Nine volts is ideal, as I'm trying to work this into another small circuit that uses nine volts.Can anyone help? Thanks!Dave Quote Link to comment Share on other sites More sharing options...
hotwaterwizard Posted December 20, 2006 Report Share Posted December 20, 2006 Monostable Flip FlopThe monostable flip flop, sometimes called a 'one shot' is used to produce a single pulse each time it is triggered. It can be used to debounce a mechanical switch so that only one rising and one falling edge occurs for each switch closure, or to produce a delay for timing applications. In the discrete circuit, the left transistor normally conducts while the right side is turned off. Pressing the switch grounds the base of the conducting transistor causing it to turn off which causes the collector voltage to rise. As the collector voltage rises, the capacitor begins to charge through the base of the opposite transistor, causing it to switch on and produce a low state at the output. The low output state holds the left transistor off until the capacitor current falls below what is needed to keep the output stage saturated. When the output side begins to turn off, the rising voltage causes the left transistor to return to it's conducting state which lowers the voltage at it's collector and causes the capacitor to discharge through the 10K resistor (emitter to base). The circuit then remains in a stable state until the next input. The one shot circuit on the right employs two logic inverters which are connected by the timing capacitor. When the switch is closed or the input goes negative, the capacitor will charge through the resistor generating an initial high level at the input to the second inverter which produces a low output state. The low output state is connected back to the input through a diode which maintains a low input after the switch has opened until the voltage falls below 1/2 Vcc at pin 3 at which time the output and input return to a high state. The capacitor then discharges through the resistor ® and the circuit remains in a stable state until the next input arrives. The 10K resistor in series with the inverter input (pin 3) reduces the discharge current through the input protection diodes. This resistor may not be needed with smaller capacitor values. Note: These circuits are not re-triggerable and the output duration will be shorter than normal if the circuit is triggered before the timing capacitors have discharged which requires about the same amount of time as the output. For re-triggerable circuits, the 555 timer, or the 74123 (TTL), or the 74HC123 (CMOS) circuits can be used. Copied from http://ourworld.compuserve.com/homepages/Bill_Bowden/page9.htm Quote Link to comment Share on other sites More sharing options...
audioguru Posted December 20, 2006 Report Share Posted December 20, 2006 A series capacitor will provide a momentary pulse no matter how long the pushbutton is held down. If the pushbutton connects the capacitor to ground then a resistor is needed to connect it to the positive supply, or visa-versa. The other side of the capacitor also needs a pullup or a pulldown resistor. Quote Link to comment Share on other sites More sharing options...
AN920 Posted December 20, 2006 Report Share Posted December 20, 2006 I had the same circuit in mind. Some of the small sensitive relays will switch on this method. You can use 5V relay to help with the switching. You may need play with the capacitor value to get the right action. Quote Link to comment Share on other sites More sharing options...
dbarak Posted December 20, 2006 Author Report Share Posted December 20, 2006 Thanks everyone! I really appreciate the advice. I tried finding something online, but my search skills must be taking a nose dive. This will help!Dave Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.