max. output current of USB port and damage to the USB device
A USB host can generate up to 500mA. Would it mean that the host device is never damaged by a short circuit on a USB guest device? When I play with Arduino, I sometimes see that my PC freezes. The reason was always short circuit over the Arduino board. So often I wonder if I need a tool to limit the current output of my P to protect it from being fried.
usb
add a comment |
A USB host can generate up to 500mA. Would it mean that the host device is never damaged by a short circuit on a USB guest device? When I play with Arduino, I sometimes see that my PC freezes. The reason was always short circuit over the Arduino board. So often I wonder if I need a tool to limit the current output of my P to protect it from being fried.
usb
add a comment |
A USB host can generate up to 500mA. Would it mean that the host device is never damaged by a short circuit on a USB guest device? When I play with Arduino, I sometimes see that my PC freezes. The reason was always short circuit over the Arduino board. So often I wonder if I need a tool to limit the current output of my P to protect it from being fried.
usb
A USB host can generate up to 500mA. Would it mean that the host device is never damaged by a short circuit on a USB guest device? When I play with Arduino, I sometimes see that my PC freezes. The reason was always short circuit over the Arduino board. So often I wonder if I need a tool to limit the current output of my P to protect it from being fried.
usb
usb
asked 6 hours ago
Nownuri
1597
1597
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Would it mean that the host device is never damaged by a short circuit on a USB guest device?
No, it means that USB (2) peripherals must be designed to never draw more than 500 mA.
In fact, they must be designed to not draw more than 100 mA until they have "negotiated" for a higher current allocation from the host.
A good host could be designed to not be damaged if the USB power pins are shorted, but you should not count on this behavior.
add a comment |
There is an amazing slew of misconceptions and display of bad habits in this question.
A USB host can generate up to 500mA.
Wrong. Any externally-powered USB host MUST generate AT LEAST 500 mA, according to USB Specifications, Section 7.2. It is not uncommon to have 2-3 A from a USB port on a desktop PC.
Would it mean that the host
deviceport is never damaged by a short circuit
on a USB guest device?
Yes, in general. Over-current protection of USB ports is mandatory per specifications, see Section 7.2.1.2.1, and the limit is set at 5 A. A good manufacturer (who cares for product usability and no-recalls) would put the protection at lower level, mostly in the form of re-settable polyfuses. This protection will prevent a PC from blasting into flames, but still will make a good spike of current, which might produce a glitch on internal voltage rails (primary +5V rail) and cause temporal malfunction. Good over-current protection with high-side solid-state switches costs a bit more and is less common.
When I play with Arduino, I sometimes see that my PC freezes. The
reason was always short circuit over the Arduino board.
From good engineering perspective, you should never "play" with a powered circuit; you either make changes to unpowered circuit and then power it up, or make provisions (like a trimpot on long leads) to make circuit changes without "playing" and shorting your circuit.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
});
});
}, "mathjax-editing");
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%2f414183%2fmax-output-current-of-usb-port-and-damage-to-the-usb-device%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
Would it mean that the host device is never damaged by a short circuit on a USB guest device?
No, it means that USB (2) peripherals must be designed to never draw more than 500 mA.
In fact, they must be designed to not draw more than 100 mA until they have "negotiated" for a higher current allocation from the host.
A good host could be designed to not be damaged if the USB power pins are shorted, but you should not count on this behavior.
add a comment |
Would it mean that the host device is never damaged by a short circuit on a USB guest device?
No, it means that USB (2) peripherals must be designed to never draw more than 500 mA.
In fact, they must be designed to not draw more than 100 mA until they have "negotiated" for a higher current allocation from the host.
A good host could be designed to not be damaged if the USB power pins are shorted, but you should not count on this behavior.
add a comment |
Would it mean that the host device is never damaged by a short circuit on a USB guest device?
No, it means that USB (2) peripherals must be designed to never draw more than 500 mA.
In fact, they must be designed to not draw more than 100 mA until they have "negotiated" for a higher current allocation from the host.
A good host could be designed to not be damaged if the USB power pins are shorted, but you should not count on this behavior.
Would it mean that the host device is never damaged by a short circuit on a USB guest device?
No, it means that USB (2) peripherals must be designed to never draw more than 500 mA.
In fact, they must be designed to not draw more than 100 mA until they have "negotiated" for a higher current allocation from the host.
A good host could be designed to not be damaged if the USB power pins are shorted, but you should not count on this behavior.
answered 6 hours ago
The Photon
83k396194
83k396194
add a comment |
add a comment |
There is an amazing slew of misconceptions and display of bad habits in this question.
A USB host can generate up to 500mA.
Wrong. Any externally-powered USB host MUST generate AT LEAST 500 mA, according to USB Specifications, Section 7.2. It is not uncommon to have 2-3 A from a USB port on a desktop PC.
Would it mean that the host
deviceport is never damaged by a short circuit
on a USB guest device?
Yes, in general. Over-current protection of USB ports is mandatory per specifications, see Section 7.2.1.2.1, and the limit is set at 5 A. A good manufacturer (who cares for product usability and no-recalls) would put the protection at lower level, mostly in the form of re-settable polyfuses. This protection will prevent a PC from blasting into flames, but still will make a good spike of current, which might produce a glitch on internal voltage rails (primary +5V rail) and cause temporal malfunction. Good over-current protection with high-side solid-state switches costs a bit more and is less common.
When I play with Arduino, I sometimes see that my PC freezes. The
reason was always short circuit over the Arduino board.
From good engineering perspective, you should never "play" with a powered circuit; you either make changes to unpowered circuit and then power it up, or make provisions (like a trimpot on long leads) to make circuit changes without "playing" and shorting your circuit.
add a comment |
There is an amazing slew of misconceptions and display of bad habits in this question.
A USB host can generate up to 500mA.
Wrong. Any externally-powered USB host MUST generate AT LEAST 500 mA, according to USB Specifications, Section 7.2. It is not uncommon to have 2-3 A from a USB port on a desktop PC.
Would it mean that the host
deviceport is never damaged by a short circuit
on a USB guest device?
Yes, in general. Over-current protection of USB ports is mandatory per specifications, see Section 7.2.1.2.1, and the limit is set at 5 A. A good manufacturer (who cares for product usability and no-recalls) would put the protection at lower level, mostly in the form of re-settable polyfuses. This protection will prevent a PC from blasting into flames, but still will make a good spike of current, which might produce a glitch on internal voltage rails (primary +5V rail) and cause temporal malfunction. Good over-current protection with high-side solid-state switches costs a bit more and is less common.
When I play with Arduino, I sometimes see that my PC freezes. The
reason was always short circuit over the Arduino board.
From good engineering perspective, you should never "play" with a powered circuit; you either make changes to unpowered circuit and then power it up, or make provisions (like a trimpot on long leads) to make circuit changes without "playing" and shorting your circuit.
add a comment |
There is an amazing slew of misconceptions and display of bad habits in this question.
A USB host can generate up to 500mA.
Wrong. Any externally-powered USB host MUST generate AT LEAST 500 mA, according to USB Specifications, Section 7.2. It is not uncommon to have 2-3 A from a USB port on a desktop PC.
Would it mean that the host
deviceport is never damaged by a short circuit
on a USB guest device?
Yes, in general. Over-current protection of USB ports is mandatory per specifications, see Section 7.2.1.2.1, and the limit is set at 5 A. A good manufacturer (who cares for product usability and no-recalls) would put the protection at lower level, mostly in the form of re-settable polyfuses. This protection will prevent a PC from blasting into flames, but still will make a good spike of current, which might produce a glitch on internal voltage rails (primary +5V rail) and cause temporal malfunction. Good over-current protection with high-side solid-state switches costs a bit more and is less common.
When I play with Arduino, I sometimes see that my PC freezes. The
reason was always short circuit over the Arduino board.
From good engineering perspective, you should never "play" with a powered circuit; you either make changes to unpowered circuit and then power it up, or make provisions (like a trimpot on long leads) to make circuit changes without "playing" and shorting your circuit.
There is an amazing slew of misconceptions and display of bad habits in this question.
A USB host can generate up to 500mA.
Wrong. Any externally-powered USB host MUST generate AT LEAST 500 mA, according to USB Specifications, Section 7.2. It is not uncommon to have 2-3 A from a USB port on a desktop PC.
Would it mean that the host
deviceport is never damaged by a short circuit
on a USB guest device?
Yes, in general. Over-current protection of USB ports is mandatory per specifications, see Section 7.2.1.2.1, and the limit is set at 5 A. A good manufacturer (who cares for product usability and no-recalls) would put the protection at lower level, mostly in the form of re-settable polyfuses. This protection will prevent a PC from blasting into flames, but still will make a good spike of current, which might produce a glitch on internal voltage rails (primary +5V rail) and cause temporal malfunction. Good over-current protection with high-side solid-state switches costs a bit more and is less common.
When I play with Arduino, I sometimes see that my PC freezes. The
reason was always short circuit over the Arduino board.
From good engineering perspective, you should never "play" with a powered circuit; you either make changes to unpowered circuit and then power it up, or make provisions (like a trimpot on long leads) to make circuit changes without "playing" and shorting your circuit.
edited 5 hours ago
answered 5 hours ago
Ale..chenski
26.5k11864
26.5k11864
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f414183%2fmax-output-current-of-usb-port-and-damage-to-the-usb-device%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