How will you supply power to your RPi ?
Where can i find a suitable power calbe for RPi ?
How will you supply power to your RPi ?
Where can i find a suitable power calbe for RPi ?
For $35, you get a board. Just the board. You supply a power supply / keyboard / mouse / video cables / flash disk / etc. And there is no case. Yet.
You can see why everybody is so wild to get one. It's the most stripped down product of its kind since the original VW Beetle.
Sainsburies sell a charger that supplies 1000mA and will do fine. They also sell one that supplies 500mA (IIRC) and wont. Whichever one you get, there's change from £5.
Or get one from Farnell for a little more: http://uk.farnell.com/trust/17383/charger-micro-usb-wall-trust-uk/dp/1860362
The Pi doesn't have a battery so will need to be plugged in to a power supply all the time. The question is -
1. Can a powered USB hub connected via a micro USB connection supply enough power to keep it fully powered whilst...
2. Still being able to transmit data to and from the same port at full speed ?
Then you don't need the 2 normal USB ports at all - you just plug everything into the hub (e,g, I have a 13 port)
I believe that the Micro USB on the Pi is actually for power only with the data pins being either not connected or ommited all together. The other USB ports are not equipped to handle input power.
The input USB (Micro B) to the Raspberry PI PCB has a resetable fuse which trips at 1.5A nominal - dead safe at 700mA. These are really to catch dead shorts
Each USB is similarly fused at 280mA trip 140mA nominal. (Raychem MINISMDC014F-2 if you want to look at the data). We looked at the more sophisticated USB port controllers and decided that they just cost to much for the project to handle.
So if you have a beefy enough supply you can suck 160-200mA out of each USB without any trouble 250mA at a push, the full 500mA (*2) would over stress the PSU that most people will use so we capped it back.
If you need more, a powered hub is the best bet. You can route that back the Micro USB B to power the RPi. As Draxy518 points out there are no data pins connected so it is OK. To get the data connection you have to wire one of the Standard USBs to the hub anyway.
On the Model A you only have one USB so a hub is needed to to get mouse and keyboard.