sinatra39 wrote:So the Pi works needs at least 0.8 amps and it can draw safely <= 2 amps?
Another question => at which voltage below 5 volts dies the Pi turn off? Thanks!
The Pi doesn't actually need 0.8A. A B+ at idle draws around 0.4A (IIRC...might be less). The reason for higher current supply is to provide power to auxiliary devices...camera, display (some day..), HDMI, and--the big one--USB. Regardless of the current that can be supplied by source, the Pi will never draw more than 2A because the polyfuse will trip.
As for voltage... When you get below 4.75v, USB devices will begin to fail to work. The Pi itself can operate down to around 3v (again, IIRC), but things attached to it won't. The processor actually runs on 1.8v.
So the question "What are the power requirements for a Raspberry Pi?" doesn't have an exact answer. It depends on what you're doing with it, what is connected to it, and what you expect of it. The "safe" answer for a Model B+ or A+ is "5v+/-5% and at least 2A". If you can supply that, your Pi will do anything that is within its specifications.
Some minor data points... I have a power supply from MCM that is marked as 5v 2200mA. That's pretty much perfect for a B+ or A+. Last weekend at a Jam, I had a Cubieboard1 running from a NewIT 2A supply with the Adafruit power monitor hooked up. The Cubieboard with an attached SSD was drawing just a bit over 0.4A--it mostly ran 0.41 to 0.42A, and the voltage was reading 5.07 to 5.08v. Again, that's as near to perfect as you'd want for a B+ or A+. I was also running a B+, with keyboard, mouse and WiFi dongle attached using an Adafruit 1A, 5,25v supply. The B+ ran flawlessly.