How to avoid voltage drop when using full bridge rectifier as reverse polarity protectionStoring the charge from a MOSFET Bridge RectifierReverse polarity protection using MOSFET - what is the voltage drop after it?How to detect reverse-polarity post-mortem?Minimal reverse voltage protectionFull wave bridge rectifierReverse Polarity Protection: Is this method safe!What circuit will allow reverse polarity and continue to work?Reverse Polarity & Load Dump Protection (TVS)Reverse polarity protection for a very low voltage devceWhy Does DC Load Draw Twice As Much AC Current Through Transformer?What could have caused bridge rectifiers to fail?
Why does the recording about Twin Pines Mall not change the same way the newspapers and photographs change?
Can a nowhere continuous function have a connected graph?
What verb for taking advantage fits in "I don't want to ________ on the friendship"?
My colleague is constantly blaming me for his errors
How to describe POV characters?
How Do I Know When I am in Private Mode?
Are all commands with an optional argument fragile?
Why did NASA wet the road in front of the Space Shuttle crawler?
Was it really unprofessional of me to leave without asking for a raise first?
How to unit test methods which using static methods?
What is "override advice"?
The warming up game
What's the safest way to inform a new user of their password on an invite-only website?
What happens to a wizard's magic when they are swallowed by a tarrasque?
How could a satellite follow earth around the sun while staying outside of earth's orbit?
What is "oversubscription" in Networking?
If two black hole event horizons overlap (touch) can they ever separate again?
Is Cyclic Ether oxidised by periodic acid
How do we separate rules of logic from non-logical constraints?
How receiver knows the exact frequency in the channel to "listen to"?
I need help with pasta
I just started should I accept a farewell lunch for a coworker I don't know?
Does a return economy-class seat between London and San Francisco release 5.28 tonnes of CO2 equivalents?
Movie with Zoltar in a trailer park named Paradise and a boy playing a video game then being recruited by aliens to fight in space
How to avoid voltage drop when using full bridge rectifier as reverse polarity protection
Storing the charge from a MOSFET Bridge RectifierReverse polarity protection using MOSFET - what is the voltage drop after it?How to detect reverse-polarity post-mortem?Minimal reverse voltage protectionFull wave bridge rectifierReverse Polarity Protection: Is this method safe!What circuit will allow reverse polarity and continue to work?Reverse Polarity & Load Dump Protection (TVS)Reverse polarity protection for a very low voltage devceWhy Does DC Load Draw Twice As Much AC Current Through Transformer?What could have caused bridge rectifiers to fail?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
$begingroup$
I found a couple of old bridge rectifiers. After reading some docs and tutorials about reverse polarity protection decided to give them a try. The problem is nobody offered a solution against the voltage drop (and the power loss) after the rectifier, which is usually mounted at the load side not at the supply side.
What is the way to avoid this drop - using higher voltage as input or additional circuit to overcome this at the load side?
Note that I chose this way of protection so the protected device will continue to work
bridge-rectifier reverse-polarity voltage-drop
$endgroup$
add a comment |
$begingroup$
I found a couple of old bridge rectifiers. After reading some docs and tutorials about reverse polarity protection decided to give them a try. The problem is nobody offered a solution against the voltage drop (and the power loss) after the rectifier, which is usually mounted at the load side not at the supply side.
What is the way to avoid this drop - using higher voltage as input or additional circuit to overcome this at the load side?
Note that I chose this way of protection so the protected device will continue to work
bridge-rectifier reverse-polarity voltage-drop
$endgroup$
add a comment |
$begingroup$
I found a couple of old bridge rectifiers. After reading some docs and tutorials about reverse polarity protection decided to give them a try. The problem is nobody offered a solution against the voltage drop (and the power loss) after the rectifier, which is usually mounted at the load side not at the supply side.
What is the way to avoid this drop - using higher voltage as input or additional circuit to overcome this at the load side?
Note that I chose this way of protection so the protected device will continue to work
bridge-rectifier reverse-polarity voltage-drop
$endgroup$
I found a couple of old bridge rectifiers. After reading some docs and tutorials about reverse polarity protection decided to give them a try. The problem is nobody offered a solution against the voltage drop (and the power loss) after the rectifier, which is usually mounted at the load side not at the supply side.
What is the way to avoid this drop - using higher voltage as input or additional circuit to overcome this at the load side?
Note that I chose this way of protection so the protected device will continue to work
bridge-rectifier reverse-polarity voltage-drop
bridge-rectifier reverse-polarity voltage-drop
edited Jun 21 at 10:26
1000Gbps
asked Jun 19 at 20:04
1000Gbps1000Gbps
1205 bronze badges
1205 bronze badges
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
If you want to avoid the drop, you need a different device that doesn't use as diodes for current control. Diodes have a drop, the best you can do is switch to a diode that has a lower voltage drop, usually 0.2 is as good as it gets.
Mosfets have low resistances, you can either deisgn your own active rectifier by matching mosfets, or buy an active rectifier IC. Another good option is to use a gate driver IC like the LT4350

