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
Ben Heck Featured Content
  • Challenges & Projects
  • element14 presents
  • element14's The Ben Heck Show
  • Ben Heck Featured Content
  • More
  • Cancel
Ben Heck Featured Content
Forum computer power supply with built in battery backup
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Ben Heck Featured Content to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 19 replies
  • Subscribers 43 subscribers
  • Views 5617 views
  • Users 0 members are here
  • Single Board Computer
Related

computer power supply with built in battery backup

mattbatt0
mattbatt0 over 9 years ago

It has always annoyed me that uninteruptible power supplies convert AC into DC then back into AC so that the computer can convert the AC back in to DC.  I always wanted an ATX style power suply that only converted AC into DC once for powering the system and charging a backup battery.  I have thought about building it myself but I don't know what the pitfalls might be. 

  • Sign in to reply
  • Cancel

Top Replies

  • jw0752
    jw0752 over 9 years ago +3
    Hi Matt, The APC supplies are set up like this because desk top computers and monitors can not run directly off a single DC voltage. The ATX power supply creates + and - 12 volts, + 5 volts, and perhaps…
  • shabaz
    shabaz over 9 years ago +2
    Another approach is to move some tasks to low-power platforms such as single board computers (SBC) - like the Raspberry Pi or BeagleBone Black. Or even a router if you can run things on it (some allow…
  • gadget.iom
    gadget.iom over 9 years ago +2
    Google took this approach with their early server builds. http://www.cnet.com/news/google-uncloaks-once-secret-server-10209580/
  • goggles2114
    goggles2114 over 9 years ago

    This from the layman's perspective is wonderful as a project since even if it can't be done i'd love to know WHY things are the way they are.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • jw0752
    jw0752 over 9 years ago

    Hi Matt,

    The APC supplies are set up like this because desk top computers and monitors can not run directly off a single DC voltage.  The ATX power supply creates + and - 12 volts, + 5 volts, and perhaps + 3.3 volts. The monitor probably runs on yet another voltage and if you have any other accessories they may also have different voltage requirements. By having the APC turn its battery backup power back into 120 VAC the individual power supplies can do their jobs of producing all the different required voltages.

    John

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
  • goggles2114
    goggles2114 over 9 years ago in reply to jw0752

    Informative!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mattbatt0
    mattbatt0 over 9 years ago in reply to jw0752

    Yes thank you I know that part.  They make 12 volt DC-DC power supplies for computers.  I want to avoid the power loss of conversion and only switch to DC once like a Laptop does.
    In searching I think I may have found some products that would fulfill my needs. 
    OpenUPS to regulate charging and pulling from Battery.  http://www.mini-box.com/OpenUPS?sc=8&category=981
    and this 250W DC-DC power supply to take the DC from the openUPS and step up and down for the PC.  http://www.mini-box.com/M4-ATX?sc=8&category=981
    Combine that with a LiPO battery pack and it's awesome.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • shabaz
    shabaz over 9 years ago

    Another approach is to move some tasks to low-power platforms such as single board computers (SBC) - like the Raspberry Pi or BeagleBone Black. Or even a router if you can run things on it (some allow this), or your network storage. They need a single DC low voltage power supply.

    Maybe nothing else is critical and can be rebuilt.

     

    As an example, I wanted something guaranteed to work for a couple of hours in the event of power outages (it was an experiment that needed to run for several months uninterrupted), so I provided a 12V supply to a router and to a single board computer. My supply came from eight AA alkaline batteries : )

     

    No need to worry about charging them, and they would have powered my devices for an hour or two. I used a relay to switch them : ) didn't require MOSFET switching either. The relay was quick enough combined with a bulk storage capacitor. Nice and simple. I could replace the batteries at any time (e.g. once a year, or after an outage) provided it wasn't during an outage.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • gadget.iom
    gadget.iom over 9 years ago

    Google took this approach with their early server builds.

    http://www.cnet.com/news/google-uncloaks-once-secret-server-10209580/

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 9 years ago in reply to jw0752

    There have been a couple of products on the market that do appear to achieve this sort of functionality. Something like this:

     

    eNSP3-450P-S20-H1V - ATX Power Supply with UPS Function

     

    The PSU unit replaces the existing ATX PSU and the battery(s), are designed to mount in a standard 5.25" drive bay.

     

    I've been interested in this idea for a while myself as I've generally found the external UPS solutions to be notoriously unreliable whereas in comparison the laptop type mains/battery arrangement appears to be very reliable.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jw0752
    jw0752 over 9 years ago in reply to beacon_dave

    Hi Dave,

     

    It looks like an interesting idea. At least it would conserve volatile memory until the unit could be shut down. Of course if you wanted to be able to see what you are doing you would still need power for your monitor.

     

    John

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • beacon_dave
    beacon_dave over 9 years ago in reply to jw0752

    Hi John,

     

    For me it's more a case of covering two scenarios:

    1. surviving the short blips that are long enough to cause a reboot
    2. clean shut down of the system if the power is off for more than 30 seconds, as in most cases that means its going to be off for an hour or so. So saving files, suspending open virtual machines then a shut down.

     

    So for me the monitor issue is not necessarily that big an issue, I'm not looking at continuing to work as normal through a significant outage.

    These days though the chances are you could still remote in from a tablet if you really needed a terminal and grab any vital files you might need before powering down the desktop.

     

    More often than not though I've found that the external UPS unit lets you down when you need it the most anyway. Out of the 40 or so UPS devices I've worked with, only the original APC RS1000 and RS1500 units still managed to perform to spec' after a year of use. In comparison I have a 7 year old laptop still working on its original battery.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jw0752
    jw0752 over 9 years ago in reply to beacon_dave

    Hi Dave,

    It sounds like you have done a good job of analyzing what will work best for you. Personally I took an old APC and installed an external car battery. I have voltage and current monitors on the battery and I test it for proper operation monthly. I also have a separate APC on my Modem and Router which is tied to the local cable service. In the last couple power outages I was able to continue to work and monitor the weather on the computer without interruption. Here are a couple picture of my setup.

     

    image

     

    image

     

    John

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • 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