0

I am new to electronics and I am wondering how can I use my Vcc to produce a short single pulse.

brhans
  • 14,723
  • 3
  • 35
  • 51
Jeffers
  • 33
  • 1
  • 2

2 Answers2

9

Depending on your definition of short, and close, a single cap and resistor can do the job:

schematic

simulate this circuit – Schematic created using CircuitLab

enter image description here

You can play with C1 and R1 to achieve the desired shape.

Vladimir Cravero
  • 16,395
  • 2
  • 39
  • 73
  • 2
    Maybe it is better to add that this circuit produces a positive pulse (+Vcc) when power is applied, but a negative one (up to -Vcc) when it is removed, which may cause issues to the circuit after this. In this case, adding a diode (anode to ground, cathode to PULSE pin) can solve the issue – frarugi87 Aug 07 '19 at 13:11
1

Try using a 555 IC in the monostable configuration, with this circuit you will be able to drive small loads, e.g., LEDs and logic circuits. Take a look at 555 IC It will give a response like this one

wikipedia on the 555 monostable circuit response

and the circuit is this one

wikipedia on the 555 monostable circuit

where you should keep the trigger pin high (above \$V_{CC}/3\$) until the moment you want the pulse, at this time you should send a 0V signal to it, this circuit would do it:

schematic

simulate this circuit – Schematic created using CircuitLab

jDAQ
  • 2,597
  • 1
  • 9
  • 19