Source: Storing the charge from a MOSFET Bridge Rectifier
$endgroup$
1
$begingroup$
Should we mention what happens if you place a capacitor between +OUT and -OUT to OP? But then again, it appears OP isn't using it as a full bridge rectifier. Just as a "make it work regardless of how I connect my DC power supply"
$endgroup$
– Harry Svensson
Jun 19 at 21:07
$begingroup$
Can you explain what will happen?
$endgroup$
– 1000Gbps
Jun 19 at 21:35
$begingroup$
Reverse polarity in most cases wouldn't need a filter cap.
$endgroup$
– laptop2d
Jun 19 at 21:47
1
$begingroup$
@1000Gbps It's only a problem if your voltage source contains AC. See here if it's still not obvious. laptop2d's design will only work if your source is like a battery or some other fairly steady output, like a buck converter. If you use his design where the source is a transformer then you can watch as the mosfets burn up, assuming you have a capacitor between +OUT and -OUT.
$endgroup$
– Harry Svensson
Jun 19 at 22:07
$begingroup$
You may wish to add gate voltage (Vgs) limiting or comment on the need..
$endgroup$
– Russell McMahon
Jun 20 at 11:41
add a comment |
$begingroup$
What about this simple solution from www.ti.com/lit/an/slva139/slva139.pdf

You should put a zener and a large resistor to protect your MOSFET if the load voltage is larger than Vgs max:


$endgroup$
$begingroup$
The idea is to always power-on the device even with reversed polarity
$endgroup$
– 1000Gbps
Jun 19 at 21:34
2
$begingroup$
Then please edit your question to reflect that -- reverse polarity operation is different from reverse polarity protection.
$endgroup$
– TimWescott
Jun 20 at 15:23
$begingroup$
Protection against reversed polarity doesn't mean that we should stop powering on the device when wrong polarity is used
$endgroup$
– 1000Gbps
Jun 21 at 10:24
$begingroup$
@1000Gbps Protection against reversed polarity doesn't mean that we should power on the device when wrong polarity is used either. - If I say that I'm going to the fridge to grab some milk, does this mean that I am also going to grab some juice? They are not mutually exclusive, meaning they have nothing to do with each other. I can grab milk without grabbing juice. Or grab milk and juice. - You can have protection against reversed polarity and operate during reversed polarity, or you can have protection against reversed polarity and not operate during reversed polarity.
$endgroup$
– Harry Svensson
6 hours ago
$begingroup$
Yes, but we want to have the both - always power on and protected without using UPS
$endgroup$
– 1000Gbps
6 hours ago
add a comment |
$begingroup$
If all you want to do is avoid damage you can use a single Schottkey diode in the power lead (as opposed to ground) and end up with less drop. The board won't work if power is applied in reverse, but it won't go up in smoke.
One place I worked used a fuse, and a diode on the other side of it that would crowbar the supply to one diode drop in reverse. If the board was connected backward the fuse would blow -- so technically it would be "broken", but it would be an easy fix. You need to take care if you do this -- you need to size the diode so that it doesn't get damaged before the fuse blows, and you need to make sure the system isn't going to be damaged by the brief short across the power leads.
$endgroup$
add a comment |
$begingroup$
For reverse polarity protection there are several different circuits based on MOSFETs.
There are also dedicated ICs to control the MOSFETs appropriately.
Those solutions are often called "ideal diode" circuits. If you search for that term you will easily find everything from circuit diagrams to ICs ("ideal diode controllers") to complete modules you can buy.
$endgroup$
$begingroup$
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
$endgroup$
– RoyC
Jun 21 at 6:48
$begingroup$
@RoyC I disagree. The OP is asking for a diode-equivalent circuit. There are several different circuits and/or ICs which are commonly called "ideal diode". That search term will yield a lot of options; you just have to know that you want to search for "ideal diode" to find them.
$endgroup$
– JimmyB
Jun 21 at 8:47
$begingroup$
@RoyC Added a little more explanation. I still don't see the need to include a host of circuit diagrams for the different possible solutions when a simple search for the term given will yield all the available options from which the OP can then choose.
$endgroup$
– JimmyB
Jun 21 at 8:53
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("schematics", function ()
StackExchange.schematics.init();
);
, "cicuitlab");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "135"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f444423%2fhow-to-avoid-voltage-drop-when-using-full-bridge-rectifier-as-reverse-polarity-p%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If you want to avoid the drop, you need a different device that doesn't use as diodes for current control. Diodes have a drop, the best you can do is switch to a diode that has a lower voltage drop, usually 0.2 is as good as it gets.
Mosfets have low resistances, you can either deisgn your own active rectifier by matching mosfets, or buy an active rectifier IC. Another good option is to use a gate driver IC like the LT4350

