Author Topic: Tips on Reverse Polarity protection?  (Read 2107 times)

0 Members and 1 Guest are viewing this topic.

Offline Puffie40Topic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ca
  • Irregular Logic
Tips on Reverse Polarity protection?
« on: January 04, 2022, 06:52:04 pm »
Are there any suggestions for input power protection for a circuit? My objective here is to make the design robust for mistakes during setup.

Right now on my design, I have the input power running through two diodes before going to the on-board power converter for reverse polarity protection, and a MOV bridging between the two lines to protect from surges.

Would this be overkill?

Somewhat related, I have a signal input to a microcontroller watching for a logic zero for an external control. How might one protect this line from external voltages - an optocoupler?
 

Offline NiHaoMike

  • Super Contributor
  • ***
  • Posts: 9201
  • Country: us
  • "Don't turn it on - Take it apart!"
    • Facebook Page
Re: Tips on Reverse Polarity protection?
« Reply #1 on: January 04, 2022, 11:28:35 pm »
Just one properly rated diode should do for reverse polarity protection.
Cryptocurrency has taught me to love math and at the same time be baffled by it.

Cryptocurrency lesson 0: Altcoins and Bitcoin are not the same thing.
 
The following users thanked this post: Puffie40

Offline waymond91

  • Regular Contributor
  • *
  • Posts: 93
  • Country: us
Re: Tips on Reverse Polarity protection?
« Reply #2 on: January 05, 2022, 11:43:12 am »
Without knowing exactly what you're working on, it sounds like an optocoupler would work fine. Optocouplers are definitely the industrial standard for isolation - especially for big industrial controllers with +20V IOs.

I followed this quick guide the other day for reverse current protection: https://www.ti.com/lit/an/slva139/slva139.pdf
 
The following users thanked this post: Puffie40

Offline Puffie40Topic starter

  • Regular Contributor
  • *
  • Posts: 56
  • Country: ca
  • Irregular Logic
Re: Tips on Reverse Polarity protection?
« Reply #3 on: January 10, 2022, 04:31:34 pm »
Without knowing exactly what you're working on, it sounds like an optocoupler would work fine. Optocouplers are definitely the industrial standard for isolation - especially for big industrial controllers with +20V IOs.

I followed this quick guide the other day for reverse current protection: https://www.ti.com/lit/an/slva139/slva139.pdf
It's a work project, so I don't want to explicitly say what it's for, but I can say it is a fairly simple uC-controlled motor driver circuit. Since our product is pretty modular, we custom build the wiring harness depending on the sensors we want, and I just want the inputs to be forgiving if we make mistakes in the wiring.

I guess I'll look into an simple optocoupler for this one input.
 

Offline Phil_G

  • Regular Contributor
  • *
  • Posts: 73
  • Country: gb
  • G4PHL
Re: Tips on Reverse Polarity protection?
« Reply #4 on: January 11, 2022, 10:53:59 pm »
Just one properly rated diode should do for reverse polarity protection.
A mosfet makes a better diode than a diode  :)  almost no drop & hence little power dissipation
For example https://www.ti.com/lit/an/slvae57b/slvae57b.pdf section 4
Can be much simplified at typical battery voltages
« Last Edit: January 11, 2022, 11:00:17 pm by Phil_G »
 

Offline jonpaul

  • Super Contributor
  • ***
  • Posts: 3547
  • Country: fr
Re: Tips on Reverse Polarity protection?
« Reply #5 on: January 12, 2022, 10:30:21 am »
Hello: Use Schottky diodes in LV bus to reduce drop.

Extra protection: Add Schottky  or TAZ  across bus

MOVs are useless in this case.

Better info if you provide the schema, and bus specs and load info,

Kind Regards,

Jon
Jean-Paul  the Internet Dinosaur
 

Online jpanhalt

  • Super Contributor
  • ***
  • Posts: 3753
  • Country: us
Re: Tips on Reverse Polarity protection?
« Reply #6 on: January 12, 2022, 11:00:08 am »
The TI link by Phil_G shows a P-mosfet, which is simple.  But TI includes added voltage protection with the zener diode.  If all you want is reverse polarity, it can be simplified to just the mosfet (Capture 1).  Note the mosfet drain and source are "backward" from when it is used as a switch.    That is necessary because in the normal attachment, the body diode will conduct with reversed polarity.

There is also an N-mosfet version (Capture).  I use the P-mosfet version.

« Last Edit: January 12, 2022, 11:02:44 am by jpanhalt »
 

Offline Mechatrommer

  • Super Contributor
  • ***
  • Posts: 11706
  • Country: my
  • reassessing directives...
Re: Tips on Reverse Polarity protection?
« Reply #7 on: January 12, 2022, 04:24:58 pm »
the "blow" diode and PTC resettable fuse is the nearest i can get to an undestructible and near zero power loss during normal operation. i did try reversed mosfet in one of my project and i blown it on the 1st prototype board for an unknown reason. the problem if current spec start to go above 10A, its hard to find PTC fuse for it... ymmv.
Nature: Evolution and the Illusion of Randomness (Stephen L. Talbott): Its now indisputable that... organisms “expertise” contextualizes its genome, and its nonsense to say that these powers are under the control of the genome being contextualized - Barbara McClintock
 

Offline Phil_G

  • Regular Contributor
  • *
  • Posts: 73
  • Country: gb
  • G4PHL
Re: Tips on Reverse Polarity protection?
« Reply #8 on: January 17, 2022, 10:13:36 am »
i did try reversed mosfet in one of my project and i blown it on the 1st prototype board for an unknown reason.
I dont know what you did wrong, but particularly in heavy-current applications, mosfet reversed-polarity protection is pretty much the accepted way of doing it.
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19888
  • Country: gb
  • 0999
Re: Tips on Reverse Polarity protection?
« Reply #9 on: January 17, 2022, 10:26:30 am »
the "blow" diode and PTC resettable fuse is the nearest i can get to an undestructible and near zero power loss during normal operation. i did try reversed mosfet in one of my project and i blown it on the 1st prototype board for an unknown reason. the problem if current spec start to go above 10A, its hard to find PTC fuse for it... ymmv.
Are you sure the supply voltage didn't exceed the maximum gate voltage rating, which is normally much lower than the drain-source rating?
 

Offline Mechatrommer

  • Super Contributor
  • ***
  • Posts: 11706
  • Country: my
  • reassessing directives...
Re: Tips on Reverse Polarity protection?
« Reply #10 on: January 17, 2022, 11:21:35 am »
Are you sure the supply voltage didn't exceed the maximum gate voltage rating, which is normally much lower than the drain-source rating?
i use AO4423 in the design. Vgs ±25V and i was using 12-15V PSU.. maybe overvoltage due to induction spike with the lack of tank/decoupling capactor, i havent probe deep enough. but my point is on the "foolproofness", you overvoltage the Vgs during prototyping for 1ns and it will be toasted, you overvoltage a PTC or a diode for a lot longer period, nothing happen, at worst the diode will breakdown and overcurrent the PTC and your circuit will be quickly cutoff, few seconds later, it cool down again and you have a second chance.
Nature: Evolution and the Illusion of Randomness (Stephen L. Talbott): Its now indisputable that... organisms “expertise” contextualizes its genome, and its nonsense to say that these powers are under the control of the genome being contextualized - Barbara McClintock
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf