-1

The standard Raspberry Pi, $35 version, seems to come without any cables. Assuming standard plugs are available, what cables and devices will be needed to use the device in a mouse-click graphical interface with internet connection?

AlanSE
  • 745
  • 1
  • 5
  • 11

2 Answers2

6

You will probably need (it is not the bare minimum but in order for it to be usable as a PC):

  • An SD card (Class 4 / 4 GB works fine)
  • A HDMI cable to connect to display
  • A USB keyboard
  • An USB mouse (or not)
  • A power supply (in some cases your mobile phone/tablet charger will do, since it uses a standard Micro-USB connector)
  • USB-Micro USB cable for power
  • Network cable to connect to your router / USB Wi-Fi dongle

If you plan to attach external storage such as USB hard drives, you will probably need a powered USB hub as well, since disks tend to drain a lot of power from USB (and there are only two ports on Raspberry Pi)

1

At the very least you need:

  • Micro USB Power Cable
  • Network connection (Ethernet)
  • SD Card (4GB suggested, 2GB possible)

This setup will allow you to install an Operating System, ssh into the box and configure it.

If you want a display you will also need a HDMI cable and monitor.

ramblinjan
  • 4,090
  • 7
  • 35
  • 52
Jivings
  • 22,656
  • 11
  • 94
  • 140