Source: Storing the charge from a MOSFET Bridge Rectifier
$endgroup$
1
$begingroup$
Should we mention what happens if you place a capacitor between +OUT and -OUT to OP? But then again, it appears OP isn't using it as a full bridge rectifier. Just as a "make it work regardless of how I connect my DC power supply"
$endgroup$
– Harry Svensson
Jun 19 at 21:07
$begingroup$
Can you explain what will happen?
$endgroup$
– 1000Gbps
Jun 19 at 21:35
$begingroup$
Reverse polarity in most cases wouldn't need a filter cap.
$endgroup$
– laptop2d
Jun 19 at 21:47
1
$begingroup$
@1000Gbps It's only a problem if your voltage source contains AC. See here if it's still not obvious. laptop2d's design will only work if your source is like a battery or some other fairly steady output, like a buck converter. If you use his design where the source is a transformer then you can watch as the mosfets burn up, assuming you have a capacitor between +OUT and -OUT.
$endgroup$
– Harry Svensson
Jun 19 at 22:07
$begingroup$
You may wish to add gate voltage (Vgs) limiting or comment on the need..
$endgroup$
– Russell McMahon
Jun 20 at 11:41
add a comment |
$begingroup$
If you want to avoid the drop, you need a different device that doesn't use as diodes for current control. Diodes have a drop, the best you can do is switch to a diode that has a lower voltage drop, usually 0.2 is as good as it gets.
Mosfets have low resistances, you can either deisgn your own active rectifier by matching mosfets, or buy an active rectifier IC. Another good option is to use a gate driver IC like the LT4350

Source: Storing the charge from a MOSFET Bridge Rectifier
$endgroup$
1
$begingroup$
Should we mention what happens if you place a capacitor between +OUT and -OUT to OP? But then again, it appears OP isn't using it as a full bridge rectifier. Just as a "make it work regardless of how I connect my DC power supply"
$endgroup$
– Harry Svensson
Jun 19 at 21:07
$begingroup$
Can you explain what will happen?
$endgroup$
– 1000Gbps
Jun 19 at 21:35
$begingroup$
Reverse polarity in most cases wouldn't need a filter cap.
$endgroup$
– laptop2d
Jun 19 at 21:47
1
$begingroup$
@1000Gbps It's only a problem if your voltage source contains AC. See here if it's still not obvious. laptop2d's design will only work if your source is like a battery or some other fairly steady output, like a buck converter. If you use his design where the source is a transformer then you can watch as the mosfets burn up, assuming you have a capacitor between +OUT and -OUT.
$endgroup$
– Harry Svensson
Jun 19 at 22:07
$begingroup$
You may wish to add gate voltage (Vgs) limiting or comment on the need..
$endgroup$
– Russell McMahon
Jun 20 at 11:41
add a comment |
$begingroup$
If you want to avoid the drop, you need a different device that doesn't use as diodes for current control. Diodes have a drop, the best you can do is switch to a diode that has a lower voltage drop, usually 0.2 is as good as it gets.
Mosfets have low resistances, you can either deisgn your own active rectifier by matching mosfets, or buy an active rectifier IC. Another good option is to use a gate driver IC like the LT4350

