2

I have a few questions to ask. I have referred to many other similar questions, but couldn't get a straight forward answer to my questions.

Current situation: I just recently bought a Canakit Raspberry Pi 2 Kit. I want to use it as a media server and a file server (I am using one hard disk for each purpose). I have set up everything except that my hard disks are not getting enough power.

  1. What is the maximum safe power (current and voltage) that I can provide my raspberry pi using a power adapter?
  2. What is the power output by the USB ports on RPi and how to increase it. (I'm unable to power my hard disks through it. I want to connect 2 Hard disks)
  3. What is the required power/current adapter for my requirements? (Simply said, what adapter should I use for this)
Ghanima
  • 15,958
  • 17
  • 65
  • 125
Harish R
  • 21
  • 2

1 Answers1

5

The short answer is to use a powered USB hub to connect the drives to the Pi.

TL;DR

The Pi needs a 5 volt power supply. The Pi will only draw as much current as it needs so something between 1 and 2.5 amps should be fine. The one that came with your kit should be fine.

To change the amount of power supplied by the USB ports:

edit the /boot/config.txt set the max_usb_current=1

This will set the available current over USB to 1.2A (default is 600mA). For additional details see this question.

Also please note that shopping recommendations are off-topic per the site FAQ.

Steve Robillard
  • 34,988
  • 18
  • 106
  • 110