- Raspberry Pi - All 20-pin and 40-pin models are supported (A, B, A+, B+, Zero, Pi 2, Pi 3)
- Pi Plate
- SD Card
- Magnetic Door Switch
- PIR Motion Sensor
- USB Powered Speakers
- (1) Red & (1) Green LED
- (2) 220ohm & (1) 10k ohm resistors
- Raspberry Pi VESA Mount - meant for mounting to the back of HDTV's, but mounts to walls just as well :)
Your Pi will need to be running the latest version of Raspbian. This tutorial was written using Raspbian Stretch (Nov. 2018). Checkout our guide for Preparing an SD Card for your Raspberry Pi if you have not done so already. After the installation is complete be sure and run the following commands to make sure your installation packages are up to date.
$ sudo apt-get update -y $ sudo apt-get upgrade -y
pip3 is already installed with a full Raspbian installation, but the Raspbian Lite does not include pip3 so it needs to be installed as shown below.
$ sudo apt-get install python3-pip
We are using the CircuitPython Libraries that are part of adafruit-blinka. If you have any trouble with the following command see CircuitPython Libraries on Raspberry Pi to get a fresh Raspberry Pi setup.
$ sudo pip3 install adafruit-blinka
Page last edited March 08, 2024
Text editor powered by tinymce.