Source: Storing the charge from a MOSFET Bridge Rectifier
$endgroup$
If you want to avoid the drop, you need a different device that doesn't use as diodes for current control. Diodes have a drop, the best you can do is switch to a diode that has a lower voltage drop, usually 0.2 is as good as it gets.
Mosfets have low resistances, you can either deisgn your own active rectifier by matching mosfets, or buy an active rectifier IC. Another good option is to use a gate driver IC like the LT4350

Source: Storing the charge from a MOSFET Bridge Rectifier
edited Jun 20 at 16:41
answered Jun 19 at 20:15
laptop2dlaptop2d
33k12 gold badges39 silver badges99 bronze badges
33k12 gold badges39 silver badges99 bronze badges
1
$begingroup$
Should we mention what happens if you place a capacitor between +OUT and -OUT to OP? But then again, it appears OP isn't using it as a full bridge rectifier. Just as a "make it work regardless of how I connect my DC power supply"
$endgroup$
– Harry Svensson
Jun 19 at 21:07
$begingroup$
Can you explain what will happen?
$endgroup$
– 1000Gbps
Jun 19 at 21:35
$begingroup$
Reverse polarity in most cases wouldn't need a filter cap.
$endgroup$
– laptop2d
Jun 19 at 21:47
1
$begingroup$
@1000Gbps It's only a problem if your voltage source contains AC. See here if it's still not obvious. laptop2d's design will only work if your source is like a battery or some other fairly steady output, like a buck converter. If you use his design where the source is a transformer then you can watch as the mosfets burn up, assuming you have a capacitor between +OUT and -OUT.
$endgroup$
– Harry Svensson
Jun 19 at 22:07
$begingroup$
You may wish to add gate voltage (Vgs) limiting or comment on the need..
$endgroup$
– Russell McMahon
Jun 20 at 11:41
add a comment |
1
$begingroup$
Should we mention what happens if you place a capacitor between +OUT and -OUT to OP? But then again, it appears OP isn't using it as a full bridge rectifier. Just as a "make it work regardless of how I connect my DC power supply"
$endgroup$
– Harry Svensson
Jun 19 at 21:07
$begingroup$
Can you explain what will happen?
$endgroup$
– 1000Gbps
Jun 19 at 21:35
$begingroup$
Reverse polarity in most cases wouldn't need a filter cap.
$endgroup$
– laptop2d
Jun 19 at 21:47
1
$begingroup$
@1000Gbps It's only a problem if your voltage source contains AC. See here if it's still not obvious. laptop2d's design will only work if your source is like a battery or some other fairly steady output, like a buck converter. If you use his design where the source is a transformer then you can watch as the mosfets burn up, assuming you have a capacitor between +OUT and -OUT.
$endgroup$
– Harry Svensson
Jun 19 at 22:07
$begingroup$
You may wish to add gate voltage (Vgs) limiting or comment on the need..
$endgroup$
– Russell McMahon
Jun 20 at 11:41
1
1
$begingroup$
Should we mention what happens if you place a capacitor between +OUT and -OUT to OP? But then again, it appears OP isn't using it as a full bridge rectifier. Just as a "make it work regardless of how I connect my DC power supply"
$endgroup$
– Harry Svensson
Jun 19 at 21:07
$begingroup$
Should we mention what happens if you place a capacitor between +OUT and -OUT to OP? But then again, it appears OP isn't using it as a full bridge rectifier. Just as a "make it work regardless of how I connect my DC power supply"
$endgroup$
– Harry Svensson
Jun 19 at 21:07
$begingroup$
Can you explain what will happen?
$endgroup$
– 1000Gbps
Jun 19 at 21:35
$begingroup$
Can you explain what will happen?
$endgroup$
– 1000Gbps
Jun 19 at 21:35
$begingroup$
Reverse polarity in most cases wouldn't need a filter cap.
$endgroup$
– laptop2d
Jun 19 at 21:47
$begingroup$
Reverse polarity in most cases wouldn't need a filter cap.
$endgroup$
– laptop2d
Jun 19 at 21:47
1
1
$begingroup$
@1000Gbps It's only a problem if your voltage source contains AC. See here if it's still not obvious. laptop2d's design will only work if your source is like a battery or some other fairly steady output, like a buck converter. If you use his design where the source is a transformer then you can watch as the mosfets burn up, assuming you have a capacitor between +OUT and -OUT.
$endgroup$
– Harry Svensson
Jun 19 at 22:07
$begingroup$
@1000Gbps It's only a problem if your voltage source contains AC. See here if it's still not obvious. laptop2d's design will only work if your source is like a battery or some other fairly steady output, like a buck converter. If you use his design where the source is a transformer then you can watch as the mosfets burn up, assuming you have a capacitor between +OUT and -OUT.
$endgroup$
– Harry Svensson
Jun 19 at 22:07
$begingroup$
You may wish to add gate voltage (Vgs) limiting or comment on the need..
$endgroup$
– Russell McMahon
Jun 20 at 11:41
$begingroup$
You may wish to add gate voltage (Vgs) limiting or comment on the need..
$endgroup$
– Russell McMahon
Jun 20 at 11:41
add a comment |
$begingroup$
What about this simple solution from www.ti.com/lit/an/slva139/slva139.pdf

