Overclocked
Member
How can I use a momentary switch (like a membrane switch) To control something? I want it to turn the device On or off by pressing the button. Ive tried latches, but it seems you need 2 Switches for the device to work.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You can do it with one switch and a JK or D type Flip Flop.Overclocked said:How can I use a momentary switch (like a membrane switch) To control something? I want it to turn the device On or off by pressing the button. Ive tried latches, but it seems you need 2 Switches for the device to work.
Try This Diagram I already built.Working fine.but it has about 1s (Propogation delay) delay.(output swtching Delay)Overclocked said:How can I use a momentary switch (like a membrane switch) To control something? I want it to turn the device On or off by pressing the button. Ive tried latches, but it seems you need 2 Switches for the device to work.
audioguru said:This circuit uses a momentary pushbutton. Push and it is on. Push again and it is off. Push again and it is on again, etc. It can drive a transistor or Mosfet for more output power.
audioguru said:This circuit uses a momentary pushbutton. Push and it is on. Push again and it is off. Push again and it is on again, etc. It can drive a transistor or Mosfet for more output power.
Audio, Are you sure?audioguru said:The latching circuit with two inverters works fine. Multisim doesn't know if it is coming or going.
Yes, I know Audio, I have used the single one occasionally but, what I don't like about it is that it is always working in the active region and therefore needs more supply current than the 2 inverter one.audioguru said:Hi Len,
You used the Classic Cmos Oscillator circuit but you used a Schmitt-trigger IC instead of a regular one. You could have used only a single Schmitt inverter instead.
G'day Audio, That's interesting, I've never bothered to measure the supply current of the one Schmitt Oscillator nor look at the Schmitt data sheets (as far as supply current is concerned). So I assume that the Schmitts are designed to not consume excess current while the input is in the mid range.audioguru said:Hi Len,
I made 3 LED Chaser projects. This one uses ordinary Cmos Schmitt trigger inverters in oscillators from a 6V battery that lasts "forever". I also have it made with 74HC Cmos Schmitt trigger inverters so it can operate from a 3V battery that drops to 2V. The current is very low.
This circuit uses a momentary pushbutton. Push and it is on. Push again and it is off. Push again and it is on again, etc. It can drive a transistor or Mosfet for more output power.
correct me if i'm wrong, but this does not look like i can replace the whole switch block with an external oscillator. This circuit divides the switching freq, but it needs to be an switch, not oscillator, correct? This other thread seems to conclude that this design has a limited frequency bandwidth, correct?Below is the LTspice simulation of AG's post #5 circuit