How to design a CMC (Common Mode Choke) footprint to allow no-pop solutionShould I keep the decoupling...
"was fiction" vs "were fictions"
Reverse dots and boxes
How do you move up one folder in Finder?
Couldn't make condition-case work
What is this little owl-like bird?
Why different specifications for telescopes and binoculars?
Is a request to book a business flight ticket for a graduate student an unreasonable one?
Is it OK to leave real names & info visible in business card portfolio?
Can i use larger/smaller circular saw blades on my circular / plunge / table / miter saw?
What's it called when the bad guy gets eaten?
What minifigure is this?
How can a dictatorship government be beneficial to a dictator in a post-scarcity society?
How to drill holes in 3/8" steel plates?
GDPR rights when subject dies; does family inherit subject rights?
To what extent would a wizard be able to combine feats to learn to mimic unknown spells?
Does a wizard need their hands free in order to cause their familiar from the Find Familiar spell to reappear?
What's the point of having a RAID 1 configuration over incremental backups to a secondary drive?
Addressing unnecessary daily meetings with manager?
What are some further readings in Econometrics you recommend?
Why is a mixture of two normally distributed variables only bimodal if their means differ by at least two times the common standard deviation?
Is this a reference to the film Alien in the novel 2010 Odyssey Two?
What would +1/+2/+3 items be called in game?
What is a "Lear Processor" and how did it work?
Should I include code in my research paper?
How to design a CMC (Common Mode Choke) footprint to allow no-pop solution
Should I keep the decoupling capacitor's vias isolated from ground fills?How to use common mode choke inductors? (differential vs common mode)selection of common mode chokeSMPS PCB Design Signal IntegrityCommon mode choke vs individual inductors for offline flyback smpscommon mode choke on DC lineknow the parameter of common mode choke for power adaptercommon mode choke - symbol and orientationCommon mode choke selection for 5V 1A smps power supplyPCB Layout - Common Mode Choke
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
How would you design in CMC's with a 0504 (1210 metric) 4-lead package to allow for a no populate (do not pop, DNP,DNI) solution? I am thinking 0402 0ohm (zero ohm) resistor but cannot picture the PCB layout?
Specifcally, this is for USB data lines and the CMC's may be used to reduce radiated EMI.
pcb pcb-design inductor layout common-mode-choke
New contributor
$endgroup$
add a comment |
$begingroup$
How would you design in CMC's with a 0504 (1210 metric) 4-lead package to allow for a no populate (do not pop, DNP,DNI) solution? I am thinking 0402 0ohm (zero ohm) resistor but cannot picture the PCB layout?
Specifcally, this is for USB data lines and the CMC's may be used to reduce radiated EMI.
pcb pcb-design inductor layout common-mode-choke
New contributor
$endgroup$
add a comment |
$begingroup$
How would you design in CMC's with a 0504 (1210 metric) 4-lead package to allow for a no populate (do not pop, DNP,DNI) solution? I am thinking 0402 0ohm (zero ohm) resistor but cannot picture the PCB layout?
Specifcally, this is for USB data lines and the CMC's may be used to reduce radiated EMI.
pcb pcb-design inductor layout common-mode-choke
New contributor
$endgroup$
How would you design in CMC's with a 0504 (1210 metric) 4-lead package to allow for a no populate (do not pop, DNP,DNI) solution? I am thinking 0402 0ohm (zero ohm) resistor but cannot picture the PCB layout?
Specifcally, this is for USB data lines and the CMC's may be used to reduce radiated EMI.
pcb pcb-design inductor layout common-mode-choke
pcb pcb-design inductor layout common-mode-choke
New contributor
New contributor
New contributor
asked 9 hours ago
RuggedEngieRuggedEngie
61 bronze badge
61 bronze badge
New contributor
New contributor
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
In these situations for prototyping I do something like this:
You cut the traces on the PCB if you need to install the choke. That way you don't impedance problems from soldering wires. The problem with this setup is once you cut the PCB traces, you can't go back. Another way to do this would be to put 0 ohm resistors in series with the choke. Or you could use 0 ohm resistors if you select them the same size as the choke gap.
$endgroup$
$begingroup$
You can always go back with cut traces. With a suitable ECN and solder bridge
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
In my case the thermal EMF would not be the same, when I cut, it's one way.
$endgroup$
– laptop2d
8 hours ago
$begingroup$
In our shops where I worked, it was neat but bridgeable. It is always a better idea to include CM chokes for USB. I have seen too many data errors without this using Towers to Arduino on floating supplies etc. Due to SMPS CM noise.
$endgroup$
– Sunnyskyguy EE75
8 hours ago
add a comment |
$begingroup$
It would be a dual pad layout joined for either SMD CM choke or any SMD 0R parts or fixed R parts depending on design.
The design would be controlled impedance for USB2 (100MHz) or USB 3.
$endgroup$
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
});
}
});
RuggedEngie is a new contributor. Be nice, and check out our Code of Conduct.
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%2f447364%2fhow-to-design-a-cmc-common-mode-choke-footprint-to-allow-no-pop-solution%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
In these situations for prototyping I do something like this:
You cut the traces on the PCB if you need to install the choke. That way you don't impedance problems from soldering wires. The problem with this setup is once you cut the PCB traces, you can't go back. Another way to do this would be to put 0 ohm resistors in series with the choke. Or you could use 0 ohm resistors if you select them the same size as the choke gap.
$endgroup$
$begingroup$
You can always go back with cut traces. With a suitable ECN and solder bridge
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
In my case the thermal EMF would not be the same, when I cut, it's one way.
$endgroup$
– laptop2d
8 hours ago
$begingroup$
In our shops where I worked, it was neat but bridgeable. It is always a better idea to include CM chokes for USB. I have seen too many data errors without this using Towers to Arduino on floating supplies etc. Due to SMPS CM noise.
$endgroup$
– Sunnyskyguy EE75
8 hours ago
add a comment |
$begingroup$
In these situations for prototyping I do something like this:
You cut the traces on the PCB if you need to install the choke. That way you don't impedance problems from soldering wires. The problem with this setup is once you cut the PCB traces, you can't go back. Another way to do this would be to put 0 ohm resistors in series with the choke. Or you could use 0 ohm resistors if you select them the same size as the choke gap.
$endgroup$
$begingroup$
You can always go back with cut traces. With a suitable ECN and solder bridge
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
In my case the thermal EMF would not be the same, when I cut, it's one way.
$endgroup$
– laptop2d
8 hours ago
$begingroup$
In our shops where I worked, it was neat but bridgeable. It is always a better idea to include CM chokes for USB. I have seen too many data errors without this using Towers to Arduino on floating supplies etc. Due to SMPS CM noise.
$endgroup$
– Sunnyskyguy EE75
8 hours ago
add a comment |
$begingroup$
In these situations for prototyping I do something like this:
You cut the traces on the PCB if you need to install the choke. That way you don't impedance problems from soldering wires. The problem with this setup is once you cut the PCB traces, you can't go back. Another way to do this would be to put 0 ohm resistors in series with the choke. Or you could use 0 ohm resistors if you select them the same size as the choke gap.
$endgroup$
In these situations for prototyping I do something like this:
You cut the traces on the PCB if you need to install the choke. That way you don't impedance problems from soldering wires. The problem with this setup is once you cut the PCB traces, you can't go back. Another way to do this would be to put 0 ohm resistors in series with the choke. Or you could use 0 ohm resistors if you select them the same size as the choke gap.
edited 8 hours ago
answered 8 hours ago
laptop2dlaptop2d
33.5k12 gold badges40 silver badges100 bronze badges
33.5k12 gold badges40 silver badges100 bronze badges
$begingroup$
You can always go back with cut traces. With a suitable ECN and solder bridge
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
In my case the thermal EMF would not be the same, when I cut, it's one way.
$endgroup$
– laptop2d
8 hours ago
$begingroup$
In our shops where I worked, it was neat but bridgeable. It is always a better idea to include CM chokes for USB. I have seen too many data errors without this using Towers to Arduino on floating supplies etc. Due to SMPS CM noise.
$endgroup$
– Sunnyskyguy EE75
8 hours ago
add a comment |
$begingroup$
You can always go back with cut traces. With a suitable ECN and solder bridge
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
In my case the thermal EMF would not be the same, when I cut, it's one way.
$endgroup$
– laptop2d
8 hours ago
$begingroup$
In our shops where I worked, it was neat but bridgeable. It is always a better idea to include CM chokes for USB. I have seen too many data errors without this using Towers to Arduino on floating supplies etc. Due to SMPS CM noise.
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
You can always go back with cut traces. With a suitable ECN and solder bridge
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
You can always go back with cut traces. With a suitable ECN and solder bridge
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
In my case the thermal EMF would not be the same, when I cut, it's one way.
$endgroup$
– laptop2d
8 hours ago
$begingroup$
In my case the thermal EMF would not be the same, when I cut, it's one way.
$endgroup$
– laptop2d
8 hours ago
$begingroup$
In our shops where I worked, it was neat but bridgeable. It is always a better idea to include CM chokes for USB. I have seen too many data errors without this using Towers to Arduino on floating supplies etc. Due to SMPS CM noise.
$endgroup$
– Sunnyskyguy EE75
8 hours ago
$begingroup$
In our shops where I worked, it was neat but bridgeable. It is always a better idea to include CM chokes for USB. I have seen too many data errors without this using Towers to Arduino on floating supplies etc. Due to SMPS CM noise.
$endgroup$
– Sunnyskyguy EE75
8 hours ago
add a comment |
$begingroup$
It would be a dual pad layout joined for either SMD CM choke or any SMD 0R parts or fixed R parts depending on design.
The design would be controlled impedance for USB2 (100MHz) or USB 3.
$endgroup$
add a comment |
$begingroup$
It would be a dual pad layout joined for either SMD CM choke or any SMD 0R parts or fixed R parts depending on design.
The design would be controlled impedance for USB2 (100MHz) or USB 3.
$endgroup$
add a comment |
$begingroup$
It would be a dual pad layout joined for either SMD CM choke or any SMD 0R parts or fixed R parts depending on design.
The design would be controlled impedance for USB2 (100MHz) or USB 3.
$endgroup$
It would be a dual pad layout joined for either SMD CM choke or any SMD 0R parts or fixed R parts depending on design.
The design would be controlled impedance for USB2 (100MHz) or USB 3.
answered 8 hours ago
Sunnyskyguy EE75Sunnyskyguy EE75
79k2 gold badges30 silver badges114 bronze badges
79k2 gold badges30 silver badges114 bronze badges
add a comment |
add a comment |
RuggedEngie is a new contributor. Be nice, and check out our Code of Conduct.
RuggedEngie is a new contributor. Be nice, and check out our Code of Conduct.
RuggedEngie is a new contributor. Be nice, and check out our Code of Conduct.
RuggedEngie is a new contributor. Be nice, and check out our Code of Conduct.
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%2f447364%2fhow-to-design-a-cmc-common-mode-choke-footprint-to-allow-no-pop-solution%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