You should put a zener and a large resistor to protect your MOSFET if the load voltage is larger than Vgs max:


$endgroup$
$begingroup$
The idea is to always power-on the device even with reversed polarity
$endgroup$
– 1000Gbps
Jun 19 at 21:34
2
$begingroup$
Then please edit your question to reflect that -- reverse polarity operation is different from reverse polarity protection.
$endgroup$
– TimWescott
Jun 20 at 15:23
$begingroup$
Protection against reversed polarity doesn't mean that we should stop powering on the device when wrong polarity is used
$endgroup$
– 1000Gbps
Jun 21 at 10:24
$begingroup$
@1000Gbps Protection against reversed polarity doesn't mean that we should power on the device when wrong polarity is used either. - If I say that I'm going to the fridge to grab some milk, does this mean that I am also going to grab some juice? They are not mutually exclusive, meaning they have nothing to do with each other. I can grab milk without grabbing juice. Or grab milk and juice. - You can have protection against reversed polarity and operate during reversed polarity, or you can have protection against reversed polarity and not operate during reversed polarity.
$endgroup$
– Harry Svensson
6 hours ago
$begingroup$
Yes, but we want to have the both - always power on and protected without using UPS
$endgroup$
– 1000Gbps
6 hours ago
add a comment |
$begingroup$
What about this simple solution from www.ti.com/lit/an/slva139/slva139.pdf

You should put a zener and a large resistor to protect your MOSFET if the load voltage is larger than Vgs max:


$endgroup$
$begingroup$
The idea is to always power-on the device even with reversed polarity
$endgroup$
– 1000Gbps
Jun 19 at 21:34
2
$begingroup$
Then please edit your question to reflect that -- reverse polarity operation is different from reverse polarity protection.
$endgroup$
– TimWescott
Jun 20 at 15:23
$begingroup$
Protection against reversed polarity doesn't mean that we should stop powering on the device when wrong polarity is used
$endgroup$
– 1000Gbps
Jun 21 at 10:24
$begingroup$
@1000Gbps Protection against reversed polarity doesn't mean that we should power on the device when wrong polarity is used either. - If I say that I'm going to the fridge to grab some milk, does this mean that I am also going to grab some juice? They are not mutually exclusive, meaning they have nothing to do with each other. I can grab milk without grabbing juice. Or grab milk and juice. - You can have protection against reversed polarity and operate during reversed polarity, or you can have protection against reversed polarity and not operate during reversed polarity.
$endgroup$
– Harry Svensson
6 hours ago
$begingroup$
Yes, but we want to have the both - always power on and protected without using UPS
$endgroup$
– 1000Gbps
6 hours ago
add a comment |
$begingroup$
What about this simple solution from www.ti.com/lit/an/slva139/slva139.pdf

You should put a zener and a large resistor to protect your MOSFET if the load voltage is larger than Vgs max:


$endgroup$
What about this simple solution from www.ti.com/lit/an/slva139/slva139.pdf

You should put a zener and a large resistor to protect your MOSFET if the load voltage is larger than Vgs max:


