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
Power & Energy
  • Technologies
  • More
Power & Energy
Forum Power Supply Question and Request.
  • Blog
  • Forum
  • Quiz
  • Documents
  • Polls
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 13 replies
  • Answers 5 answers
  • Subscribers 287 subscribers
  • Views 1400 views
  • Users 0 members are here
  • power regulator
  • power electronics
  • power design
Related

Power Supply Question and Request.

eye-zen
eye-zen over 8 years ago

Hi People - i have a request for the members for assistance.

Brief Background - I build Robots and Drones - both ground based and aerial. My background is programming not physical design....

 

My request is this:-

A power circuit capable of taking in at least 36v dc and outputting any and or all of the following 3,3v 5v 6v 7.4v 9v 10v 12v -- these are the standqrd voltages required by our robotics platforms.

The input voltage needs to be anywhere from 6v to at least 36v - although higher is ok.

 

The out[uts would ideally be switchable and selectable so that at least any 3 of those voltages could be output at once - ie 3.3 and 5 and 10 volts out all at once....

 

I dont know if this is possible or not - thats where you come in ....

If possible i would like a schematic and a BOM to build this..

 

Please help

Cheers

Al

  • Sign in to reply
  • Cancel

Top Replies

  • jw0752
    jw0752 over 8 years ago +5 suggested
    Hi Al, What you describe is possible, but to build a universal supply will not be as efficient as building to a specification. For a specific application one would need to know the voltage of the source…
  • rachaelp
    rachaelp over 8 years ago in reply to eye-zen +3
    Al French wrote: ahhh and also ltpowercad looks like a windoze program - why doesnt anyone support linux anymore hahaha - virtualbox here we come Tell me about it.... I use Mac/Linux machines and Windows…
  • dougw
    dougw over 8 years ago +1 suggested
    You could try one of the design tools that guide you through complete solutions. Like TI tools: Power supply design for single loads | WEBENCH tools | TI.com SWITCHERPRO SwitcherPro(TM) Switching Power…
  • jw0752
    0 jw0752 over 8 years ago

    Hi Al,

    What you describe is possible, but to build a universal supply will not be as efficient as building to a specification. For a specific application one would need to know the voltage of the source of power. The amount of current that the source can deliver would be a limiting factor on the outputs. For example the voltage of your source times the limit of its current will define the wattage of the source. The voltages of your secondary systems times each of their respective currents are the power in watts that is being consumed by your device. The power consumed can't be greater than the power available at the source. You would need to know the different voltages that are needed as well as the current that will be needed for each voltage. There is a big difference between building a 5 volt one amp supply and a 5 volt 10 amp supply. I am not an engineer and so I have found for my own projects that there are a lot of DC to DC converters commercially available at reasonable prices that I integrate into my designs. Most of these converters use switch mode power supply (SMPS) designs and are very efficient. (Some in excess of 90%). this is very important particularly if your device is running from a limited supply such as a battery. Many of these converter modules will take a range of voltages for input and deliver a range of voltages for output. In this way I can input from 4 V to 36 V and get 1.2V to 34 V out. These are called BUCk converters as they reduce the voltage. Here is an example of a BUCK converter:

     

    http://www.ebay.com/itm/DC-DC-CC-CV-Buck-Converter-Step-down-7-40V-to-0-8-35V-12A-Power-Supply-Module-/272614244686?hash=item3f7913414e:g:p7QAAOSwuLZY39YW

     

    You can see where a series of these converters could be tied into a voltage source and each be tuned to a specific output voltage. As long as your device doesn't try to draw more current than the device is capable of they seem to work very well. Of course for the money they are great for non-critical applications. I would not recommend them for any critical or medical application.

     

    Rather than continue to ramble I will send the conversation back to you and we can expand the discussion if this is what you are interested in.

     

    I call my approach to design the Borg approach as I do not design new technology by rather assimilate the designs of others. image

     

    John

    • Cancel
    • Vote Up +5 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • eye-zen
    0 eye-zen over 8 years ago in reply to jw0752

    Hi John

    Thanks for your reply.. i have tried of the shelf solutions and YES they work but it isnt what we are after.

    What im after is a schematic so we can incorporate it in to a board we are having built for robotics control..

    What we are after is something with a common input rail and then an output rail with selectable voltages - preferably selected by a switch or jumper..

    If anyone can provide a converter schematic and maybe an explanation of what components need to be changed for each voltage output level that would be ideal....

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jw0752
    0 jw0752 over 8 years ago in reply to eye-zen

    Hi Al,

    OK I understand better now. How much current will each of the taps draw? It is important to properly size unless weight isn't a problem for your application. Still, even if weight isn't a problem it is a shame to have 10 amps available and all the heavy duty hardware to support it when all you need is 100 mA.

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • eye-zen
    0 eye-zen over 8 years ago in reply to jw0752

    Hi John

    \The most current required is 3 amps - but mostly 2 amps is sufficient -- weight is kind of an issue but not necessarily a problem...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 8 years ago

    You could try one of the design tools that guide you through complete solutions.

    Like TI tools:

    Power supply design for single loads | WEBENCHRegistered tools | TI.com

    SWITCHERPRO SwitcherPro(TM) Switching Power Supply Design Tool | TI.com

     

    Or Linear Technologies

    Solutions - Designing Power Supply Parameters in Five Simple Steps with the LTpowerCAD Design Tool

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • eye-zen
    0 eye-zen over 8 years ago in reply to dougw

    Hi Doug

    Those tools look amazing and can probably do what i need - HOWEVER - what i need is for someone to handhold me through the process at least -- assume im a total idiot when it comes to power supply design - because i probably am looking at what is involved...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • eye-zen
    0 eye-zen over 8 years ago in reply to eye-zen

    ahhh and also ltpowercad looks like a windoze program - why doesnt anyone support linux anymore hahaha - virtualbox here we come

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • jw0752
    0 jw0752 over 8 years ago

    Hi Al,

    If some of your circuits require less than 1 A there is a nice series of DC to DC converters from Recom. They will convert up to 28 volts in to fixed 3.3 V, 5 V, 9 V, 12 V, and 15V, at 1 amp and do it with nearly 90% efficiency so there is no a need for a lot of heat sinking. Further they are quite small. Here is a link to the 5 volt unit.

     

    http://www.newark.com/recom-power/r-78e5-0-1-0/dc-dc-converter-5w-5v-1a-sip/dp/83X9336?ost=R-78E5.0-1.0&scope=partnumberlookahead&exaMfpn=true&searchref=searchlookahead&searchView=table&iscrfnonsku=false&ddkey=http%3Aen-US%2FElement14_US%2Fw%2Fsearch

     

    If you want more than one Amp then it will require extra work. I suspect that one could put in the support hardware for the higher amperage output and perhaps use the little DC to DC converters as Plug in voltage selectors to drive the components that would deliver the higher amperage.

     

    You might note that while you will get questions answered and a lot of help on the forum it is unlikely that anyone will design the circuit for you. For one thing there may be liability issues if something that is designed fails and property is damaged or people are hurt. Some of the guys on the forum do circuit designs for a living and you may be able to contract with one of them to do your design for you but they will have to speak for themselves. I personally do not have the skills yet to take on a design project for someone other than myself. If you can find the resources to start designing and prototyping the board that you want I am sure that there will be help with the bumps in the road from the guys here.

     

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • eye-zen
    0 eye-zen over 8 years ago in reply to jw0752

    hi mate

    Liability is something i am aware of - and would not hold anyone here giving me assistance liable for anything except credit where credit is due....

    i am far from a litigious person -

    I am only hoping i can find the solution we require for our design ...

    Having said that maybe there is already enough info for us to progress -

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • eye-zen
    0 eye-zen over 8 years ago

    hi john to quote...."it is unlikely that anyone will design the circuit for you." that is actually pretty much what we needed - and we are prepared to forgo liability etc for a workig design - also if it is a commercial venture then so be it we are prepared to negotiate fair fee for service to get our design needs met....

    • Cancel
    • Vote Up 0 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