Can I use USB data pins as a power source?USB cable as +5v vcc sourceWhere I can find an USB dongle to connect two devices with external power?Switching between power supplies - USB dominanthow to connect usb power only to variable power supplyCan I charge a 12v toy with USB?What is the maximum length i can choose for a USB cable made up of CAT6 shielded cable?“Dumb” power from USBUse mobile to power external LED(bulb) via a Micro USB port?USB data transfer with a separate power sourceHow to have USB act as a programmable power source?

Why does overlay work only on the first tcolorbox?

Are ETF trackers fundamentally better than individual stocks?

Why did it take so long to abandon sail after steamships were demonstrated?

Why do passenger jet manufacturers design their planes with stall prevention systems?

How to make healing in an exploration game interesting

What is the relationship between relativity and the Doppler effect?

About the actual radiative impact of greenhouse gas emission over time

Employee lack of ownership

If I can solve Sudoku, can I solve the Travelling Salesman Problem (TSP)? If so, how?

Why is a white electrical wire connected to 2 black wires?

ERC721: How to get the owned tokens of an address

"Words were different when they (lived / were living) inside of you"

Examples of transfinite towers

Instead of a Universal Basic Income program, why not implement a "Universal Basic Needs" program?

Custom alignment for GeoMarkers

Does multi-classing into Fighter give you heavy armor?

Is it good practice to use Linear Least-Squares with SMA?

Python if-else code style for reduced code for rounding floats

What options are left, if Britain cannot decide?

PTIJ: Who should I vote for? (21st Knesset Edition)

The German vowel “a” changes to the English “i”

Could the Saturn V actually have launched astronauts around Venus?

Why Choose Less Effective Armour Types?

Aluminum electrolytic or ceramic capacitors for linear regulator input and output?



Can I use USB data pins as a power source?


USB cable as +5v vcc sourceWhere I can find an USB dongle to connect two devices with external power?Switching between power supplies - USB dominanthow to connect usb power only to variable power supplyCan I charge a 12v toy with USB?What is the maximum length i can choose for a USB cable made up of CAT6 shielded cable?“Dumb” power from USBUse mobile to power external LED(bulb) via a Micro USB port?USB data transfer with a separate power sourceHow to have USB act as a programmable power source?













5












$begingroup$


I'm trying to build a circuit as seen below, where a sequencer controls the flashing of some LED sections, and an SPDT switch controls power to either the left or the right section of LEDs.



However, I want the PCB with the switch and power source to be located a distance (~1 meter) from the LEDs and sequencer, and I was wondering if I could use USB to connect them.



To be clear, I am NOT connecting this to any sort of computer or microcontroller, I want to know if it is possible to have a USB cable provide VCC and GND from one circuit to another, and then use D+ and D- to provide/disconnect power to the LEDs via the switch. All voltages would be 5 V, and I can adjust the current draw of the LEDs as necessary.



If this is not possible, is there an existing type of cable that can achieve this (three power leads and a ground), or will I have to solder my own?



LED Selection Circuit using USB










share|improve this question









New contributor




Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 5




    $begingroup$
    Why not use the power lines to supply power to the LEDs? Or is this using the USB "form factor" but not USB protocol?
    $endgroup$
    – pjc50
    yesterday











  • $begingroup$
    It would use the form factor, not the protocol. I'm not connecting it to any computer or microcontroller
    $endgroup$
    – Alex Heuer
    yesterday










  • $begingroup$
    If you're going to do this, you should probably use semiconductor switches at the downstream side and run 3v3 logic signals through the data pins. Better yet use wiring intended for your purpose.
    $endgroup$
    – Chris Stratton
    yesterday






  • 2




    $begingroup$
    To sum up all the answers: Physically yes, you can do it. Ethically, no you shouldn't do it.
    $endgroup$
    – Majenko
    17 hours ago










  • $begingroup$
    Is there any reason you don't want to have the data channels drive a transistor that then uses the expected VCC to power the LED?
    $endgroup$
    – UKMonkey
    13 hours ago















5












$begingroup$


I'm trying to build a circuit as seen below, where a sequencer controls the flashing of some LED sections, and an SPDT switch controls power to either the left or the right section of LEDs.



However, I want the PCB with the switch and power source to be located a distance (~1 meter) from the LEDs and sequencer, and I was wondering if I could use USB to connect them.



To be clear, I am NOT connecting this to any sort of computer or microcontroller, I want to know if it is possible to have a USB cable provide VCC and GND from one circuit to another, and then use D+ and D- to provide/disconnect power to the LEDs via the switch. All voltages would be 5 V, and I can adjust the current draw of the LEDs as necessary.



If this is not possible, is there an existing type of cable that can achieve this (three power leads and a ground), or will I have to solder my own?



LED Selection Circuit using USB










share|improve this question