edited Jun 19 at 21:09
answered Jun 19 at 20:54
vangelovangelo
4458 bronze badges
4458 bronze badges
$begingroup$
The idea is to always power-on the device even with reversed polarity
$endgroup$
– 1000Gbps
Jun 19 at 21:34
2
$begingroup$
Then please edit your question to reflect that -- reverse polarity operation is different from reverse polarity protection.
$endgroup$
– TimWescott
Jun 20 at 15:23
$begingroup$
Protection against reversed polarity doesn't mean that we should stop powering on the device when wrong polarity is used
$endgroup$
– 1000Gbps
Jun 21 at 10:24
$begingroup$
@1000Gbps Protection against reversed polarity doesn't mean that we should power on the device when wrong polarity is used either. - If I say that I'm going to the fridge to grab some milk, does this mean that I am also going to grab some juice? They are not mutually exclusive, meaning they have nothing to do with each other. I can grab milk without grabbing juice. Or grab milk and juice. - You can have protection against reversed polarity and operate during reversed polarity, or you can have protection against reversed polarity and not operate during reversed polarity.
$endgroup$
– Harry Svensson
6 hours ago
$begingroup$
Yes, but we want to have the both - always power on and protected without using UPS
$endgroup$
– 1000Gbps
6 hours ago
add a comment |
$begingroup$
The idea is to always power-on the device even with reversed polarity
$endgroup$
– 1000Gbps
Jun 19 at 21:34
2
$begingroup$
Then please edit your question to reflect that -- reverse polarity operation is different from reverse polarity protection.
$endgroup$
– TimWescott
Jun 20 at 15:23
$begingroup$
Protection against reversed polarity doesn't mean that we should stop powering on the device when wrong polarity is used
$endgroup$
– 1000Gbps
Jun 21 at 10:24
$begingroup$
@1000Gbps Protection against reversed polarity doesn't mean that we should power on the device when wrong polarity is used either. - If I say that I'm going to the fridge to grab some milk, does this mean that I am also going to grab some juice? They are not mutually exclusive, meaning they have nothing to do with each other. I can grab milk without grabbing juice. Or grab milk and juice. - You can have protection against reversed polarity and operate during reversed polarity, or you can have protection against reversed polarity and not operate during reversed polarity.
$endgroup$
– Harry Svensson
6 hours ago
$begingroup$
Yes, but we want to have the both - always power on and protected without using UPS
$endgroup$
– 1000Gbps
6 hours ago
$begingroup$
The idea is to always power-on the device even with reversed polarity
$endgroup$
– 1000Gbps
Jun 19 at 21:34
$begingroup$
The idea is to always power-on the device even with reversed polarity
$endgroup$
– 1000Gbps
Jun 19 at 21:34
2
2
$begingroup$
Then please edit your question to reflect that -- reverse polarity operation is different from reverse polarity protection.
$endgroup$
– TimWescott
Jun 20 at 15:23
$begingroup$
Then please edit your question to reflect that -- reverse polarity operation is different from reverse polarity protection.
$endgroup$
– TimWescott
Jun 20 at 15:23
$begingroup$
Protection against reversed polarity doesn't mean that we should stop powering on the device when wrong polarity is used
$endgroup$
– 1000Gbps
Jun 21 at 10:24
$begingroup$
Protection against reversed polarity doesn't mean that we should stop powering on the device when wrong polarity is used
$endgroup$
– 1000Gbps
Jun 21 at 10:24
$begingroup$
@1000Gbps Protection against reversed polarity doesn't mean that we should power on the device when wrong polarity is used either. - If I say that I'm going to the fridge to grab some milk, does this mean that I am also going to grab some juice? They are not mutually exclusive, meaning they have nothing to do with each other. I can grab milk without grabbing juice. Or grab milk and juice. - You can have protection against reversed polarity and operate during reversed polarity, or you can have protection against reversed polarity and not operate during reversed polarity.
$endgroup$
– Harry Svensson
6 hours ago
$begingroup$
@1000Gbps Protection against reversed polarity doesn't mean that we should power on the device when wrong polarity is used either. - If I say that I'm going to the fridge to grab some milk, does this mean that I am also going to grab some juice? They are not mutually exclusive, meaning they have nothing to do with each other. I can grab milk without grabbing juice. Or grab milk and juice. - You can have protection against reversed polarity and operate during reversed polarity, or you can have protection against reversed polarity and not operate during reversed polarity.
$endgroup$
– Harry Svensson
6 hours ago
$begingroup$
Yes, but we want to have the both - always power on and protected without using UPS
$endgroup$
– 1000Gbps
6 hours ago
$begingroup$
Yes, but we want to have the both - always power on and protected without using UPS
$endgroup$
– 1000Gbps
6 hours ago
add a comment |
$begingroup$
If all you want to do is avoid damage you can use a single Schottkey diode in the power lead (as opposed to ground) and end up with less drop. The board won't work if power is applied in reverse, but it won't go up in smoke.
One place I worked used a fuse, and a diode on the other side of it that would crowbar the supply to one diode drop in reverse. If the board was connected backward the fuse would blow -- so technically it would be "broken", but it would be an easy fix. You need to take care if you do this -- you need to size the diode so that it doesn't get damaged before the fuse blows, and you need to make sure the system isn't going to be damaged by the brief short across the power leads.
$endgroup$
add a comment |
$begingroup$
If all you want to do is avoid damage you can use a single Schottkey diode in the power lead (as opposed to ground) and end up with less drop. The board won't work if power is applied in reverse, but it won't go up in smoke.
One place I worked used a fuse, and a diode on the other side of it that would crowbar the supply to one diode drop in reverse. If the board was connected backward the fuse would blow -- so technically it would be "broken", but it would be an easy fix. You need to take care if you do this -- you need to size the diode so that it doesn't get damaged before the fuse blows, and you need to make sure the system isn't going to be damaged by the brief short across the power leads.
$endgroup$
add a comment |
$begingroup$
If all you want to do is avoid damage you can use a single Schottkey diode in the power lead (as opposed to ground) and end up with less drop. The board won't work if power is applied in reverse, but it won't go up in smoke.
One place I worked used a fuse, and a diode on the other side of it that would crowbar the supply to one diode drop in reverse. If the board was connected backward the fuse would blow -- so technically it would be "broken", but it would be an easy fix. You need to take care if you do this -- you need to size the diode so that it doesn't get damaged before the fuse blows, and you need to make sure the system isn't going to be damaged by the brief short across the power leads.
$endgroup$
If all you want to do is avoid damage you can use a single Schottkey diode in the power lead (as opposed to ground) and end up with less drop. The board won't work if power is applied in reverse, but it won't go up in smoke.
One place I worked used a fuse, and a diode on the other side of it that would crowbar the supply to one diode drop in reverse. If the board was connected backward the fuse would blow -- so technically it would be "broken", but it would be an easy fix. You need to take care if you do this -- you need to size the diode so that it doesn't get damaged before the fuse blows, and you need to make sure the system isn't going to be damaged by the brief short across the power leads.
answered Jun 19 at 20:31
TimWescottTimWescott
10.1k1 gold badge8 silver badges21 bronze badges
10.1k1 gold badge8 silver badges21 bronze badges
add a comment |
add a comment |
$begingroup$
For reverse polarity protection there are several different circuits based on MOSFETs.
There are also dedicated ICs to control the MOSFETs appropriately.
Those solutions are often called "ideal diode" circuits. If you search for that term you will easily find everything from circuit diagrams to ICs ("ideal diode controllers") to complete modules you can buy.
$endgroup$
$begingroup$
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
$endgroup$
– RoyC
Jun 21 at 6:48
$begingroup$
@RoyC I disagree. The OP is asking for a diode-equivalent circuit. There are several different circuits and/or ICs which are commonly called "ideal diode". That search term will yield a lot of options; you just have to know that you want to search for "ideal diode" to find them.
$endgroup$
– JimmyB
Jun 21 at 8:47
$begingroup$
@RoyC Added a little more explanation. I still don't see the need to include a host of circuit diagrams for the different possible solutions when a simple search for the term given will yield all the available options from which the OP can then choose.
$endgroup$
– JimmyB
Jun 21 at 8:53
add a comment |
$begingroup$
For reverse polarity protection there are several different circuits based on MOSFETs.
There are also dedicated ICs to control the MOSFETs appropriately.
Those solutions are often called "ideal diode" circuits. If you search for that term you will easily find everything from circuit diagrams to ICs ("ideal diode controllers") to complete modules you can buy.
$endgroup$
$begingroup$
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
$endgroup$
– RoyC
Jun 21 at 6:48
$begingroup$
@RoyC I disagree. The OP is asking for a diode-equivalent circuit. There are several different circuits and/or ICs which are commonly called "ideal diode". That search term will yield a lot of options; you just have to know that you want to search for "ideal diode" to find them.
$endgroup$
– JimmyB
Jun 21 at 8:47
$begingroup$
@RoyC Added a little more explanation. I still don't see the need to include a host of circuit diagrams for the different possible solutions when a simple search for the term given will yield all the available options from which the OP can then choose.
$endgroup$
– JimmyB
Jun 21 at 8:53
add a comment |
$begingroup$
For reverse polarity protection there are several different circuits based on MOSFETs.
There are also dedicated ICs to control the MOSFETs appropriately.
Those solutions are often called "ideal diode" circuits. If you search for that term you will easily find everything from circuit diagrams to ICs ("ideal diode controllers") to complete modules you can buy.
$endgroup$
For reverse polarity protection there are several different circuits based on MOSFETs.
There are also dedicated ICs to control the MOSFETs appropriately.
Those solutions are often called "ideal diode" circuits. If you search for that term you will easily find everything from circuit diagrams to ICs ("ideal diode controllers") to complete modules you can buy.
edited Jun 21 at 11:34
answered Jun 20 at 14:04
JimmyBJimmyB
3,18114 silver badges17 bronze badges
3,18114 silver badges17 bronze badges
$begingroup$
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
$endgroup$
– RoyC
Jun 21 at 6:48
$begingroup$
@RoyC I disagree. The OP is asking for a diode-equivalent circuit. There are several different circuits and/or ICs which are commonly called "ideal diode". That search term will yield a lot of options; you just have to know that you want to search for "ideal diode" to find them.
$endgroup$
– JimmyB
Jun 21 at 8:47
$begingroup$
@RoyC Added a little more explanation. I still don't see the need to include a host of circuit diagrams for the different possible solutions when a simple search for the term given will yield all the available options from which the OP can then choose.
$endgroup$
– JimmyB
Jun 21 at 8:53
add a comment |
$begingroup$
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
$endgroup$
– RoyC
Jun 21 at 6:48
$begingroup$
@RoyC I disagree. The OP is asking for a diode-equivalent circuit. There are several different circuits and/or ICs which are commonly called "ideal diode". That search term will yield a lot of options; you just have to know that you want to search for "ideal diode" to find them.
$endgroup$
– JimmyB
Jun 21 at 8:47
$begingroup$
@RoyC Added a little more explanation. I still don't see the need to include a host of circuit diagrams for the different possible solutions when a simple search for the term given will yield all the available options from which the OP can then choose.
$endgroup$
– JimmyB
Jun 21 at 8:53
$begingroup$
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
$endgroup$
– RoyC
Jun 21 at 6:48
$begingroup$
This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - From Review
$endgroup$
– RoyC
Jun 21 at 6:48
$begingroup$
@RoyC I disagree. The OP is asking for a diode-equivalent circuit. There are several different circuits and/or ICs which are commonly called "ideal diode". That search term will yield a lot of options; you just have to know that you want to search for "ideal diode" to find them.
$endgroup$
– JimmyB
Jun 21 at 8:47
$begingroup$
@RoyC I disagree. The OP is asking for a diode-equivalent circuit. There are several different circuits and/or ICs which are commonly called "ideal diode". That search term will yield a lot of options; you just have to know that you want to search for "ideal diode" to find them.
$endgroup$
– JimmyB
Jun 21 at 8:47
$begingroup$
@RoyC Added a little more explanation. I still don't see the need to include a host of circuit diagrams for the different possible solutions when a simple search for the term given will yield all the available options from which the OP can then choose.
$endgroup$
– JimmyB
Jun 21 at 8:53
$begingroup$
@RoyC Added a little more explanation. I still don't see the need to include a host of circuit diagrams for the different possible solutions when a simple search for the term given will yield all the available options from which the OP can then choose.
$endgroup$
– JimmyB
Jun 21 at 8:53
add a comment |
Thanks for contributing an answer to Electrical Engineering Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f444423%2fhow-to-avoid-voltage-drop-when-using-full-bridge-rectifier-as-reverse-polarity-p%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown