Can I connect a DC high voltage booster directly to my Raspberry Pi?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
$begingroup$
I have one of these modules:
Is it safe to connect it to two pins to my Raspberry Pi, directly, and turn it on by emitting HIGH
on one of the pins (the other one being the ground), which is around 5V, if I am not wrong?
Will that use too much power from the Raspberry Pi or maybe burn it?
dc raspberry-pi high-voltage
$endgroup$
add a comment |
$begingroup$
I have one of these modules:
Is it safe to connect it to two pins to my Raspberry Pi, directly, and turn it on by emitting HIGH
on one of the pins (the other one being the ground), which is around 5V, if I am not wrong?
Will that use too much power from the Raspberry Pi or maybe burn it?
dc raspberry-pi high-voltage
$endgroup$
2
$begingroup$
Without engineering data (no a link to a sales page dies not qualify) this is off topic here. But it sounds like a terrible technical idea, probably in pursuit of a misguided or improper goal.
$endgroup$
– Chris Stratton
22 hours ago
$begingroup$
There's nothing to be gained in casting aspersions on the OP's motives. Whatever these modules are, they're apparently cheap and plentiful on ebay, so plenty of people will likely be playing with them for all sorts of reasons. Best if they know how to do that without killing their Raspberry Pi's. :)
$endgroup$
– aroth
16 hours ago
add a comment |
$begingroup$
I have one of these modules:
Is it safe to connect it to two pins to my Raspberry Pi, directly, and turn it on by emitting HIGH
on one of the pins (the other one being the ground), which is around 5V, if I am not wrong?
Will that use too much power from the Raspberry Pi or maybe burn it?
dc raspberry-pi high-voltage
$endgroup$
I have one of these modules:
Is it safe to connect it to two pins to my Raspberry Pi, directly, and turn it on by emitting HIGH
on one of the pins (the other one being the ground), which is around 5V, if I am not wrong?
Will that use too much power from the Raspberry Pi or maybe burn it?
dc raspberry-pi high-voltage
dc raspberry-pi high-voltage
edited 14 hours ago
feetwet
1,15141839
1,15141839
asked yesterday
Ionică BizăuIonică Bizău
17718
17718
2
$begingroup$
Without engineering data (no a link to a sales page dies not qualify) this is off topic here. But it sounds like a terrible technical idea, probably in pursuit of a misguided or improper goal.
$endgroup$
– Chris Stratton
22 hours ago
$begingroup$
There's nothing to be gained in casting aspersions on the OP's motives. Whatever these modules are, they're apparently cheap and plentiful on ebay, so plenty of people will likely be playing with them for all sorts of reasons. Best if they know how to do that without killing their Raspberry Pi's. :)
$endgroup$
– aroth
16 hours ago
add a comment |
2
$begingroup$
Without engineering data (no a link to a sales page dies not qualify) this is off topic here. But it sounds like a terrible technical idea, probably in pursuit of a misguided or improper goal.
$endgroup$
– Chris Stratton
22 hours ago
$begingroup$
There's nothing to be gained in casting aspersions on the OP's motives. Whatever these modules are, they're apparently cheap and plentiful on ebay, so plenty of people will likely be playing with them for all sorts of reasons. Best if they know how to do that without killing their Raspberry Pi's. :)
$endgroup$
– aroth
16 hours ago
2
2
$begingroup$
Without engineering data (no a link to a sales page dies not qualify) this is off topic here. But it sounds like a terrible technical idea, probably in pursuit of a misguided or improper goal.
$endgroup$
– Chris Stratton
22 hours ago
$begingroup$
Without engineering data (no a link to a sales page dies not qualify) this is off topic here. But it sounds like a terrible technical idea, probably in pursuit of a misguided or improper goal.
$endgroup$
– Chris Stratton
22 hours ago
$begingroup$
There's nothing to be gained in casting aspersions on the OP's motives. Whatever these modules are, they're apparently cheap and plentiful on ebay, so plenty of people will likely be playing with them for all sorts of reasons. Best if they know how to do that without killing their Raspberry Pi's. :)
$endgroup$
– aroth
16 hours ago
$begingroup$
There's nothing to be gained in casting aspersions on the OP's motives. Whatever these modules are, they're apparently cheap and plentiful on ebay, so plenty of people will likely be playing with them for all sorts of reasons. Best if they know how to do that without killing their Raspberry Pi's. :)
$endgroup$
– aroth
16 hours ago
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
The advert says it needs 5 Amperes. That’s hundreds of times more than a Raspberry Pi GPIO can supply.
You would need a driver, preferably with isolation, and a separate power supply capable of at least 5A. One solution would be a CPC709J, with a suitable series resistor for the LED.
You may well cause disruption or damage even with that, but the chances are better. You’re essentially putting a multi-watt spark-gap transmitter in close proximity to an unshielded microcomputer.
$endgroup$
$begingroup$
Thanks! I think using a relay would be a solution too, right?
$endgroup$
– Ionică Bizău
20 hours ago
$begingroup$
Absolutely, but you also then need to build a relay driver, and relays don’t give perfect isolation either.
$endgroup$
– Spehro Pefhany
18 hours ago
add a comment |
$begingroup$
Apart from not having enough energy to drive that circuit:
Generating sparks near a piece of electronics is never a good idea.
Although the circuit has protection on some of the I/O ports, especially the HDMI and USB interfaces, there is non on the GPIO pins. Those have the standard ESD protection which is designed for, well... ESD. It is NOT designed to handle the energy which comes from huge voltage sparks.
$endgroup$
add a comment |
$begingroup$
The micro-lightning arc HV noise generator needs 1 or Li-Ion cells to power it. If should never be operated near any computer.
If it operates near an R-Pi, it will cause functional failure and possible damage to signal ports on cables acting as an antenna.
$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
});
}
});
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%2f431740%2fcan-i-connect-a-dc-high-voltage-booster-directly-to-my-raspberry-pi%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The advert says it needs 5 Amperes. That’s hundreds of times more than a Raspberry Pi GPIO can supply.
You would need a driver, preferably with isolation, and a separate power supply capable of at least 5A. One solution would be a CPC709J, with a suitable series resistor for the LED.
You may well cause disruption or damage even with that, but the chances are better. You’re essentially putting a multi-watt spark-gap transmitter in close proximity to an unshielded microcomputer.
$endgroup$
$begingroup$
Thanks! I think using a relay would be a solution too, right?
$endgroup$
– Ionică Bizău
20 hours ago
$begingroup$
Absolutely, but you also then need to build a relay driver, and relays don’t give perfect isolation either.
$endgroup$
– Spehro Pefhany
18 hours ago
add a comment |
$begingroup$
The advert says it needs 5 Amperes. That’s hundreds of times more than a Raspberry Pi GPIO can supply.
You would need a driver, preferably with isolation, and a separate power supply capable of at least 5A. One solution would be a CPC709J, with a suitable series resistor for the LED.
You may well cause disruption or damage even with that, but the chances are better. You’re essentially putting a multi-watt spark-gap transmitter in close proximity to an unshielded microcomputer.
$endgroup$
$begingroup$
Thanks! I think using a relay would be a solution too, right?
$endgroup$
– Ionică Bizău
20 hours ago
$begingroup$
Absolutely, but you also then need to build a relay driver, and relays don’t give perfect isolation either.
$endgroup$
– Spehro Pefhany
18 hours ago
add a comment |
$begingroup$
The advert says it needs 5 Amperes. That’s hundreds of times more than a Raspberry Pi GPIO can supply.
You would need a driver, preferably with isolation, and a separate power supply capable of at least 5A. One solution would be a CPC709J, with a suitable series resistor for the LED.
You may well cause disruption or damage even with that, but the chances are better. You’re essentially putting a multi-watt spark-gap transmitter in close proximity to an unshielded microcomputer.
$endgroup$
The advert says it needs 5 Amperes. That’s hundreds of times more than a Raspberry Pi GPIO can supply.
You would need a driver, preferably with isolation, and a separate power supply capable of at least 5A. One solution would be a CPC709J, with a suitable series resistor for the LED.
You may well cause disruption or damage even with that, but the chances are better. You’re essentially putting a multi-watt spark-gap transmitter in close proximity to an unshielded microcomputer.
edited 23 hours ago
answered 23 hours ago
Spehro PefhanySpehro Pefhany
213k5162432
213k5162432
$begingroup$
Thanks! I think using a relay would be a solution too, right?
$endgroup$
– Ionică Bizău
20 hours ago
$begingroup$
Absolutely, but you also then need to build a relay driver, and relays don’t give perfect isolation either.
$endgroup$
– Spehro Pefhany
18 hours ago
add a comment |
$begingroup$
Thanks! I think using a relay would be a solution too, right?
$endgroup$
– Ionică Bizău
20 hours ago
$begingroup$
Absolutely, but you also then need to build a relay driver, and relays don’t give perfect isolation either.
$endgroup$
– Spehro Pefhany
18 hours ago
$begingroup$
Thanks! I think using a relay would be a solution too, right?
$endgroup$
– Ionică Bizău
20 hours ago
$begingroup$
Thanks! I think using a relay would be a solution too, right?
$endgroup$
– Ionică Bizău
20 hours ago
$begingroup$
Absolutely, but you also then need to build a relay driver, and relays don’t give perfect isolation either.
$endgroup$
– Spehro Pefhany
18 hours ago
$begingroup$
Absolutely, but you also then need to build a relay driver, and relays don’t give perfect isolation either.
$endgroup$
– Spehro Pefhany
18 hours ago
add a comment |
$begingroup$
Apart from not having enough energy to drive that circuit:
Generating sparks near a piece of electronics is never a good idea.
Although the circuit has protection on some of the I/O ports, especially the HDMI and USB interfaces, there is non on the GPIO pins. Those have the standard ESD protection which is designed for, well... ESD. It is NOT designed to handle the energy which comes from huge voltage sparks.
$endgroup$
add a comment |
$begingroup$
Apart from not having enough energy to drive that circuit:
Generating sparks near a piece of electronics is never a good idea.
Although the circuit has protection on some of the I/O ports, especially the HDMI and USB interfaces, there is non on the GPIO pins. Those have the standard ESD protection which is designed for, well... ESD. It is NOT designed to handle the energy which comes from huge voltage sparks.
$endgroup$
add a comment |
$begingroup$
Apart from not having enough energy to drive that circuit:
Generating sparks near a piece of electronics is never a good idea.
Although the circuit has protection on some of the I/O ports, especially the HDMI and USB interfaces, there is non on the GPIO pins. Those have the standard ESD protection which is designed for, well... ESD. It is NOT designed to handle the energy which comes from huge voltage sparks.
$endgroup$
Apart from not having enough energy to drive that circuit:
Generating sparks near a piece of electronics is never a good idea.
Although the circuit has protection on some of the I/O ports, especially the HDMI and USB interfaces, there is non on the GPIO pins. Those have the standard ESD protection which is designed for, well... ESD. It is NOT designed to handle the energy which comes from huge voltage sparks.
answered yesterday
OldfartOldfart
8,8462927
8,8462927
add a comment |
add a comment |
$begingroup$
The micro-lightning arc HV noise generator needs 1 or Li-Ion cells to power it. If should never be operated near any computer.
If it operates near an R-Pi, it will cause functional failure and possible damage to signal ports on cables acting as an antenna.
$endgroup$
add a comment |
$begingroup$
The micro-lightning arc HV noise generator needs 1 or Li-Ion cells to power it. If should never be operated near any computer.
If it operates near an R-Pi, it will cause functional failure and possible damage to signal ports on cables acting as an antenna.
$endgroup$
add a comment |
$begingroup$
The micro-lightning arc HV noise generator needs 1 or Li-Ion cells to power it. If should never be operated near any computer.
If it operates near an R-Pi, it will cause functional failure and possible damage to signal ports on cables acting as an antenna.
$endgroup$
The micro-lightning arc HV noise generator needs 1 or Li-Ion cells to power it. If should never be operated near any computer.
If it operates near an R-Pi, it will cause functional failure and possible damage to signal ports on cables acting as an antenna.
answered 22 hours ago
Sunnyskyguy EE75Sunnyskyguy EE75
71.4k227103
71.4k227103
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.
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%2f431740%2fcan-i-connect-a-dc-high-voltage-booster-directly-to-my-raspberry-pi%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
2
$begingroup$
Without engineering data (no a link to a sales page dies not qualify) this is off topic here. But it sounds like a terrible technical idea, probably in pursuit of a misguided or improper goal.
$endgroup$
– Chris Stratton
22 hours ago
$begingroup$
There's nothing to be gained in casting aspersions on the OP's motives. Whatever these modules are, they're apparently cheap and plentiful on ebay, so plenty of people will likely be playing with them for all sorts of reasons. Best if they know how to do that without killing their Raspberry Pi's. :)
$endgroup$
– aroth
16 hours ago