1

For example pressing a momentary push button to toggle an led off and on through a Flip-Flop.

I’ve only seen the ones where there are two buttons and you press both to switch the states.

However I know one exists where you only have to push one momentary button to alternate between the states of the Flip-Flip.

Edited thread to be more contextual as suggested by @Jack Soldano, Thank you all!

  • 1
    I think you are looking for a T flip-flop: https://www.allaboutcircuits.com/technical-articles/t-is-for-toggle-understanding-the-t-flip-flop/ – mbedded Aug 19 '20 at 15:24
  • [Toggle flip flop](https://en.wikipedia.org/wiki/Flip-flop_(electronics)#T_flip-flop) – AJN Aug 19 '20 at 15:25
  • You may find more information at https://electronics.stackexchange.com/questions/4060/make-a-momentary-switch-control-a-toggle – vu2nan Aug 19 '20 at 15:40

1 Answers1

1

I think you are describing either a Latching Switch Push button compared to two momentary switches?

enter image description here

Or you could be describing a Toggle Flip Flop circuit connected to a momentary switch?

enter image description here

They look something like this, they don't need the clock signal and can just work with the feedback and Toggle inputs.

If you have a microcontroller you can write this functionality in software and make any trigger input work like this.

This is not a very well worded question, what is the context of this question?

Sneaky Puffin
  • 600
  • 2
  • 9
  • Hi thanks for the answer. What would you find ideal wording of a question? – Space-Rover Aug 19 '20 at 15:30
  • A bit more detail on what you meant by 'Latch' and in what context would always help. My initial reading of the question made me think you were referring to the electronics Toggle Flip Flop but then after reading your description I felt like you were asking about different types of mechanical switch. I'm still not sure what one you are asking about? :) did I answer your question? – Sneaky Puffin Aug 19 '20 at 15:39
  • 1
    You did answer my question. :) I will be keeping what you said about question wording in mind for this one and any other question in the future. – Space-Rover Aug 19 '20 at 15:44