Questions tagged [power]

Power is the rate at which energy is supplied or consumed, often measured in Watts. This tag covers electrical power specifically, the voltage and current specifications for supplying power to the Pi, the specifics of power consumption by the Pi, and methods for controlling Pi power consumption.

From the Wikipedia article:

Electric power, like mechanical power, is the rate of doing work (W), measured in watts, and represented by the letter P. The electric power in watts produced by an electric current I consisting of a charge of Q coulombs every t seconds passing through an electric potential (voltage) difference of V is:

formula for electrical power

Q is electric charge in coulombs

t is time in seconds

I is electric current in amperes

V is electric potential or voltage in volts

953 questions
89
votes
3 answers

How much energy does the Raspberry Pi consume in a day?

My searching efforts have failed when trying to find this. On average, how much energy does the Raspberry Pi consume in 24 hours (minimal usage vs. max usage in a day and USB vs. Micro-USB powered)?
Zero
  • 933
  • 1
  • 8
  • 16
56
votes
11 answers

Can I use Raspberry Pi as a USB peripheral device?

Raspberry Pi has a Micro USB port for power supply. My question is if this port is only for power purposes or can it be used for data as well? I would like to be able to attach my Raspberry Pi as a USB peripheral to another computer. Is this…
user13
51
votes
2 answers

Raspberry Pi 3 vs Pi 2 power consumption and heat dissipation

I've seen the announcement of the new Raspberry 3 but didn't find any info regarding power consumption and heating. A 1.2 Ghz 64-bit CPU is great but does it draw a lot more power? Shall heat be an issue with small cases with the Rpi3? I've read…
Cedric Martin
  • 673
  • 1
  • 7
  • 8
47
votes
5 answers

Power consumption of Pi Zero W?

For those who have the Pi Zero W with them, what is its power consumption in the following modes: No peripherals connected, WiFi And Bluetooth off Only WiFi turned on Only Bluetooth turned on Only camera connected and capturing I am aware of a…
HRJ
  • 573
  • 1
  • 4
  • 6
47
votes
2 answers

Is setting `max_usb_current=1` to give more power to USB devices a bad idea?

I've been searching around for more information on the /boot/config.txt configuration directive max_usb_current, trying to find out exactly what happens when that is set to 1, but it's hard to find any official documentation. I know the…
geerlingguy
  • 1,676
  • 2
  • 16
  • 22
46
votes
6 answers

How do I measure the current power consumption?

Is it possible to measure (with software, like PowerTOP) the Pi's current power consumption, on my Raspberry Pi?
cupakob
  • 1,057
  • 3
  • 13
  • 17
44
votes
5 answers

How Raspbian Detects Under Voltage

How does the Pi know it being underpowered and to show the lighting bolt? As most of us know, if you use a bad power supply you get the lightning bolt telling you are underpowered. I noticed that when I run my Pi on battery, the last 15 minutes or…
NULL
  • 2,240
  • 8
  • 28
  • 49
37
votes
9 answers

Will any external battery power a Raspberry Pi?

I am working on a project that needs the Raspberry Pi to work without a mains connection. I have considered buying a 50000mAh USB power bank. Would this power a Raspberry Pi, and if so, would it power it for more than 24 hours?
Joel
  • 537
  • 2
  • 5
  • 5
34
votes
6 answers

Powering a PI from 12V

I'm thinking of installing my Pi down at my wife's stables which have a 40W solar charged 12V DC lighting circuit. Since the Pi runs at 5V I'm thinking that a quick and easy way to step down the voltage safely would be to use a microUSB mobile phone…
DaveG
  • 443
  • 1
  • 4
  • 6
34
votes
8 answers

How to safely switch off the Raspberry Pi?

Usually with a desktop computer, if I run sudo shutdown -P now, the computer switches off completely and I can switch it back on again with a button. (Likewise, if the computer crashes, I can force a restart by holding down the power button for 5…
George Simms
  • 513
  • 1
  • 5
  • 6
32
votes
5 answers

Why do the Pi GPIO pins use/give 3.3V and not 5V?

I know for a long time that people should NOT put more than 3.3V on the GPIO pins. They also give out 3.3V when high. I did some research and it seems no one really bothered asking. Almost all of them talk about the maximum current. If I am…
Aloha
  • 7,176
  • 1
  • 29
  • 52
30
votes
6 answers

Choosing a Pi4 power supply

I'm trying to decide what is the best option for powering a Pi4. The specs mention for a minimum of 3A. Let's consider we would also like to connect a 2.5" drive to the Pi4. Could someone more experienced with power supplies help me with the…
m000
  • 483
  • 1
  • 4
  • 10
29
votes
7 answers

Why does the Raspberry Pi not have a power button?

If you buy a computer you expect it to come with a power button. So why does the Raspberry Pi not have one? Is it because it would take up too much room or be awkward to fit on the PCB? Personally the lack of a power button is something which has…
Darth Vader
  • 4,218
  • 24
  • 47
  • 70
24
votes
4 answers

Is it okay to just pull the plug?

Whenever I turn off my pi, I use sudo poweroff, which (in my understanding) is a safe way to stop all processes and shut down. Although sometimes when I'm using the Pi for embedded projects where I'm not always SSHing to the Pi, it often feels like…
James Vickery
  • 403
  • 2
  • 4
  • 9
21
votes
4 answers

Current draw for +/2/3/0 models

Essentially "What's the current draw and supply voltage tolerance?" but for newer models.
Alexander M
  • 498
  • 1
  • 4
  • 10
1
2 3
63 64