Reverse Polarity Protection - Design Optimization

Thread Starter

Sensacell

Joined Jun 19, 2012
3,448
I am designing a simple circuit that pulses a coil once every 60 seconds to actuate a clock mechanism.
The coil is about 8 ohms, the current is about 375 mA for about 50 mS through the coil.

The circuit runs from two "AA" batteries which will undoubtedly be installed backward at some point, which will destroy the board as designed.
(the body diode of the NFET and freewheel diode provide a dead short under these conditions.)

I want to implement reverse polarity protection while meeting a few criteria:

(a) As cheap as possible

(b) No impact on battery life (very little extra leakage)

(c) Very little added voltage drop - so the system will continue to work with weak batteries.

(d) Must work after polarity reverse event- no fuse to replace, etc.

Here are some of the ideas I have already considered:

Series Schottky diode- eats up maybe 3-400 mV of my battery voltage, this would shorten my system life.
Schottky diode backward across the supply - would need to be really beefy to handle the full short circuit current of the battery. High leakage?
PFET on the input - Expensive, must have low Rds-on value so losses are low.


The PFET option is the most logical, but it's expensive.

Trying to design anything right now feels like shopping at Home Depot after the Zombie Apocalypse, Digikey has been picked clean like a thanksgiving turkey carcass.
 

Attachments

eetech00

Joined Jun 8, 2013
3,951
I am designing a simple circuit that pulses a coil once every 60 seconds to actuate a clock mechanism.
The coil is about 8 ohms, the current is about 375 mA for about 50 mS through the coil.

The circuit runs from two "AA" batteries which will undoubtedly be installed backward at some point, which will destroy the board as designed.
(the body diode of the NFET and freewheel diode provide a dead short under these conditions.)

I want to implement reverse polarity protection while meeting a few criteria:

(a) As cheap as possible

(b) No impact on battery life (very little extra leakage)

(c) Very little added voltage drop - so the system will continue to work with weak batteries.

(d) Must work after polarity reverse event- no fuse to replace, etc.

Here are some of the ideas I have already considered:

Series Schottky diode- eats up maybe 3-400 mV of my battery voltage, this would shorten my system life.
Schottky diode backward across the supply - would need to be really beefy to handle the full short circuit current of the battery. High leakage?
PFET on the input - Expensive, must have low Rds-on value so losses are low.


The PFET option is the most logical, but it's expensive.

Trying to design anything right now feels like shopping at Home Depot after the Zombie Apocalypse, Digikey has been picked clean like a thanksgiving turkey carcass.
About 300mv drop with a PNP transistor.
1645064325447.png
 

Jon Chandler

Joined Jun 12, 2008
1,051
How about the ROHM RQ5E035ATTCL with an RDS OF 50mOhm? It's 18 cents at Tayda Electronics. This would provide a voltage drop of 19mV.

Tayda is an awesome vendor located in Thialand, with a US warehouse. I have been pleased with all the components I have purchased there.
 

crutschow

Joined Mar 14, 2008
34,452
The PFET option is the most logical, but it's expensive.
What do you call expensive?

You should be able to get one to meet your requirements (<100mΩ Rds(on)) for well less than a buck US.

Since you circuit is floating, you can use an N-MOSFET to block the negative line side to the battery for reverse protection, as it's generally a little cheaper than a P-MOSFET for the same characteristics.
 
Last edited:

Thread Starter

Sensacell

Joined Jun 19, 2012
3,448
What do you call expensive?

You should be able to get one to meet your requirements (<100mΩ Rds(on)) for well less than a buck US.

Since you circuit is floating, you can use an N-MOSFET to block the negative line side to the battery for reverse protection, as it's generally a little cheaper than a P-MOSFET for the same characteristics.
It had not occurred to me to use an N-FET! that's a nice idea- I could use the same part as the coil driver to minimize the BOM count.
Here is the design with the N-FET this is what you meant? Correct?

The other idea that is really nice is the mechanical solution! I will consider this too.
 

Attachments

Last edited:

nsaspook

Joined Aug 27, 2009
13,279
It had not occurred to me to use an N-FET! that's a nice idea- I could use the same part as the coil driver to minimize the BOM count.
Here is the design with the N-FET this is what you meant? Correct?

The other idea that is really nice is the mechanical solution! I will consider this too.
Look at the RDS(ON) at the operating voltage for that device.
https://www.digikey.com/en/products/detail/diodes-incorporated/DMN2005K-7/1778818
https://www.diodes.com/assets/Datasheets/ds30734.pdf


Look at this device.
https://www.digikey.com/en/products/detail/micro-commercial-co/SI2312-TP/6616108
https://www.mccsemi.com/pdf/Products/SI2312(SOT-23).pdf
 

Thread Starter

Sensacell

Joined Jun 19, 2012
3,448

Wow! thank you!

This part is vastly superior and CHEAPER! The only downside is its MASSIVE input capacitance, but that's irrelevant for this design.
 
Top