New contributor




Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$







  • 5




    $begingroup$
    Why not use the power lines to supply power to the LEDs? Or is this using the USB "form factor" but not USB protocol?
    $endgroup$
    – pjc50
    yesterday











  • $begingroup$
    It would use the form factor, not the protocol. I'm not connecting it to any computer or microcontroller
    $endgroup$
    – Alex Heuer
    yesterday










  • $begingroup$
    If you're going to do this, you should probably use semiconductor switches at the downstream side and run 3v3 logic signals through the data pins. Better yet use wiring intended for your purpose.
    $endgroup$
    – Chris Stratton
    yesterday






  • 2




    $begingroup$
    To sum up all the answers: Physically yes, you can do it. Ethically, no you shouldn't do it.
    $endgroup$
    – Majenko
    17 hours ago










  • $begingroup$
    Is there any reason you don't want to have the data channels drive a transistor that then uses the expected VCC to power the LED?
    $endgroup$
    – UKMonkey
    13 hours ago













5












5








5





$begingroup$


I'm trying to build a circuit as seen below, where a sequencer controls the flashing of some LED sections, and an SPDT switch controls power to either the left or the right section of LEDs.



However, I want the PCB with the switch and power source to be located a distance (~1 meter) from the LEDs and sequencer, and I was wondering if I could use USB to connect them.



To be clear, I am NOT connecting this to any sort of computer or microcontroller, I want to know if it is possible to have a USB cable provide VCC and GND from one circuit to another, and then use D+ and D- to provide/disconnect power to the LEDs via the switch. All voltages would be 5 V, and I can adjust the current draw of the LEDs as necessary.



If this is not possible, is there an existing type of cable that can achieve this (three power leads and a ground), or will I have to solder my own?



LED Selection Circuit using USB










share|improve this question









New contributor




Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




I'm trying to build a circuit as seen below, where a sequencer controls the flashing of some LED sections, and an SPDT switch controls power to either the left or the right section of LEDs.



However, I want the PCB with the switch and power source to be located a distance (~1 meter) from the LEDs and sequencer, and I was wondering if I could use USB to connect them.



To be clear, I am NOT connecting this to any sort of computer or microcontroller, I want to know if it is possible to have a USB cable provide VCC and GND from one circuit to another, and then use D+ and D- to provide/disconnect power to the LEDs via the switch. All voltages would be 5 V, and I can adjust the current draw of the LEDs as necessary.



If this is not possible, is there an existing type of cable that can achieve this (three power leads and a ground), or will I have to solder my own?



LED Selection Circuit using USB







power-supply led usb interconnect






share|improve this question









New contributor




Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 1 hour ago









Peter Mortensen

1,60031422




1,60031422






New contributor




Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









Alex HeuerAlex Heuer

286




286




New contributor




Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Alex Heuer is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 5




    $begingroup$
    Why not use the power lines to supply power to the LEDs? Or is this using the USB "form factor" but not USB protocol?
    $endgroup$
    – pjc50
    yesterday











  • $begingroup$
    It would use the form factor, not the protocol. I'm not connecting it to any computer or microcontroller
    $endgroup$
    – Alex Heuer
    yesterday










  • $begingroup$
    If you're going to do this, you should probably use semiconductor switches at the downstream side and run 3v3 logic signals through the data pins. Better yet use wiring intended for your purpose.
    $endgroup$
    – Chris Stratton
    yesterday






  • 2




    $begingroup$
    To sum up all the answers: Physically yes, you can do it. Ethically, no you shouldn't do it.
    $endgroup$
    – Majenko
    17 hours ago










  • $begingroup$
    Is there any reason you don't want to have the data channels drive a transistor that then uses the expected VCC to power the LED?
    $endgroup$
    – UKMonkey
    13 hours ago












  • 5




    $begingroup$
    Why not use the power lines to supply power to the LEDs? Or is this using the USB "form factor" but not USB protocol?
    $endgroup$
    – pjc50
    yesterday











  • $begingroup$
    It would use the form factor, not the protocol. I'm not connecting it to any computer or microcontroller
    $endgroup$
    – Alex Heuer
    yesterday










  • $begingroup$
    If you're going to do this, you should probably use semiconductor switches at the downstream side and run 3v3 logic signals through the data pins. Better yet use wiring intended for your purpose.
    $endgroup$
    – Chris Stratton
    yesterday






  • 2




    $begingroup$
    To sum up all the answers: Physically yes, you can do it. Ethically, no you shouldn't do it.
    $endgroup$
    – Majenko
    17 hours ago










  • $begingroup$
    Is there any reason you don't want to have the data channels drive a transistor that then uses the expected VCC to power the LED?
    $endgroup$
    – UKMonkey
    13 hours ago







5




5




$begingroup$
Why not use the power lines to supply power to the LEDs? Or is this using the USB "form factor" but not USB protocol?
$endgroup$
– pjc50
yesterday





