6

I found some nice circuits here as a pulse generators http://cappels.org/dproj/simplest_LED_flasher/Simplest_LED_Flasher_Circuit.html

enter image description here enter image description here

The author shows some scope pics and films from real world.. working. But when simulated in LtSpice... does nothing :(((

enter image description here

What should be the problem? Thank you.

yo3hcv
  • 573
  • 1
  • 4
  • 20

1 Answers1

8

This circuit will not work because the commonly used BJT's models in simulation tools do not support (model) the "avalanche breakdown".

You need to download the Bordodynov's lib available here:

http://bordodynov.ltwiki.org/

And used the avalanche BJT's.

enter image description here

enter image description here

Additionally in real life, these circuits will not work with all small-signal NPN transistors. And will never work with PNP transistors. And it will not work with a low supply voltage. Therefore, you should treat these circuits as an interesting way of using the "parasitic properties" of BJT not intended by the designer. And this is for sure not a reliable solution.

G36
  • 14,576
  • 1
  • 20
  • 36
  • 4
    ADI should add a link to his library collection in their help, the same way they (Mike) did with the LTspice group. It's that impressive. – a concerned citizen Jan 03 '21 at 16:59
  • Diode's parts should be mentioned for reliability [https://www.diodes.com/products/bipolar-transistors/avalanche-transistors] – kimstik Feb 03 '21 at 16:41