Will linear voltage regulator step up current?Can a DC regulator reduce/step down DC voltage?Using Linear...
Boiling meatballs, how long?
Coworker is trying to get me to sign his petition to run for office. How to decline politely?
Found a major flaw in paper from home university – to which I would like to return
How does the income of your target audience matter for logo design?
Portent, as it relates to the Gambling downtime rules from Xanathar's Guide to Everything
How do I write a maintainable, fast, compile-time bit-mask in C++?
Can I reorder the coordinates of a line when importing into QGIS a WKT linestring?
Is it ethical to apply for a job on someone's behalf?
Where can I educate myself on D&D universe lore, specifically on vampires and supernatural monsters?
Discouraging missile alpha strikes
What are Holorydmachines?
Booking honeymoon before name change
Getting size of dynamic C-style array vs. use of delete[]. Contradiction?
How does Artisan's Blessing handle rusted and mistreated weapons?
Badly designed reimbursement form. What does that say about the company?
Does changing "sa" password require a SQL restart (in mixed mode)?
A semicolon (';') is not needed after a function declaration. C++
Is it possible to detect 100% of SQLi with a simple regex?
Ramanujan's radical and how we define an infinite nested radical
What dissuades people from lying about where they live in order to reduce state income taxes?
Are there rules for falling in water vs. diving vs. just jumping in for various depths of water?
Why did some CPUs use two Read/Write lines, and others just one?
Is it common to refer to someone as "Prof. Dr. [LastName]"?
How do I limit the number of rows that are loaded in a QGIS attribute table?
Will linear voltage regulator step up current?
Can a DC regulator reduce/step down DC voltage?Using Linear Voltage Regulators in Series?What is used to reduce to 220v AC voltage to lower voltage for DC conversionChoosing a linear regulator vs. switching regulator for low-power application?Setting a step-down regulator to provide constant drop on the following linear regulatorLinear regulator with external switchLinear voltage regulator currentBest design choice: linear regulator or switch converterSwitching pre regulator and linear regulatorsAny downside to feeding a buck regulator into a linear one?
$begingroup$
I have a regulated 9 volt 300mA power supply I want to step it down to 5 volt using Linear Voltage Regulator LM7805 , I want to know how much current can I can draw at 5 volts, will it be 300mA or will it be close to 540mA, since power = voltage * current.
power-supply linear-regulator
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
I have a regulated 9 volt 300mA power supply I want to step it down to 5 volt using Linear Voltage Regulator LM7805 , I want to know how much current can I can draw at 5 volts, will it be 300mA or will it be close to 540mA, since power = voltage * current.
power-supply linear-regulator
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
With a 9V*0.3A=2.7W supply you can only achieve >90% efficiency with an SMPS to store energy and transfer with rapid switching.
$endgroup$
– Sunnyskyguy EE75
2 hours ago
add a comment |
$begingroup$
I have a regulated 9 volt 300mA power supply I want to step it down to 5 volt using Linear Voltage Regulator LM7805 , I want to know how much current can I can draw at 5 volts, will it be 300mA or will it be close to 540mA, since power = voltage * current.
power-supply linear-regulator
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
I have a regulated 9 volt 300mA power supply I want to step it down to 5 volt using Linear Voltage Regulator LM7805 , I want to know how much current can I can draw at 5 volts, will it be 300mA or will it be close to 540mA, since power = voltage * current.
power-supply linear-regulator
power-supply linear-regulator
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 hours ago
Jayant PahujaJayant Pahuja
111
111
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Jayant Pahuja is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
With a 9V*0.3A=2.7W supply you can only achieve >90% efficiency with an SMPS to store energy and transfer with rapid switching.
$endgroup$
– Sunnyskyguy EE75
2 hours ago
add a comment |
$begingroup$
With a 9V*0.3A=2.7W supply you can only achieve >90% efficiency with an SMPS to store energy and transfer with rapid switching.
$endgroup$
– Sunnyskyguy EE75
2 hours ago
$begingroup$
With a 9V*0.3A=2.7W supply you can only achieve >90% efficiency with an SMPS to store energy and transfer with rapid switching.
$endgroup$
– Sunnyskyguy EE75
2 hours ago
$begingroup$
With a 9V*0.3A=2.7W supply you can only achieve >90% efficiency with an SMPS to store energy and transfer with rapid switching.
$endgroup$
– Sunnyskyguy EE75
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
No. A linear regulator works by burning off excess voltage as heat, therefore current in equals current out. The linear regulator is essentially throwing away the excess energy in order to regulate, rather than converting it to the output. You need a switching regulator if you want to take advantage of power in equals power out in order to convert a high input voltage, low input current into a lower output voltage, higher output current.
$P_{in} = P_{out}$
but for a linear regulator it looks like this:
$V_{in} times I_{in} = (V_{out} times I_{out}) + [(V_{in} - V_{out}) times I_{out}]$
The last term in square brackets is the excess voltage being converted to heat. If we expand and simplify the right hand side, a bunch of things cancel out and we get:
$V_{in} times I_{in} = V_{in} times I_{out}$
Therefore:
$I_{in} = I_{out}$
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
I fixed your minor grammar errors. Takes time to learn details of English. +1 for solid answer.
$endgroup$
– Sparky256
2 hours ago
$begingroup$
Thanks. I changed the sentence structure halfway through but missed changing "burn".
$endgroup$
– Toor
2 hours ago
$begingroup$
@Toor * means convolution and not a multiplication.
$endgroup$
– Jan
1 hour ago
$begingroup$
Right. How lemme try and figure out how to get a multiplication sign in there.
$endgroup$
– Toor
1 hour ago
$begingroup$
Changed. It's rather inelegant to need to go "times"
$endgroup$
– Toor
1 hour ago
|
show 2 more comments
$begingroup$
No, it won't step up current. You can think of a regulator as a resistor that adjusts it's resistance to keep the voltage stable.
However, you can buy DC to DC converters that 'boost' the current. But DC to DC converters are usually called by what they do to the voltage, not the current.
A boost converter 'boosts' or steps up the voltage from a lower voltage to a higher one (at the expense of current and a small loss in power)
A buck converter or step down converter takes a higher voltage into a lower one (with potentially more current than is on the input of the converter, also with a small loss)
They actually make 78XX series DC to DC converters that are drop in compatible with linear regulators that buck or boost voltage.
$endgroup$
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
});
}
});
Jayant Pahuja 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%2f423463%2fwill-linear-voltage-regulator-step-up-current%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$
No. A linear regulator works by burning off excess voltage as heat, therefore current in equals current out. The linear regulator is essentially throwing away the excess energy in order to regulate, rather than converting it to the output. You need a switching regulator if you want to take advantage of power in equals power out in order to convert a high input voltage, low input current into a lower output voltage, higher output current.
$P_{in} = P_{out}$
but for a linear regulator it looks like this:
$V_{in} times I_{in} = (V_{out} times I_{out}) + [(V_{in} - V_{out}) times I_{out}]$
The last term in square brackets is the excess voltage being converted to heat. If we expand and simplify the right hand side, a bunch of things cancel out and we get:
$V_{in} times I_{in} = V_{in} times I_{out}$
Therefore:
$I_{in} = I_{out}$
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
I fixed your minor grammar errors. Takes time to learn details of English. +1 for solid answer.
$endgroup$
– Sparky256
2 hours ago
$begingroup$
Thanks. I changed the sentence structure halfway through but missed changing "burn".
$endgroup$
– Toor
2 hours ago
$begingroup$
@Toor * means convolution and not a multiplication.
$endgroup$
– Jan
1 hour ago
$begingroup$
Right. How lemme try and figure out how to get a multiplication sign in there.
$endgroup$
– Toor
1 hour ago
$begingroup$
Changed. It's rather inelegant to need to go "times"
$endgroup$
– Toor
1 hour ago
|
show 2 more comments
$begingroup$
No. A linear regulator works by burning off excess voltage as heat, therefore current in equals current out. The linear regulator is essentially throwing away the excess energy in order to regulate, rather than converting it to the output. You need a switching regulator if you want to take advantage of power in equals power out in order to convert a high input voltage, low input current into a lower output voltage, higher output current.
$P_{in} = P_{out}$
but for a linear regulator it looks like this:
$V_{in} times I_{in} = (V_{out} times I_{out}) + [(V_{in} - V_{out}) times I_{out}]$
The last term in square brackets is the excess voltage being converted to heat. If we expand and simplify the right hand side, a bunch of things cancel out and we get:
$V_{in} times I_{in} = V_{in} times I_{out}$
Therefore:
$I_{in} = I_{out}$
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
$begingroup$
I fixed your minor grammar errors. Takes time to learn details of English. +1 for solid answer.
$endgroup$
– Sparky256
2 hours ago
$begingroup$
Thanks. I changed the sentence structure halfway through but missed changing "burn".
$endgroup$
– Toor
2 hours ago
$begingroup$
@Toor * means convolution and not a multiplication.
$endgroup$
– Jan
1 hour ago
$begingroup$
Right. How lemme try and figure out how to get a multiplication sign in there.
$endgroup$
– Toor
1 hour ago
$begingroup$
Changed. It's rather inelegant to need to go "times"
$endgroup$
– Toor
1 hour ago
|
show 2 more comments
$begingroup$
No. A linear regulator works by burning off excess voltage as heat, therefore current in equals current out. The linear regulator is essentially throwing away the excess energy in order to regulate, rather than converting it to the output. You need a switching regulator if you want to take advantage of power in equals power out in order to convert a high input voltage, low input current into a lower output voltage, higher output current.
$P_{in} = P_{out}$
but for a linear regulator it looks like this:
$V_{in} times I_{in} = (V_{out} times I_{out}) + [(V_{in} - V_{out}) times I_{out}]$
The last term in square brackets is the excess voltage being converted to heat. If we expand and simplify the right hand side, a bunch of things cancel out and we get:
$V_{in} times I_{in} = V_{in} times I_{out}$
Therefore:
$I_{in} = I_{out}$
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
No. A linear regulator works by burning off excess voltage as heat, therefore current in equals current out. The linear regulator is essentially throwing away the excess energy in order to regulate, rather than converting it to the output. You need a switching regulator if you want to take advantage of power in equals power out in order to convert a high input voltage, low input current into a lower output voltage, higher output current.
$P_{in} = P_{out}$
but for a linear regulator it looks like this:
$V_{in} times I_{in} = (V_{out} times I_{out}) + [(V_{in} - V_{out}) times I_{out}]$
The last term in square brackets is the excess voltage being converted to heat. If we expand and simplify the right hand side, a bunch of things cancel out and we get:
$V_{in} times I_{in} = V_{in} times I_{out}$
Therefore:
$I_{in} = I_{out}$
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 25 mins ago
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 hours ago
ToorToor
3917
3917
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Toor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$begingroup$
I fixed your minor grammar errors. Takes time to learn details of English. +1 for solid answer.
$endgroup$
– Sparky256
2 hours ago
$begingroup$
Thanks. I changed the sentence structure halfway through but missed changing "burn".
$endgroup$
– Toor
2 hours ago
$begingroup$
@Toor * means convolution and not a multiplication.
$endgroup$
– Jan
1 hour ago
$begingroup$
Right. How lemme try and figure out how to get a multiplication sign in there.
$endgroup$
– Toor
1 hour ago
$begingroup$
Changed. It's rather inelegant to need to go "times"
$endgroup$
– Toor
1 hour ago
|
show 2 more comments
$begingroup$
I fixed your minor grammar errors. Takes time to learn details of English. +1 for solid answer.
$endgroup$
– Sparky256
2 hours ago
$begingroup$
Thanks. I changed the sentence structure halfway through but missed changing "burn".
$endgroup$
– Toor
2 hours ago
$begingroup$
@Toor * means convolution and not a multiplication.
$endgroup$
– Jan
1 hour ago
$begingroup$
Right. How lemme try and figure out how to get a multiplication sign in there.
$endgroup$
– Toor
1 hour ago
$begingroup$
Changed. It's rather inelegant to need to go "times"
$endgroup$
– Toor
1 hour ago
$begingroup$
I fixed your minor grammar errors. Takes time to learn details of English. +1 for solid answer.
$endgroup$
– Sparky256
2 hours ago
$begingroup$
I fixed your minor grammar errors. Takes time to learn details of English. +1 for solid answer.
$endgroup$
– Sparky256
2 hours ago
$begingroup$
Thanks. I changed the sentence structure halfway through but missed changing "burn".
$endgroup$
– Toor
2 hours ago
$begingroup$
Thanks. I changed the sentence structure halfway through but missed changing "burn".
$endgroup$
– Toor
2 hours ago
$begingroup$
@Toor * means convolution and not a multiplication.
$endgroup$
– Jan
1 hour ago
$begingroup$
@Toor * means convolution and not a multiplication.
$endgroup$
– Jan
1 hour ago
$begingroup$
Right. How lemme try and figure out how to get a multiplication sign in there.
$endgroup$
– Toor
1 hour ago
$begingroup$
Right. How lemme try and figure out how to get a multiplication sign in there.
$endgroup$
– Toor
1 hour ago
$begingroup$
Changed. It's rather inelegant to need to go "times"
$endgroup$
– Toor
1 hour ago
$begingroup$
Changed. It's rather inelegant to need to go "times"
$endgroup$
– Toor
1 hour ago
|
show 2 more comments
$begingroup$
No, it won't step up current. You can think of a regulator as a resistor that adjusts it's resistance to keep the voltage stable.
However, you can buy DC to DC converters that 'boost' the current. But DC to DC converters are usually called by what they do to the voltage, not the current.
A boost converter 'boosts' or steps up the voltage from a lower voltage to a higher one (at the expense of current and a small loss in power)
A buck converter or step down converter takes a higher voltage into a lower one (with potentially more current than is on the input of the converter, also with a small loss)
They actually make 78XX series DC to DC converters that are drop in compatible with linear regulators that buck or boost voltage.
$endgroup$
add a comment |
$begingroup$
No, it won't step up current. You can think of a regulator as a resistor that adjusts it's resistance to keep the voltage stable.
However, you can buy DC to DC converters that 'boost' the current. But DC to DC converters are usually called by what they do to the voltage, not the current.
A boost converter 'boosts' or steps up the voltage from a lower voltage to a higher one (at the expense of current and a small loss in power)
A buck converter or step down converter takes a higher voltage into a lower one (with potentially more current than is on the input of the converter, also with a small loss)
They actually make 78XX series DC to DC converters that are drop in compatible with linear regulators that buck or boost voltage.
$endgroup$
add a comment |
$begingroup$
No, it won't step up current. You can think of a regulator as a resistor that adjusts it's resistance to keep the voltage stable.
However, you can buy DC to DC converters that 'boost' the current. But DC to DC converters are usually called by what they do to the voltage, not the current.
A boost converter 'boosts' or steps up the voltage from a lower voltage to a higher one (at the expense of current and a small loss in power)
A buck converter or step down converter takes a higher voltage into a lower one (with potentially more current than is on the input of the converter, also with a small loss)
They actually make 78XX series DC to DC converters that are drop in compatible with linear regulators that buck or boost voltage.
$endgroup$
No, it won't step up current. You can think of a regulator as a resistor that adjusts it's resistance to keep the voltage stable.
However, you can buy DC to DC converters that 'boost' the current. But DC to DC converters are usually called by what they do to the voltage, not the current.
A boost converter 'boosts' or steps up the voltage from a lower voltage to a higher one (at the expense of current and a small loss in power)
A buck converter or step down converter takes a higher voltage into a lower one (with potentially more current than is on the input of the converter, also with a small loss)
They actually make 78XX series DC to DC converters that are drop in compatible with linear regulators that buck or boost voltage.
answered 48 mins ago
laptop2dlaptop2d
25.3k123278
25.3k123278
add a comment |
add a comment |
Jayant Pahuja is a new contributor. Be nice, and check out our Code of Conduct.
Jayant Pahuja is a new contributor. Be nice, and check out our Code of Conduct.
Jayant Pahuja is a new contributor. Be nice, and check out our Code of Conduct.
Jayant Pahuja 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%2f423463%2fwill-linear-voltage-regulator-step-up-current%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
$begingroup$
With a 9V*0.3A=2.7W supply you can only achieve >90% efficiency with an SMPS to store energy and transfer with rapid switching.
$endgroup$
– Sunnyskyguy EE75
2 hours ago