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?
|
|
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. |
|||||||||||
|
|
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! |
|||
|
|
|
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.) |
|||
|
|
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.) |
|||||||
|