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 Best switch mode design to step down 5-12v to 5v at 1A?
  • Blog
  • Forum
  • Quiz
  • Documents
  • Polls
  • Events
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 4 replies
  • Subscribers 288 subscribers
  • Views 930 views
  • Users 0 members are here
  • buck
  • dc-dc
  • dc/dc
  • converter
  • power_conversion
Related

Best switch mode design to step down 5-12v to 5v at 1A?

Former Member
Former Member over 13 years ago

Hi,

I'm trying to design a switch mode step down buck regulator on my ATmega-based microcontroller board that will take 5-12+v from a LiPo or other power source and convert it to 5v with max current 1A.

I'm new to the field of power supplies/regulators, so I don't yet know exactly what would work well and what wouldn't.

 

I've looked at TI's TL2575 ICs, which are 1A "simple step-down switching regulators." Only four external components are needed (inductor, 2 caps, schottky diode), and it's 85+% efficient. The problem, however, is that it requires a big 330uH inductor that is expensive.

 

I then moved on to looking at another TI chip, the TPS63061 (kind of hard to find...just released in Dec. 2011). It is a buck-boost converter with 2A max current. This will allow for an input lower than 5v, as well as above it, so it would work great with 1/2-cell LiPo batteries. It uses a 1.5uH inductor, some small caps, a resistor, and a pretty big 66uF ceramic. Overall, the footprint is much smaller, but the total cost is a bit higher. Here's a basic schematic.

 

I've also been on WEBENCH and desiged a 6-18v input, 5v/1.6A output regulator with the TI LM20333.

 

What design would you suggest?

 

Thanks for the help!

Michael

  • Sign in to reply
  • Cancel
  • Catwell
    0 Catwell over 13 years ago

    Michael,

     

    Making a switching power supply like the TI LM20333 is an elegant solution.

     

    Could you get away with using a LM7805LM7805 or LM78XX series linear regulator? It would be the simplest, one component, option. The LM7805ACT.LM7805ACT. linked here can handle up to 20V input.

     

    Cabe

    http://twitter.com/Cabe_e14

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • RWM
    0 RWM over 13 years ago

    It depends on what you need. LM20333 is buck converter, so you cannot have input voltage lower than 6V perhaps alittle bit lower). There are available less buck-boost converters than buck only. TPS63061 is interesting, however do you have experience soldering tiny SON packages? If you plan to use 1 LiPo, you need boost converter. If 2 LiPo - buck. If 1 or 2 LiPo - buck-boost (SEPIC).

     

    You can look at Linear:

    http://parametric.linear.com/switching_regulator#!1038_yes!1646_Buck-Boost|SEPIC!1032_%3C=3!1033_%3E=12!1105_%3C=5!1034_%3E=5!1035_4:24!1107_1:6!vinmin_3!vinmax_12!mono_mono!vout_5!iout_1

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Former Member
    0 Former Member over 13 years ago in reply to Catwell

    I initially thought about using a simple linear regulator, but with the amount of current I would be using I'd probably have to put a heatsink on the board. I think it would be better to use a switch mode regulator to aim for most efficiency and low power dissipation (albeit a more complex design!)

    The LM20333 looks like a good solution, but I'm thinking maybe the TPS63061 would be even better because of its buck-boost SEPIC design and smaller inductor? I've never soldered SON/QFN packages before, but I just ordered a few Schmartboard breakout boards to help with the initial prototype.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • RWM
    0 RWM over 13 years ago in reply to Former Member

    For input 12V and 1A load current heatsink would be big (7Watts) so it is better to use switching converter. I think you can try TPS63061 or check LM5000/5001 http://www.ti.com/product/lm5001

    • 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