From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bifrost.lang.hm (mail.lang.hm [64.81.33.126]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 28E3621F266; Sun, 29 Jun 2014 20:46:06 -0700 (PDT) Received: from asgard.lang.hm (asgard.lang.hm [10.0.0.100]) by bifrost.lang.hm (8.13.4/8.13.4/Debian-3) with ESMTP id s5U3jqNm011539; Sun, 29 Jun 2014 20:45:57 -0700 Date: Sun, 29 Jun 2014 20:45:52 -0700 (PDT) From: David Lang X-X-Sender: dlang@asgard.lang.hm To: Joseph Swick In-Reply-To: Message-ID: References: <53A9D92B.7010603@hp.com> <16169.1403645906@sandelman.ca> <8aeaf238-4612-410e-8d07-38159873ea17@reed.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: cerowrt-devel@lists.bufferbloat.net, bloat@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] =?iso-8859-15?q?Low_Power_UPSes_=28Was=3A_Re=3A__?= =?iso-8859-15?q?=5BBloat=5D__Dave_T=E4ht_quoted_in_the_ACLU_blog?= =?iso-8859-15?q?=29?= X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 03:46:06 -0000 On Sat, 28 Jun 2014, Joseph Swick wrote: > On 06/28/2014 12:28 AM, Dave Taht wrote: >> >> One thing that does bug me is most UPSes are optimized to deliver a large >> load over a short time, a UPS capable of driving 5 watts for, say, 3 days is >> kind of rare. >> > > I think this is something that's in need of a new approach/disruption. > For low power devices like NUCs and RasPi servers, running them off of a > traditional UPS is hugely waste-full, since you're going from your Line > voltage (120VAC or 240VAC in many places) to 12 or 24VDC (Or 48VDC for a > bigger UPS). Then when the UPS has to kick in, it converts the battery > voltage back to your line voltage. > > A better approach would be to have a UPS that had a good intelligent > charger for your deep-cycle type battery that coming off the battery, > you kept it at the correct DC level for your NUC or Raspi. Which for > many of these devices is 5 or 12VDC. So in a sense, it becomes your > low-power device's power suppy, it just happens to have the added > benefit of having a built-in backup battery. > > Coming from a Ham Radio perspective, some hams run their base stations > off of deep-cycle marine batteries with some form of charger keeping > them topped off. This way, the radio operator can operate his or her > station for days just on emergency power. Since a lot of ham gear is > designed to operate off of 12VDC (with some notable exceptions like your > high-power amplifiers). > > It shouldn't be hard to develop a decent grade Low-power UPS for home or > small office use that can run these low power devices for days at a time > with out all the inefficiencies of converting VAC to VDC and back again. > And there's probably a bunch of Raspi (or similar low-power computer > boards) enthusiasts who already have for their own personal use. I think a lot of people are just using li battery packs with USB output to run their Pi type computers, with a wall charger into the battery pack. it may not be the best thing for the batteries, but it's off-the-shelf and cheap. for 12v computers, it's easy to just float a gell-cell on the output of a power supply. If you want to be a purist, have some sort of current limiting resister so that when the battery is extremely low you don't overload the power supply, but in practice, the power supplies are cheap (getting hold of an old PC power supply is probably free, and they tend to have a fairly heafty 12v output), and gell cells are pretty forgiving of abuse, so you can get away with the dirt-simple PS -> battery -> device the vast majority of the time. It helps that "12v" equipment tends to actually be speced to run off of automotive power, which is about the ugliest power source you can deal with. David Lang