Re: RasPi power usage measurements ALL Models
My interest is in using the Pi B+ as an off-the-grid web server. With that aim I don't even need the HDMI connection, only the ethernet and the power is being supplied by a solar-powered battery charger (50000 mAh [claimed] and 1.5W charging from the solar panel). Any idea how much power the Pi uses without HDMI? I need to get it below 750mW (assuming 12 hours of daylight). If I need a GUI, I can come in with VNC (which may also use power).
- davidcoton
- Posts: 5661
- Joined: Mon Sep 01, 2014 2:37 pm
- Location: Cambridge, UK
- Contact: Website
Re: RasPi power usage measurements ALL Models
1.5W from the solar panel won't be enough -- especially since that will be available on average less than half the time. The RPi boards seem to use around 0.7A at 5V (3.5W),. maybe more or less depending on peripherals, but not under the 0.5W average you might get from the 1.5W (peak?) panel. I'd be looking for a 5-10W panel to keep the system alive. The 50Ah battery is more reasonable, especially if that is 12V and you have an efficient switching regulator to 5V. It might struggle in cloudy weather in winter. (Where is this system? How much sunshine?)
VNC won't add to the consumption.
VNC won't add to the consumption.
Location: 345th cell on the right of the 210th row of L2 cache
- mikronauts
- Posts: 2820
- Joined: Sat Jan 05, 2013 7:28 pm
- Contact: Website
Re: RasPi power usage measurements ALL Models
Use a model B+
In my review, I did some power consumption testing, and idling at a desktop, a B+ used about 230mA
http://www.mikronauts.com/raspberry-pi/bplus-review/5/
5V * 0.23A = 1.15W too close to the rated 1.5W to rely on it.
I'd upgrade your solar panel to 6W+, and use it to charge a USB powerbank of at least 12000mAh capacity, and power the Pi from that.
The above numbers assume you want to run your server 24/7
In my review, I did some power consumption testing, and idling at a desktop, a B+ used about 230mA
http://www.mikronauts.com/raspberry-pi/bplus-review/5/
5V * 0.23A = 1.15W too close to the rated 1.5W to rely on it.
I'd upgrade your solar panel to 6W+, and use it to charge a USB powerbank of at least 12000mAh capacity, and power the Pi from that.
The above numbers assume you want to run your server 24/7
http://Mikronauts.com - home of EZasPi, RoboPi, Pi Rtc Dio and Pi Jumper @Mikronauts on Twitter
Advanced Robotics, I/O expansion and prototyping boards for the Raspberry Pi
Advanced Robotics, I/O expansion and prototyping boards for the Raspberry Pi
-
- Posts: 1
- Joined: Mon Nov 03, 2014 6:17 am
Re: RasPi power usage measurements ALL Models
I think you have got good solar power system..There is plenty to learn and even I will upgrade my solar power system now..mikronauts wrote:Use a model B+
In my review, I did some power consumption testing, and idling at a desktop, a B+ used about 230mA
http://www.mikronauts.com/raspberry-pi/bplus-review/5/
5V * 0.23A = 1.15W too close to the rated 1.5W to rely on it.
I'd upgrade your solar panels to 6W+, and use it to charge a USB powerbank of at least 12000mAh capacity, and power the Pi from that.
The above numbers assume you want to run your server 24/7
- alexeames
- Forum Moderator
- Posts: 2874
- Joined: Sat Mar 03, 2012 11:57 am
- Location: UK
- Contact: Website
Re: RasPi power usage measurements ALL Models
So. New model of Pi, the A+.
New round of power measurements (Vin was 5.2V)

I omitted the B as I spent all afternoon on this already. But for sake of comparison, at IDLE CLI the B drew 380 mA when measured against the B+ in the summer (although Vin was a little lower, so not a perfect comparison).
Bottom line. A+ uses about 70% of the power of the model A. Full review including video of the whole process here...
http://raspi.tv/2014/raspberry-pi-a-how ... es-it-need
New round of power measurements (Vin was 5.2V)


I omitted the B as I spent all afternoon on this already. But for sake of comparison, at IDLE CLI the B drew 380 mA when measured against the B+ in the summer (although Vin was a little lower, so not a perfect comparison).
Bottom line. A+ uses about 70% of the power of the model A. Full review including video of the whole process here...
http://raspi.tv/2014/raspberry-pi-a-how ... es-it-need
Alex Eames RasPi.TV, RasP.iO
Re: RasPi power usage measurements ALL Models
I don't have an A+ in my hands yet, but I'm hoping for current consumption (at 5V) well below 100mA. My non-plus A draws 93mA in idle with the video switched off (/opt/vc/bin/tvservice -off).
The regulator claims to be 95% efficient so I'm expecting the A+ to draw about 65mA at 5V. Maybe slightly less since there's also a switching regulator for the 1.8V rail.
The regulator claims to be 95% efficient so I'm expecting the A+ to draw about 65mA at 5V. Maybe slightly less since there's also a switching regulator for the 1.8V rail.
- alexeames
- Forum Moderator
- Posts: 2874
- Joined: Sat Mar 03, 2012 11:57 am
- Location: UK
- Contact: Website
Re: RasPi power usage measurements ALL Models
Update to add Pi2B and Zero
Alex Eames RasPi.TV, RasP.iO