Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

I read that the current should be at least 700mA. I plugged a power supply with output current of 550mA and it seems to work fine. Can something happen to my RaspberryPi? Does a wrong current influence the performance?

share|improve this question
So iv been having trouble with the wifi dongle on my pi A friend who is a linux fiend insists it could be a power issue Currently in using a sony ericcson 750mA power supply and using a wired keyboard with touchpad and an Edimax wireless dongle But the wifi dongle isnt working If i load the pi with it in the usb slot it doesnt recognise it yet if i load it without, it notices exactly whats there but is unable to run it Unfortunately im a linux virgin and some keen help or direction would be greatly appreciated =P – Chesh Williams Aug 13 '12 at 22:48
Have you tried using a USB powered hub? That would take the USB Wifi power loads off the RPi. – Hellonearthis Aug 14 '12 at 5:02

4 Answers

up vote 21 down vote accepted

The 700mA recommendation errs on the side of caution.

The Pi itself needs around 400mA. Powering a typical basic keyboard and mouse needs another 100mA or so. You should be fine. But if you plug anything in that needs some serious power like a Wi-Fi adapter, keep in mind that you may be pushing the limits of your power supply.

share|improve this answer
I accepted this answer, because I find it to be the most precise. By the way, how did you figure out that Pi needs 400mA? – Alessandro Cosentino Jun 14 '12 at 0:05
2  
I used an ammeter! – Nick McCloud Jun 22 '12 at 15:35
1  
Also note that it's very important what voltage you will get at specified current. In many power supplies, voltage drops when you draw more current. Especially when you are near limits. So if you get stable 4.75V at 500mA, that may be fine. But if you get lower voltage, things may start to work badly. And you never know what the voltage will be in particular power supply model until you check. Even some 1500mA models cant get good voltage no matter how small the current is. – Krzysztof Adamski Aug 14 '12 at 5:54

One of the most annoying problems you can have with an underpowered supply is that it works fine until something draws a little bit too much current, then the supply dips, just briefly, and corrupts the RAM. A few seconds or minutes later, that corrupted RAM location is read (wrong) and some part of a program goes wrong.

It can be a nightmare to track down!

share|improve this answer

Most likely some USB peripherals will not work because they will not have adequate power. Do you have a keyboard and mouse connected? If so you may have been lucky to find ones with low power requirements (please list them on this wiki page!)

I am also guessing you do not have a USB hub or flash drive connected. There is a good chance that they will fail to work (and possibly crash the Pi.)

share|improve this answer
Hi. thanks for the quick answer. I do have a keyboard, and a mouse connected. They are very basic by Logitech. And you are right, I don't have anything fancy connected. – Alessandro Cosentino Jun 12 '12 at 21:40

I can also report my Pi works fine in the above scenario (this is with just a normal keyboard / mouse attached, nothing fancy). If you start adding more current drawing peripherals to the USB ports you may start to notice issues.

You do technically run several risks this way, which may range from everything from minor stability issues to permanently damaging the Pi or the powering device (I'd say unlikely, but possible - it all depends on the tolerances involved.)

share|improve this answer
1  
I cannot imagine that being underpowered would cause permanent damage (that would be a very poor design!) – finnw Jun 12 '12 at 21:40
@finnw I agree it would be very unlikely and down to incredibly poor design, but as it is technically possible I wanted to put it out there either way. – berry120 Jun 12 '12 at 21:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.