
I've seen several power related threads where people are wondering how much the Pi uses and a few have attempted to make measurements. I've got a fairly accurate piece of kit I bought for measuring the current/voltage use of RC planes, so I thought I'd put it to use here.
Here's the setup.
Power source 3 cell lipo (12.5v)
Connected to Hyperion E-meter calibrate shunt (and then on to emeter)
Connected to LM2596S switching reg (allegedly 90% efficient) stepping voltage down to 5.0V
Connected to USB A port
Containing Samsung USB phone connection/charge lead
Connected to the Pi
Pi was connected to...
Network cable
HDMI monitor
Power in (described above)
No USB for now. I logged into the pi using SSH without attaching USB devices.
Raw data (needs converting later)...
On booting, the Pi drew 0.20 amps @ 12.5v
Once booted, it dropped to 0.19 amps @12.52v
While logging in via SSH, current went up to 0.20 A again
then fell back to 0.19 A.
Plugging in Logitech wireless dongle for kbd/mouse
current went from 0.19 A to 0.20 A and stayed there.
Typed startx on wireless kbd.
While loading 0.21 A
Back to 0.20 A on idle (all @ 12.5V)
Start midori 0.21A while loading
Back to 0.20 Aonce loaded.
Load Raspi forum main page
0.21 A fell back to 0.20 once loaded
Load Raspi site main page
0.21 A fell back to 0.20 once loaded
then fell back to 0.19 on idle
Then shut down. 0.21 A while shutting down.
So what does this tell us?
1) Assuming the 90% efficiency is true, the idle power usage with just network and HDMI monitor connected is 0.9 * 12.5 * 0.19 = 2.14 watts
2) My logitech wireless kbd/mouse dongle required only 0.9 * 12.5 * 0.01 = 0.11 watts, which is nice and low

3) loading X or a web page or a program use a similar amount of power as 2) ~ 0.11 watts
I haven't had a chance to stress the unit yet, but will make further measurements when I do. I'm fairly confident of the accuracy of the measurements, but less so about the efficiency (90%) of the reg. But if it's less efficient, that means the pi uses less.
Bottom line. Pi uses about 2 watts at idle.
Stressed Pi measurements to come later. I've got a fairly inefficient python anagram algorithm I wrote a few weeks ago that gobbles up processor power. And I might hook up the USB data logging facility on the emeter if I can remember how it works to give you some pretty graphs and stuff.
All good fun. Hope this is useful for someone, but either way, I'm having fun.