$begingroup$
Why not use the power lines to supply power to the LEDs? Or is this using the USB "form factor" but not USB protocol?
$endgroup$
– pjc50
yesterday













$begingroup$
It would use the form factor, not the protocol. I'm not connecting it to any computer or microcontroller
$endgroup$
– Alex Heuer
yesterday




$begingroup$
It would use the form factor, not the protocol. I'm not connecting it to any computer or microcontroller
$endgroup$
– Alex Heuer
yesterday












$begingroup$
If you're going to do this, you should probably use semiconductor switches at the downstream side and run 3v3 logic signals through the data pins. Better yet use wiring intended for your purpose.
$endgroup$
– Chris Stratton
yesterday




$begingroup$
If you're going to do this, you should probably use semiconductor switches at the downstream side and run 3v3 logic signals through the data pins. Better yet use wiring intended for your purpose.
$endgroup$
– Chris Stratton
yesterday




2




2




$begingroup$
To sum up all the answers: Physically yes, you can do it. Ethically, no you shouldn't do it.
$endgroup$
– Majenko
17 hours ago




$begingroup$
To sum up all the answers: Physically yes, you can do it. Ethically, no you shouldn't do it.
$endgroup$
– Majenko
17 hours ago












$begingroup$
Is there any reason you don't want to have the data channels drive a transistor that then uses the expected VCC to power the LED?
$endgroup$
– UKMonkey
13 hours ago




$begingroup$
Is there any reason you don't want to have the data channels drive a transistor that then uses the expected VCC to power the LED?
$endgroup$
– UKMonkey
13 hours ago










4 Answers
4






active

oldest

votes


















12












$begingroup$


If this is not possible, is there an existing type of cable that can
achieve this (3 power leads and a ground), or will I have to solder my
own?




Cables will do whatever you want them to do, they carry current from one point to another. The biggest concern would be if someone accidentally plugged the USB cable into a regular USB device which would probably blow out the data lines on that device.



Most USB cables use bigger conductors for the power lines, so the data lines would best be used for lower currents.



But you can use any cable you want as long as you can find ends for it and a way to solder your circuit to the ends. At that point it might be easier to just go down to your local hardware store and splice a 4 conductor cable and solder to that.






share|improve this answer









$endgroup$












  • $begingroup$
    Thanks, I'll see if I can find some 4 conductor cable and some suitable connectors I can use to connect and disconnect my two PCBs. I guess I'm making my own cable
    $endgroup$
    – Alex Heuer
    yesterday










  • $begingroup$
    @AlexHeuer You can buy header cables and connectors quite regularly. They often have a single-end setup for connecting to a header, with leads off to be soldered to something else. Ex: allelectronics.com/item/con-234/4-pin-connector-w/header-0.156/… the nice thing about them is you can solder the connector to one device, and the cables to the other, then it's obvious that the cable and connector go together, vs. reusing something that's not built for it.
    $endgroup$
    – Der Kommissar
    yesterday







  • 2




    $begingroup$
    @AlexHeuer As far as pre-made cable found in home stores: network cable and phone line works great for passing low amounts of power like this. For higher current you can step up to alarm wire, thermostat wire or sprinkler controller wire.
    $endgroup$
    – JPhi1618
    yesterday



















20












$begingroup$

This is neither Kosher nor Halal. It should actually be explicitly forbidden in the Electrical Engineering code of ethics. Some certification standards explicitly frown upon this.



Besides the wires probably being extremely under-dimensioned for the delivery of power, using narrowly-defined standard connectors for non-standard uses is a sure way to cause an unforeseen problem down the road. Particularly if this use would ensure the destruction of any standards-compliant device that could be plugged into it, as is this case.



I have had apparently standard but mis-wired cables in my hand that have caused the malfunction and even destruction of standard-compliant devices.



Standardization bodies actually spend a lot of time designing their connectors so that these cannot be confused/mistaken/interconnected with anything else out there. Don't make our job harder.



Some connector types are more generic than others, stick to those.






share|improve this answer











$endgroup$








  • 2




    $begingroup$
    In this case I agree, but there are valid 'off spec' uses for standard connectors. For example SATA cables make a wonderful way to hook things like PECL clocks between cards at GHz rates with very low jitter (Also for serdes links between FPGAs). Cheap as anything, impedance controlled, latching and second sourced by everyone, whats not to love?
    $endgroup$
    – Dan Mills
    yesterday






  • 6




    $begingroup$
    @DanMills: There's a significantly difference between "This is a non-standard use of the connector, it won't work when plugged into a standard host port" and "This will fry any standard device you plug into".
    $endgroup$
    – Ben Voigt
    yesterday










  • $begingroup$
    @DanMills nice to know that this actually works well. I've been in discussions about how to transport differential high-speed signaling between boards for ca. forever, and very few solutions seemed great.
    $endgroup$
    – Marcus Müller
    16 hours ago


















6












$begingroup$

