element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino USB powering Arduino and 3.3v device
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 19 replies
  • Subscribers 395 subscribers
  • Views 1396 views
  • Users 0 members are here
  • arduino
Related

Arduino USB powering Arduino and 3.3v device

alexbee13
alexbee13 over 10 years ago

Hi. Im a newbie when it comes to this stuff but i recently bought an arduino and i was wondering if i could use the arduino cable and splice into it and connect the arduino using standard 5v then add a zener diode on another wire attatched to the 5v wire. Can i do this? I need a 3.3v power source and 5v for the arduino without using 2 usb cables. I know its probably the bad way of doing it. Im just curious to see if i can do it. Its the arduino uno.

 

Thanks

  • Sign in to reply
  • Cancel

Top Replies

  • gadget.iom
    gadget.iom over 10 years ago in reply to alexbee13 +1
    No worries. I have annotated your drawing with my suggested approach. Forget about anything within the greyed out box area and consider adding the two wires I have added in:
  • screamingtiger
    screamingtiger over 10 years ago +1
    One thing being left out, the device you are powering. How much current will it draw? The 3.3 output o the arduino is rated for 50ma. If you need more I can see why you want to use the USB. I don't recommend…
  • clem57
    0 clem57 over 10 years ago in reply to alexbee13

    A fly back diode would be a safe bet.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexbee13
    0 alexbee13 over 10 years ago in reply to clem57

    whats a flyback diode? ive never heard of one or seen one before.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 10 years ago in reply to alexbee13

    http://en.wikipedia.org/wiki/Flyback_diode

    Google is your friend.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • clem57
    0 clem57 over 10 years ago in reply to alexbee13

    That is the name of the function the diode does in

    wont i need any diode on the 3.3v on the one to the RF module to prevent the current going back into the 3.3v line? the RF module is bi-directional or something

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexbee13
    0 alexbee13 over 10 years ago in reply to gadget.iom

    so what type of flyback diode would i need or is there only 1 type?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • pettitda
    0 pettitda over 10 years ago in reply to alexbee13

    If the USB is the only source of power in your circuit then there won't be any reverse current on the 3.3V line from the Arduino to the Xbox 360 RF board.  In the original circuit, the guy was using two diodes to drop the 5V to near 3.3V (3.6V assuming 0.7V drop across each diode).

     

    However, as Robert Peter Oakes said, you'll most likely need to convert the 5V I/O voltage to 3.3V using one of the methods he listed. That is assuming that the Xbox 360 RF board is using 3.3V logic and not regulating down to 2.5V or 1.8V, etc..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • alexbee13
    0 alexbee13 over 10 years ago in reply to pettitda

    so even though the RF module can sent the flow of current back to the arduino, its not going to damage it?. the reason for the diodes is to bring it to 3.3v but also to prevent the voltage drop that would burn out the RF module and the USB controller.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • chrisdracko
    0 chrisdracko over 10 years ago

    if you only need power for the zener diode and rf modular why not connect it to a standalone power suppy?

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • screamingtiger
    0 screamingtiger over 10 years ago

    One thing being left out, the device you are powering.  How much current will it draw?  The 3.3 output o the arduino is rated for 50ma.  If you need more I can see why you want to use the USB.

     

    I don't recommend splicing into a USB cable, they aren't very easy to work with, all the shielding, the tiny wires etc.  The approach suggested is the best IF you are within the current tolerances of the 3.3V output of the Arduino.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube