Short to ground sensor

Thread Starter

John5788

Joined Apr 2, 2009
54
anyone know of a way to design a circuit to detect a 12V short to ground? is there an easy way to do this with some sort of IC? I'd like to be able to detect the short and then signal an MCU about the short to ground.

i'm thinking kind of like a fuse/circuit breaker, but signals the MCU about the fault, instead of breaking the circuit.
 

beenthere

Joined Apr 20, 2004
15,819
The usual detector for such a short is a blown fuse. A short circuit is usually accompanied by an uncontrolled current, causing damage to the power source and circuit elements.

You might do something like fuse branches off the main supply line for isolation short of total system shutdown. Notifying a microcomputer that a 12 volt line has gone to 0 and a high current is flowing will not effectively limit damage.

Or do you have some special application in mind?
 

ELECTRONERD

Joined May 26, 2009
1,147
Couldn't you just have an LED that would light up. Without ground it won't light up and when the ternimal is shorted to ground it will light up the LED.
 
I think John has a specific application in mind. To assist, we need more info. You could for example, place a high wattage low value resistor in series with 12V supply and monitor the votage across. High Currect due to short wil lgive higher voltage drop across resistor. You could also put a current limiter and if there is a short, you will limit current and notify MCU.
 

russ_hensel

Joined Jan 11, 2009
825
When the 12 volts is connected to ground it will drop to 0. Just measure the voltage, or if the power supply is very stiff, measure the light from the explosion.
 
How about a normally open relay on the load side of the fuse so that when the overcurrent occurs the fuse opens the circuit, closes the relay, which then powers an indicator light or other trigger.
 
Top