This document describes the steps to setting up a new RaspberryPi device for motion detect. I have done this to monitor activity in the birdhouse we have hanging from the awning just outside our sunroom windows.

Links:

Parts:

There are a number of parts needed for this project:

Basic Setup:

The Raspberry Pi has no hard disk - the microSD memory card serves as the "disk drive" for the machine. You are required to install the operating system on the microSD card using your own computer via the SD card slot, then insert it into the Raspberry Pi before powering up.

Software Installer

Raspberry Pi has created a software installer that runs on all platforms which allows you to install the Raspberry Pi operating system onto the microSD card.

WiFi and SSH (headless) Setup:

You can configure your Raspberry Pi by connecting it to a TV. To do this, you will need a micro-HDMI-to-HDMI converter (to connect to the TV) and a microUSB-to-USB-female cable (to connect a USB keyboard).

A simpler method is the "headless" setup, meaning you configure the Raspberry Pi to connect to your WiFi network before you even connect to it, described here and here - point 3.

First Powerup:

The first time you power up the Raspberry Pi, you will know if the device works, if your operating system install to the microSD card worked, and if your WiFi setup was correct. Further, there is at least one step you MUST complete during the first power up session, namely enabling SSH connectivity.