Showing posts with label batteries. Show all posts
Showing posts with label batteries. Show all posts

Saturday, January 19, 2013

Gravity-Powered Light

What a great idea. Some brits have built a light powered entirely by gravity. The goal is to replace kerosene lamps in Africa and India, and they initially looked at solar, but decided this was less expensive and more reliable. The target cost is $5 for third world end-users, and I suspect with some markup they could sell it elsewhere for emergency and niche use and fund their third world efforts. 

In addition to providing a modest light source, it can power other small devices and (slowly) charge batteries.

Here's a link to the developers' appeal for funding, which succeeded. It includes video.

Here is the NPR story, with text and audio. Or you can simply download the audio.

Tuesday, August 14, 2012

Canon vs. Lumix

I found myself rather suddenly in need of a new camera and it came down to a Panasonic Lumix DMC-ZS8 and a Canon PowerShot SX150. I've had digital cameras of each make in the past, and so, needing it right away and being busy, I decided to quickly buy a known quantity. The Canon is a solid, inexpensive camera, a bit less expensive than the Lumix, but with similar features.

The Lumix has a Leica lens, which is a significant advantage. I took this with a Leica-equipped Lumix (a DMC-TZ1), and don't think it would have been as good with a Canon. Really. But there were two drawbacks to my old Lumix (three drawbacks, really, but more on that later):
(1) The Lumix was noisy in low light situations. Right or wrong, I think Canon has done a better job with the electronics. The newer Lumix might be better.
(2) The Lumix uses a proprietary battery. Multiple times on my last trip with the Lumix, I used both of my batteries' charges, and was stuck. The batteries were expensive and degraded over time. The current Lumix batteries are apparently 1100mAh 3.6V, or just under 0.4Wh, but after a couple years, who knows?

The batteries were the deciding factor. The Canon uses a pair of AA batteries. Sanyo Eneloop NiMH are cheap, under $2.50 each, have long lives (1500 charge/recharge cycles advertised), and are 2000mAh each. So two Eneloops are 2 * 0.2 * 1.2 = 0.48Wh. Advantage, Canon, plus the Sanyo Eneloops have a low self-discharge rate and are cheap, and I can carry as many with me as I want. In a pinch I can pick up alkalines just about anywhere.

The third drawback to the Lumix? A drawback shared with the Canon, no optical viewfinder. With just an LCD viewfinder, the camera is very difficult to use in full sunlight. With both my old Canon and my old Lumix, I often thought that rather than point-and-shoot, I had to shoot-and-hope, not knowing what was in the picture until later.

Thursday, September 8, 2011

USB Thumb Drive Energy Use

This morning, just before removing an old Imation 64MB thumb drive (the expendable one I take with me to class) I checked the run time left on my netbook's battery: 5:57. Then after removing the flash drive, on a whim, I checked the charge remaining: 6 hours even. So apparently the power taken by the device is small but nonzero. Off and on I've been a little curious about this because sometimes when I remove a thumb drive, the drive is very warm.

So, how much energy do thumb drives use? The Kingston web site and Amazon offer no help, but there is a paper that is very informative, "Power and Performance Characteristics of USB Flash Drives," Kyle O’Brien, David C. Salyers, Aaron D. Striegel, Christian Poellabauer, Department of Computer Science and Engineering, Notre Dame, IN 46556 USA. this apparently appeared in the 2008 International Symposium on a World of Wireless, Mobile and Multimedia Networks, which is an IEEE venue. The paper is available from CiteSeer.

It makes sense that wireless folks would be interested in power consumption since so many wireless devices are battery-powered.

They looked at USB 1.1 and 2.0 devices from a variety of manufacturers and of a variety of sizes up to 4 GB. 4 GB is small now, but this was a few years ago.

USB 2.0 energy consumption was very interesting, with the idle consumption being over twice that of the USB 1.1 device (for a Patriot 4 GB device). If thumb drives are idle most of the time, then one can suppose that the USB 2.0 devices take twice as much power overall as compared to USB 1.1. The differences were approximately 22.4 mA for an idle USB 1.1 device as opposed to approximately 50.9 mA for a USB 2.0 device. The disparity between current required while writing was larger, almost 3:1, at 34 mA vs. 105 mA. Presumably the USB 2.0 device is writing faster so it may spend less time writing.

For a USB 1.1 Kingston 4 GB idle power was around 23 mA and power writing or reading was around 34 mA.

One can multiply all the mA numbers above by 5V to get mW, so even idle a thumb drive consumes a significant fraction of a watt. As a fraction of the power used by a typical PC, this is small, as one would expect.

A group in Vasser's Physics Department also studied this issue, with interesting results. They are not very specific about what hardware they are testing, though do note that they see little difference between different flash memories. Rather than measuring the amperage used by the flash drive itself, they measure the wattage used by the laptop to which the flash drive is attached.

It appears their laptop consumes about 11.7 W solo, or 13.4 W with a 4 GB flash drive plugged in, which seems low. I wonder if they were measuring the current from the wall socket or the current coming out of the power brick, which would be lower, or something else, like maybe power from the battery. I believe this is what they referred to as "the laptop at rest."

Though the power requirements for their laptop seem low, the extra power required by the thumb drive seems high. An extra 1.7 W? Are we to believe that the thumb drive tested burned 340 mW, which is much higher than the measurements provided by O'Brien, et al. One possible difference is the USB interface within the laptop. Perhaps the internal USB hub is in a low power state when nothing is plugged in.

Interestingly, as the thumb drive is unmounted, the power usage rises to around 20 W. The thumb drive will require additional power when write buffers are being flushed to it. Also, this would require the UI to be active (probably no screen dimming) and might bring the CPU briefly to full speed. I would be interested in the difference seen when ejecting a thumb drive if the CPU is already performing a compute-bound task.

Unsurprisingly, it took an extra fraction of a watt to play a file from hard drive as opposed to from their 4 GB flash drive. The flash drive has no moving parts. However, it's not clear whether the flash drive is plugged in when playing from disk.

Something else to look into: power consumption by SDHC cards as used in digital cameras. Battery life is important for digital cameras.

One caution: the numbers above all appear to be from a small sample of USB drives, which may or may not be representative.