Difference between revisions of "RPi Hardware Basic Setup"

From eLinux.org
Jump to: navigation, search
(USB-Hub)
Line 71: Line 71:
  
 
===USB-Hub===
 
===USB-Hub===
In order to connect addiNetworktional devices to the RPi, you may want to obtain a USB Hub, which will allow multiple devices to be used.
+
In order to connect additional devices to the RPi, you may want to obtain a USB Hub, which will allow multiple devices to be used.
  
 
It is recommended that a '''powered''' hub is used - this will provide any additional power to the devices without affecting the RPi itself (see [[Rpi_Hardware#Power | RPi Hardware - Power]] section).
 
It is recommended that a '''powered''' hub is used - this will provide any additional power to the devices without affecting the RPi itself (see [[Rpi_Hardware#Power | RPi Hardware - Power]] section).

Revision as of 07:10, 27 January 2012


Back to the R-Pi Hub, or back to RaspberryPiBoardBeginners.

Typical Hardware You Will Need

While the RPi can be used without any additional hardware (except perhaps a power supply of some kind), it won't be much use as a general computer. As with any normal PC, it is likely you will need some additional hardware.

The following are more or less essential:

  • Raspberry Pi board
  • Prepared Operating System SD Card
  • USB keyboard
  • Display (with HDMI, DVI, Composite or SCART input)
  • Power Supply
  • Cables

Highly suggested extras include:

  • USB mouse
  • Powered USB Hub
  • Case

To connect to the Internet, you may use a USB WiFi adaptor (Model A/B) or a Ethernet/LAN cable (Model B).

Prepared Operating System SD Card

As the RPi has no internal storage or built-in operating system it requires an SD-Card that is set up to boot the RPi.

You can create your own by preparing your own on any suitable SD card you have. Be sure to backup any existing data on the card.

Preloaded SD cards will be available from the RPi Shop.

More detailed information see RPi Distributions section.

Keyboard & Mouse

Most standard USB keyboards and mice will work with the RPi (support will depend on the distribution of linux you use and the device itself).

Wireless keyboard/mice should also function (such as ones which use RF USB dongles), obviously in order to use a Bluetooth Keyboard or Mouse you would need to add a Bluetooth Dongle (again support will depend on the distribution of linux you use and the device itself).

Also, remember the Model A has a single USB port and the Model B only has two (typically a keyboard and mouse will use a USB port each) - see USB Hub below.

More detailed information see RPi Verified Peripherals section.

Display

There are two main connection options for the RPi display, Composite or HDMI (or DVI via an HDMI-DVI adaptor).

Modern HD TVs or LCD Monitors can be connected using HDMI or DVI inputs and will provide the best quality.

Most older TVs can be connected using Composite input (or SCART via an adaptor).

Note: There is no VGA output available, so older CRT/LCD monitors may not work.

More detailed information see Rpi Screens section.

Power Supply

The unit uses a Micro USB connection to power itself (only the power pins are connected - so it will not transfer data over this connection). You can use a range of power sources (assuming they are able to provide enough current ~700mA):

  • USB Mobile-Phone/Tablet Charger (mains or car)
  • Computer USB Port or powered USB hub (will depend on power output)
  • Special wall warts with USB ports
  • Mobile Phone Backup Battery (will depend on power output) (in theory - needs confirmation)

Suitable mains adaptors will also be available from the RPi Shop. If you are instead using a USB port to provide power, you'll need a USB A 'male' to USB micro 'male' cable - these are often shipped as data cables with MP3 players.

More detailed information about the RPi power requirements are in the RPi Hardware - Power section.

Cables

You will probably need a number of cables in order to connect your RPi up.

  1. Micro USB Power Cable (see above).
  2. HDMI or Composite cable, plus adaptor for DVI or SCART if required, to connect your Raspberry to the Display/Monitor/TV of your choice.
  3. Ethernet/LAN Cable (if connecting the Model B to a LAN network or router).

USB-Hub

In order to connect additional devices to the RPi, you may want to obtain a USB Hub, which will allow multiple devices to be used.

It is recommended that a powered hub is used - this will provide any additional power to the devices without affecting the RPi itself (see RPi Hardware - Power section).

Case

Since the RPi is supplied without a case, it will be important to ensure that you do not use it in places where it will come into contact with conductive metal or liquids, unless suitably protected.

For many some form of a case will be worth considering.

More detailed information see Rpi Cases section .

Additional Peripherals

You may decide you want to use various other devices with your RPi, such as Flash Drives/Portable Hard Drives, WiFi adaptors (support will vary), Speakers etc.

More detailed information see RPi Verified Peripherals section.

Expansion & Low Level Peripherals

If you plan on making use of the low level interfaces available on the RPi, then ensure you have suitable header pins for the GPIO (and if required JTAG) suitable for your needs.

Also if you have a particular low-level project in mind, then ensure you design in suitable protection circuits to keep your RPi safe (details will be made available within the RPi Projects, Guides & Tutorials section).

More detailed information see Rpi Low-level Peripherals section.

Connecting Together

A diagram denoting the places of the different components on the Rpi, made by Paul Beech. Click to enlarge.

You can use the diagram to connect everything together, or use the following instructions:

  1. Plug the preloaded SD Card into the Pi.
  2. Plug the USB keyboard and mouse into the Pi, perhaps via a USB Hub. Connect the Hub to power, if necessary.
  3. Plug the video cable into the screen (TV) and into the Pi.
  4. Plug your extras into the Pi (USB WiFi, Ethernet cable, hard drive etc.). This is where you may really need a USB Hub.
  5. Ensure that your USB Hub (if any) and screen are working.
  6. Plug the power source into the mains socket.
  7. With your screen on, plug the other end of the power source into the Pi.
  8. The Pi should boot up and display messages on the screen.

It is always recommended to connect the MicroUSB Power to the unit last (while most connections can be made live, it is best practice to connect items such as displays/h/w pin connections with the power turned off).

The RPi may take a long time to boot when powered-on for the first time, so be patient!






External Links

For a verbose guide aimed at absolute beginners, see Peripherals You'll Need and Getting Started in h2g2's 'Introducing the Raspberry Pi'.