I am building an extensive, tightly spaced circuit board with both a 5V and 12V rail. I want to avoid frying all the semiconductors on the 5V rail in case of a short between the rails. Therefore I have included a crowbar circuit with a TL431 adjustable voltage reference and an SCR.
When I deliberately apply 12V to the 5V rail the crowbar circuit works, but for about 20 microseconds the voltage goes up to a maximum 9V. Would this short duration be harmful to an Arduino or other general purpose semiconductor chips (MAX7219 LED driver in particular)?
Since a crowbar circuit "shorts out" the power supply, there is usually a fuse in series so the fuse blows before anything "important". But the fuse won't blow in microseconds.
Most voltage regulators won't allow the voltage spike through so unless you're expecting voltages high-enough to kill your voltage regulator, a voltage regulator is probably a better solution. (But, you do need some "extra" voltage for a voltage regulator to work.)
Thanks for your input. I've tried leaving out C1 or reducing its value but that leads to a lot of false positives. Even the slight voltage spike from plugging the circuit into the power supply will activate it.
Why slow down the response with a capacitor? Why not use a comparator in fact, many of them switch in a fraction of a microsecond.
Crowbarring the 5V to ground might interact with capacitances in the circuit and push some nodes below 0V when the crowbar happens - why not use an amplified zener to clamp the 5V rail to 6V or so and add polyfuse on the 12V rail to limit current on a short?
Hi, I've tested some more circuits wanted to post my findings to help others who might face the same issues with crowbar circuits. When applying 12V to the 5V rail I've gotten the response down from 20 microseconds to 2 and the peak voltage from 9V to less than 8V. Ignore the circuit at the beginning of this post!
Crowbar circuit with triac: (BT136)
This circuit automatically resets as soon as the voltage drops below the threshold voltage.
With 100 microFarad cap across power rail I get a lower peak voltage but a longer overvoltage duration. (Cap value not critical, more is better. Mind the voltage rating):
Proper crowbar circuit with SCR (SJ6010DS2RP): (ZD1 = Zener not 9.1 but 5.6V. SD1 not necessary.
This circuit latches until power is removed.
The one with the capacitor where it should not be?
Sure!
As you would want.
Nor should you expect to.
The only "noise" to which it should trigger, is a transient greater than the threshold you set. if it receives such a transient, you absolutely want it to trip - that was the whole purpose of the exercise.
Putting a capacitor across the crowbar input is perfectly correct - insofar as there are minor transients or "noise" on the supply lines, the capacitor will damp them which will benefit the equipment being supplied as well as the crowbar.