Programming the Raspberry Pi

####Quick intro

The Raspberry Pi website has a lot of information, but if you want a quick introduction go here first.

####The task

  1. Inspect the Raspberry Pi and the various detectors;
  2. Decide on a project idea;
  3. Write down a project plan;
  4. Divide the tasks up;
  5. Start working.

####What you need to find out

  1. The programming environment;
  2. The libraries you will need;
  3. What the GPIO is and how to interface with it;
  4. How to connect devices to the GPIO;
  5. How to set up a web service on the Pi.

####The groups

Within your groups, each take one of the following roles:

  1. Project manager
  2. Programmer (x 2)
  3. Engineer
  4. Analyst