Electronic – does this Edge Trigger Work on input of 555 monostable config

555edgemonostablemultivibratortrigger

I recently wired up a 555 timer in a mono stable configuration and found that when the trigger was held low for longer than the configured output pulse width, the output would stay high. After thinking about this.. it made sense. My 555 timer is wired like so:

enter image description here

I searched around on the web and found an article.
It explains that including a capacitor on the input causes a very brief drop on the input when the input signal goes low. Even if the input signal says low, the input to the 555 timer goes high immediately after triggering the 555 timer. The 555 timer won't give a high output until the input signal goes high, then low again to trigger another output pulse.
The part of the input they suggest is wired like this, which is what i'm most curious about.

enter image description here

Why doesn't the capacitor keep a direct path to ground? I know capacitors don't really allow DC current to flow, but what allows it to discharge to ground at all?

Even more tricky, why does it also work properly with a capacitor in series with the input and one end floating (open switch)?

This cap on the input is really confusing me.

Best Answer

The explanation of the capacitor on the input is as follows. With the switch open the capacitor gets to a point of zero charge across itself. Then when the switch is initially pressed the switch side of the capacitor is suddenly taken to GND. Since the voltage across a capacitor cannot be changed instantly the initial switch to GND is also seen on the other side of the capacitor going into the 555 pin 2. Now as the switch is held closed the 555 side of the capacitor quickly starts to charge up toward the Vcc rail via the 10K resistor.

Note that when the switch is released the now charged capacitor will push the 555 pin 2 up to a voltage above Vcc for a period of time.

This is a simulation circuit to show how it works:

enter image description here

enter image description here

Related Topic