No, USB cable's data lines are significantly thinner than their power lines, and shouldn't/can't be used to supply any significant amount of power.






share|improve this answer









$endgroup$




















    6












    $begingroup$

    Your best bet is likely to be a more generic connector. There are many common types of cable out there other than USB that will have two major advantages: Larger conductors on all pins, and no chance of damaging USB devices by mistaken connections.



    Consider using a DIN connector on either end of your cable, for example. These connectors are common enough that they're cheap, and generic enough that the presence of the connector does not automatically make people expect it will work for any one protocol.



    Molex's mini-fit and micro-fit connectors are also popular for power, but be careful if you use mini-fit jr connectors, as they are commonly used on PC power supplies.



    JST connectors are commonly used for batteries in RC applications, and may be a good fit for this as four-conductor JST connectors are sufficiently uncommon that people wouldn't have any particular expectation for what they're meant to be used in, yet sufficiently common that they're very cheap, even pre-assembled cables with a four-pin JST connector on either end can go for less than $2.



    The links in this post are just what I found in a very quick search of digi-key; if you search yourself you may find more options, and you can tailor to your needs regarding conductor size. Or you can look for just the connectors and make your own cable, which is not that hard if you have a crimping tool.






    share|improve this answer











    $endgroup$












      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
      );



      );






      Alex Heuer is a new contributor. Be nice, and check out our Code of Conduct.









      draft saved

      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f427405%2fcan-i-use-usb-data-pins-as-a-power-source%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









      12












      $begingroup$


      If this is not possible, is there an existing type of cable that can
      achieve this (3 power leads and a ground), or will I have to solder my
      own?




      Cables will do whatever you want them to do, they carry current from one point to another. The biggest concern would be if someone accidentally plugged the USB cable into a regular USB device which would probably blow out the data lines on that device.



      Most USB cables use bigger conductors for the power lines, so the data lines would best be used for lower currents.



      But you can use any cable you want as long as you can find ends for it and a way to solder your circuit to the ends. At that point it might be easier to just go down to your local hardware store and splice a 4 conductor cable and solder to that.






      share|improve this answer









      $endgroup$












      • $begingroup$
        Thanks, I'll see if I can find some 4 conductor cable and some suitable connectors I can use to connect and disconnect my two PCBs. I guess I'm making my own cable
        $endgroup$
        – Alex Heuer
        yesterday










      • $begingroup$
        @AlexHeuer You can buy header cables and connectors quite regularly. They often have a single-end setup for connecting to a header, with leads off to be soldered to something else. Ex: allelectronics.com/item/con-234/4-pin-connector-w/header-0.156/… the nice thing about them is you can solder the connector to one device, and the cables to the other, then it's obvious that the cable and connector go together, vs. reusing something that's not built for it.
        $endgroup$
        – Der Kommissar
        yesterday







      • 2




        $begingroup$
        @AlexHeuer As far as pre-made cable found in home stores: network cable and phone line works great for passing low amounts of power like this. For higher current you can step up to alarm wire, thermostat wire or sprinkler controller wire.
        $endgroup$
        – JPhi1618
        yesterday
















      12












      $begingroup$


      If this is not possible, is there an existing type of cable that can
      achieve this (3 power leads and a ground), or will I have to solder my
      own?




      Cables will do whatever you want them to do, they carry current from one point to another. The biggest concern would be if someone accidentally plugged the USB cable into a regular USB device which would probably blow out the data lines on that device.



      Most USB cables use bigger conductors for the power lines, so the data lines would best be used for lower currents.



      But you can use any cable you want as long as you can find ends for it and a way to solder your circuit to the ends. At that point it might be easier to just go down to your local hardware store and splice a 4 conductor cable and solder to that.






      share|improve this answer









      $endgroup$












      • $begingroup$
        Thanks, I'll see if I can find some 4 conductor cable and some suitable connectors I can use to connect and disconnect my two PCBs. I guess I'm making my own cable
        $endgroup$
        – Alex Heuer
        yesterday










      • $begingroup$
        @AlexHeuer You can buy header cables and connectors quite regularly. They often have a single-end setup for connecting to a header, with leads off to be soldered to something else. Ex: allelectronics.com/item/con-234/4-pin-connector-w/header-0.156/… the nice thing about them is you can solder the connector to one device, and the cables to the other, then it's obvious that the cable and connector go together, vs. reusing something that's not built for it.
        $endgroup$
        – Der Kommissar
        yesterday







      • 2




        $begingroup$
        @AlexHeuer As far as pre-made cable found in home stores: network cable and phone line works great for passing low amounts of power like this. For higher current you can step up to alarm wire, thermostat wire or sprinkler controller wire.
        $endgroup$
        – JPhi1618
        yesterday














      12












      12








      12





      $begingroup$


      If this is not possible, is there an existing type of cable that can
      achieve this (3 power leads and a ground), or will I have to solder my
      own?




      Cables will do whatever you want them to do, they carry current from one point to another. The biggest concern would be if someone accidentally plugged the USB cable into a regular USB device which would probably blow out the data lines on that device.



      Most USB cables use bigger conductors for the power lines, so the data lines would best be used for lower currents.



      But you can use any cable you want as long as you can find ends for it and a way to solder your circuit to the ends. At that point it might be easier to just go down to your local hardware store and splice a 4 conductor cable and solder to that.






      share|improve this answer









      $endgroup$




      If this is not possible, is there an existing type of cable that can
      achieve this (3 power leads and a ground), or will I have to solder my
      own?




      Cables will do whatever you want them to do, they carry current from one point to another. The biggest concern would be if someone accidentally plugged the USB cable into a regular USB device which would probably blow out the data lines on that device.



      Most USB cables use bigger conductors for the power lines, so the data lines would best be used for lower currents.



      But you can use any cable you want as long as you can find ends for it and a way to solder your circuit to the ends. At that point it might be easier to just go down to your local hardware store and splice a 4 conductor cable and solder to that.







      share|improve this answer












      share|improve this answer



      share|improve this answer










      answered yesterday









      laptop2dlaptop2d

      26.5k123382




      26.5k123382











      • $begingroup$
        Thanks, I'll see if I can find some 4 conductor cable and some suitable connectors I can use to connect and disconnect my two PCBs. I guess I'm making my own cable
        $endgroup$
        – Alex Heuer
        yesterday










      • $begingroup$
        @AlexHeuer You can buy header cables and connectors quite regularly. They often have a single-end setup for connecting to a header, with leads off to be soldered to something else. Ex: allelectronics.com/item/con-234/4-pin-connector-w/header-0.156/… the nice thing about them is you can solder the connector to one device, and the cables to the other, then it's obvious that the cable and connector go together, vs. reusing something that's not built for it.
        $endgroup$
        – Der Kommissar
        yesterday







      • 2




        $begingroup$
        @AlexHeuer As far as pre-made cable found in home stores: network cable and phone line works great for passing low amounts of power like this. For higher current you can step up to alarm wire, thermostat wire or sprinkler controller wire.
        $endgroup$
        – JPhi1618
        yesterday

















      • $begingroup$
        Thanks, I'll see if I can find some 4 conductor cable and some suitable connectors I can use to connect and disconnect my two PCBs. I guess I'm making my own cable
        $endgroup$
        – Alex Heuer
        yesterday










      • $begingroup$
        @AlexHeuer You can buy header cables and connectors quite regularly. They often have a single-end setup for connecting to a header, with leads off to be soldered to something else. Ex: allelectronics.com/item/con-234/4-pin-connector-w/header-0.156/… the nice thing about them is you can solder the connector to one device, and the cables to the other, then it's obvious that the cable and connector go together, vs. reusing something that's not built for it.
        $endgroup$
        – Der Kommissar
        yesterday







      • 2




        $begingroup$
        @AlexHeuer As far as pre-made cable found in home stores: network cable and phone line works great for passing low amounts of power like this. For higher current you can step up to alarm wire, thermostat wire or sprinkler controller wire.
        $endgroup$
        – JPhi1618
        yesterday
















      $begingroup$
      Thanks, I'll see if I can find some 4 conductor cable and some suitable connectors I can use to connect and disconnect my two PCBs. I guess I'm making my own cable
      $endgroup$
      – Alex Heuer
      yesterday




      $begingroup$
      Thanks, I'll see if I can find some 4 conductor cable and some suitable connectors I can use to connect and disconnect my two PCBs. I guess I'm making my own cable
      $endgroup$
      – Alex Heuer
      yesterday












      $begingroup$
      @AlexHeuer You can buy header cables and connectors quite regularly. They often have a single-end setup for connecting to a header, with leads off to be soldered to something else. Ex: allelectronics.com/item/con-234/4-pin-connector-w/header-0.156/… the nice thing about them is you can solder the connector to one device, and the cables to the other, then it's obvious that the cable and connector go together, vs. reusing something that's not built for it.
      $endgroup$
      – Der Kommissar
      yesterday





      $begingroup$
      @AlexHeuer You can buy header cables and connectors quite regularly. They often have a single-end setup for connecting to a header, with leads off to be soldered to something else. Ex: allelectronics.com/item/con-234/4-pin-connector-w/header-0.156/… the nice thing about them is you can solder the connector to one device, and the cables to the other, then it's obvious that the cable and connector go together, vs. reusing something that's not built for it.
      $endgroup$
      – Der Kommissar
      yesterday





      2




      2




      $begingroup$
      @AlexHeuer As far as pre-made cable found in home stores: network cable and phone line works great for passing low amounts of power like this. For higher current you can step up to alarm wire, thermostat wire or sprinkler controller wire.
      $endgroup$
      – JPhi1618
      yesterday





      $begingroup$
      @AlexHeuer As far as pre-made cable found in home stores: network cable and phone line works great for passing low amounts of power like this. For higher current you can step up to alarm wire, thermostat wire or sprinkler controller wire.
      $endgroup$
      – JPhi1618
      yesterday














      20












      $begingroup$

      This is neither Kosher nor Halal. It should actually be explicitly forbidden in the Electrical Engineering code of ethics. Some certification standards explicitly frown upon this.



      Besides the wires probably being extremely under-dimensioned for the delivery of power, using narrowly-defined standard connectors for non-standard uses is a sure way to cause an unforeseen problem down the road. Particularly if this use would ensure the destruction of any standards-compliant device that could be plugged into it, as is this case.



      I have had apparently standard but mis-wired cables in my hand that have caused the malfunction and even destruction of standard-compliant devices.



      Standardization bodies actually spend a lot of time designing their connectors so that these cannot be confused/mistaken/interconnected with anything else out there. Don't make our job harder.



      Some connector types are more generic than others, stick to those.






      share|improve this answer











      $endgroup$








      • 2




        $begingroup$
        In this case I agree, but there are valid 'off spec' uses for standard connectors. For example SATA cables make a wonderful way to hook things like PECL clocks between cards at GHz rates with very low jitter (Also for serdes links between FPGAs). Cheap as anything, impedance controlled, latching and second sourced by everyone, whats not to love?
        $endgroup$
        – Dan Mills
        yesterday






      • 6




        $begingroup$
        @DanMills: There's a significantly difference between "This is a non-standard use of the connector, it won't work when plugged into a standard host port" and "This will fry any standard device you plug into".
        $endgroup$
        – Ben Voigt
        yesterday










      • $begingroup$
        @DanMills nice to know that this actually works well. I've been in discussions about how to transport differential high-speed signaling between boards for ca. forever, and very few solutions seemed great.
        $endgroup$
        – Marcus Müller
        16 hours ago















      20












      $begingroup$

      This is neither Kosher nor Halal. It should actually be explicitly forbidden in the Electrical Engineering code of ethics. Some certification standards explicitly frown upon this.



      Besides the wires probably being extremely under-dimensioned for the delivery of power, using narrowly-defined standard connectors for non-standard uses is a sure way to cause an unforeseen problem down the road. Particularly if this use would ensure the destruction of any standards-compliant device that could be plugged into it, as is this case.



      I have had apparently standard but mis-wired cables in my hand that have caused the malfunction and even destruction of standard-compliant devices.



      Standardization bodies actually spend a lot of time designing their connectors so that these cannot be confused/mistaken/interconnected with anything else out there. Don't make our job harder.



      Some connector types are more generic than others, stick to those.






      share|improve this answer











      $endgroup$








      • 2




        $begingroup$
        In this case I agree, but there are valid 'off spec' uses for standard connectors. For example SATA cables make a wonderful way to hook things like PECL clocks between cards at GHz rates with very low jitter (Also for serdes links between FPGAs). Cheap as anything, impedance controlled, latching and second sourced by everyone, whats not to love?
        $endgroup$
        – Dan Mills
        yesterday






      • 6




        $begingroup$
        @DanMills: There's a significantly difference between "This is a non-standard use of the connector, it won't work when plugged into a standard host port" and "This will fry any standard device you plug into".
        $endgroup$
        – Ben Voigt
        yesterday










      • $begingroup$
        @DanMills nice to know that this actually works well. I've been in discussions about how to transport differential high-speed signaling between boards for ca. forever, and very few solutions seemed great.
        $endgroup$
        – Marcus Müller
        16 hours ago













      20












      20








      20





      $begingroup$

      This is neither Kosher nor Halal. It should actually be explicitly forbidden in the Electrical Engineering code of ethics. Some certification standards explicitly frown upon this.



      Besides the wires probably being extremely under-dimensioned for the delivery of power, using narrowly-defined standard connectors for non-standard uses is a sure way to cause an unforeseen problem down the road. Particularly if this use would ensure the destruction of any standards-compliant device that could be plugged into it, as is this case.



      I have had apparently standard but mis-wired cables in my hand that have caused the malfunction and even destruction of standard-compliant devices.



      Standardization bodies actually spend a lot of time designing their connectors so that these cannot be confused/mistaken/interconnected with anything else out there. Don't make our job harder.



      Some connector types are more generic than others, stick to those.






      share|improve this answer











      $endgroup$



      This is neither Kosher nor Halal. It should actually be explicitly forbidden in the Electrical Engineering code of ethics. Some certification standards explicitly frown upon this.



      Besides the wires probably being extremely under-dimensioned for the delivery of power, using narrowly-defined standard connectors for non-standard uses is a sure way to cause an unforeseen problem down the road. Particularly if this use would ensure the destruction of any standards-compliant device that could be plugged into it, as is this case.



      I have had apparently standard but mis-wired cables in my hand that have caused the malfunction and even destruction of standard-compliant devices.



      Standardization bodies actually spend a lot of time designing their connectors so that these cannot be confused/mistaken/interconnected with anything else out there. Don't make our job harder.



      Some connector types are more generic than others, stick to those.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited 13 hours ago

























      answered yesterday









      Edgar BrownEdgar Brown

      6,4672735




      6,4672735







      • 2




        $begingroup$
        In this case I agree, but there are valid 'off spec' uses for standard connectors. For example SATA cables make a wonderful way to hook things like PECL clocks between cards at GHz rates with very low jitter (Also for serdes links between FPGAs). Cheap as anything, impedance controlled, latching and second sourced by everyone, whats not to love?
        $endgroup$
        – Dan Mills
        yesterday






      • 6




        $begingroup$
        @DanMills: There's a significantly difference between "This is a non-standard use of the connector, it won't work when plugged into a standard host port" and "This will fry any standard device you plug into".
        $endgroup$
        – Ben Voigt
        yesterday










      • $begingroup$
        @DanMills nice to know that this actually works well. I've been in discussions about how to transport differential high-speed signaling between boards for ca. forever, and very few solutions seemed great.
        $endgroup$
        – Marcus Müller
        16 hours ago












      • 2




        $begingroup$
        In this case I agree, but there are valid 'off spec' uses for standard connectors. For example SATA cables make a wonderful way to hook things like PECL clocks between cards at GHz rates with very low jitter (Also for serdes links between FPGAs). Cheap as anything, impedance controlled, latching and second sourced by everyone, whats not to love?
        $endgroup$
        – Dan Mills
        yesterday






      • 6




        $begingroup$
        @DanMills: There's a significantly difference between "This is a non-standard use of the connector, it won't work when plugged into a standard host port" and "This will fry any standard device you plug into".
        $endgroup$
        – Ben Voigt
        yesterday










      • $begingroup$
        @DanMills nice to know that this actually works well. I've been in discussions about how to transport differential high-speed signaling between boards for ca. forever, and very few solutions seemed great.
        $endgroup$
        – Marcus Müller
        16 hours ago







      2




      2




      $begingroup$
      In this case I agree, but there are valid 'off spec' uses for standard connectors. For example SATA cables make a wonderful way to hook things like PECL clocks between cards at GHz rates with very low jitter (Also for serdes links between FPGAs). Cheap as anything, impedance controlled, latching and second sourced by everyone, whats not to love?
      $endgroup$
      – Dan Mills
      yesterday




      $begingroup$
      In this case I agree, but there are valid 'off spec' uses for standard connectors. For example SATA cables make a wonderful way to hook things like PECL clocks between cards at GHz rates with very low jitter (Also for serdes links between FPGAs). Cheap as anything, impedance controlled, latching and second sourced by everyone, whats not to love?
      $endgroup$
      – Dan Mills
      yesterday




      6




      6




      $begingroup$
      @DanMills: There's a significantly difference between "This is a non-standard use of the connector, it won't work when plugged into a standard host port" and "This will fry any standard device you plug into".
      $endgroup$
      – Ben Voigt
      yesterday




      $begingroup$
      @DanMills: There's a significantly difference between "This is a non-standard use of the connector, it won't work when plugged into a standard host port" and "This will fry any standard device you plug into".
      $endgroup$
      – Ben Voigt
      yesterday












      $begingroup$
      @DanMills nice to know that this actually works well. I've been in discussions about how to transport differential high-speed signaling between boards for ca. forever, and very few solutions seemed great.
      $endgroup$
      – Marcus Müller
      16 hours ago




      $begingroup$
      @DanMills nice to know that this actually works well. I've been in discussions about how to transport differential high-speed signaling between boards for ca. forever, and very few solutions seemed great.
      $endgroup$
      – Marcus Müller
      16 hours ago











      6












      $begingroup$

      No, USB cable's data lines are significantly thinner than their power lines, and shouldn't/can't be used to supply any significant amount of power.






      share|improve this answer









      $endgroup$

















        6












        $begingroup$

        No, USB cable's data lines are significantly thinner than their power lines, and shouldn't/can't be used to supply any significant amount of power.






        share|improve this answer









        $endgroup$















          6












          6








          6





          $begingroup$

          No, USB cable's data lines are significantly thinner than their power lines, and shouldn't/can't be used to supply any significant amount of power.






          share|improve this answer









          $endgroup$



          No, USB cable's data lines are significantly thinner than their power lines, and shouldn't/can't be used to supply any significant amount of power.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered yesterday









          Marcus MüllerMarcus Müller

          34.9k362101




          34.9k362101





















              6












              $begingroup$

              Your best bet is likely to be a more generic connector. There are many common types of cable out there other than USB that will have two major advantages: Larger conductors on all pins, and no chance of damaging USB devices by mistaken connections.



              Consider using a DIN connector on either end of your cable, for example. These connectors are common enough that they're cheap, and generic enough that the presence of the connector does not automatically make people expect it will work for any one protocol.



              Molex's mini-fit and micro-fit connectors are also popular for power, but be careful if you use mini-fit jr connectors, as they are commonly used on PC power supplies.



              JST connectors are commonly used for batteries in RC applications, and may be a good fit for this as four-conductor JST connectors are sufficiently uncommon that people wouldn't have any particular expectation for what they're meant to be used in, yet sufficiently common that they're very cheap, even pre-assembled cables with a four-pin JST connector on either end can go for less than $2.



              The links in this post are just what I found in a very quick search of digi-key; if you search yourself you may find more options, and you can tailor to your needs regarding conductor size. Or you can look for just the connectors and make your own cable, which is not that hard if you have a crimping tool.






              share|improve this answer











              $endgroup$

















                6












                $begingroup$

                Your best bet is likely to be a more generic connector. There are many common types of cable out there other than USB that will have two major advantages: Larger conductors on all pins, and no chance of damaging USB devices by mistaken connections.



                Consider using a DIN connector on either end of your cable, for example. These connectors are common enough that they're cheap, and generic enough that the presence of the connector does not automatically make people expect it will work for any one protocol.



                Molex's mini-fit and micro-fit connectors are also popular for power, but be careful if you use mini-fit jr connectors, as they are commonly used on PC power supplies.



                JST connectors are commonly used for batteries in RC applications, and may be a good fit for this as four-conductor JST connectors are sufficiently uncommon that people wouldn't have any particular expectation for what they're meant to be used in, yet sufficiently common that they're very cheap, even pre-assembled cables with a four-pin JST connector on either end can go for less than $2.



                The links in this post are just what I found in a very quick search of digi-key; if you search yourself you may find more options, and you can tailor to your needs regarding conductor size. Or you can look for just the connectors and make your own cable, which is not that hard if you have a crimping tool.






                share|improve this answer











                $endgroup$















                  6












                  6








                  6





                  $begingroup$

                  Your best bet is likely to be a more generic connector. There are many common types of cable out there other than USB that will have two major advantages: Larger conductors on all pins, and no chance of damaging USB devices by mistaken connections.



                  Consider using a DIN connector on either end of your cable, for example. These connectors are common enough that they're cheap, and generic enough that the presence of the connector does not automatically make people expect it will work for any one protocol.



                  Molex's mini-fit and micro-fit connectors are also popular for power, but be careful if you use mini-fit jr connectors, as they are commonly used on PC power supplies.



                  JST connectors are commonly used for batteries in RC applications, and may be a good fit for this as four-conductor JST connectors are sufficiently uncommon that people wouldn't have any particular expectation for what they're meant to be used in, yet sufficiently common that they're very cheap, even pre-assembled cables with a four-pin JST connector on either end can go for less than $2.



                  The links in this post are just what I found in a very quick search of digi-key; if you search yourself you may find more options, and you can tailor to your needs regarding conductor size. Or you can look for just the connectors and make your own cable, which is not that hard if you have a crimping tool.






                  share|improve this answer











                  $endgroup$



                  Your best bet is likely to be a more generic connector. There are many common types of cable out there other than USB that will have two major advantages: Larger conductors on all pins, and no chance of damaging USB devices by mistaken connections.



                  Consider using a DIN connector on either end of your cable, for example. These connectors are common enough that they're cheap, and generic enough that the presence of the connector does not automatically make people expect it will work for any one protocol.



                  Molex's mini-fit and micro-fit connectors are also popular for power, but be careful if you use mini-fit jr connectors, as they are commonly used on PC power supplies.



                  JST connectors are commonly used for batteries in RC applications, and may be a good fit for this as four-conductor JST connectors are sufficiently uncommon that people wouldn't have any particular expectation for what they're meant to be used in, yet sufficiently common that they're very cheap, even pre-assembled cables with a four-pin JST connector on either end can go for less than $2.



                  The links in this post are just what I found in a very quick search of digi-key; if you search yourself you may find more options, and you can tailor to your needs regarding conductor size. Or you can look for just the connectors and make your own cable, which is not that hard if you have a crimping tool.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited yesterday

























                  answered yesterday









                  HearthHearth

                  4,5351136




                  4,5351136




















                      Alex Heuer is a new contributor. Be nice, and check out our Code of Conduct.









                      draft saved

                      draft discarded


















                      Alex Heuer is a new contributor. Be nice, and check out our Code of Conduct.












                      Alex Heuer is a new contributor. Be nice, and check out our Code of Conduct.











                      Alex Heuer 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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f427405%2fcan-i-use-usb-data-pins-as-a-power-source%23new-answer', 'question_page');

                      );

                      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







                      Popular posts from this blog

                      Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

                      Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

                      How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2