-
Notifications
You must be signed in to change notification settings - Fork 1
P03: Raspberry Pi Setup
Raspberry Pi List:
- Raspberry Pi (Model A+, B+, Pi 2 or 3)
- MicroSD card
- USB WiFi Adapter to connect Raspberry Pi to Wifi Network (https://www.sparkfun.com/products/13677)
- Monitor (or TV) with HDMI connector
- HDMI cable
- Keyboard : USB keyboard or Wireless keyboard with USB connector
- Power to Raspberry Pi
List of Project Specific Needs:
- camera : ($29.95 https://www.sparkfun.com/products/14028)
- speaker: use headphone jack... or possibly USB
- motor: (torque 0.4 newton-meter $9 https://www.sparkfun.com/products/11884)
- button: (to trigger the camera)
We will only need one person install Raspbian OS onto 3 MicroSD card and then all 3 Raspberry Pi will be powered up. Here is the Raspbian installation instruction:
- Download NOOBS
- Create OS installation microSD card
- Start the OS installation on the Raspberry Pi
- Setup Wifi on the Raspberry Pi following this document
- We will install Python 3.5 (because the NOOBS has only 3.4) and a lot of dependencies. Here is the details
Installation: https://thepihut.com/blogs/raspberry-pi-tutorials/16021420-how-to-install-use-the-raspberry-pi-camera
Software setup and using Python: https://www.raspberrypi.org/documentation/usage/camera/python/README.md
Follow instruction here.
Typical 3.5mm speaker connection. set the default output to that:
amixer cset numid=3 1
1: headphone jack
2: HDMI
Reference: https://www.raspberrypi.org/documentation/configuration/audio-config.md
reference: http://razzpisampler.oreilly.com/ch05.html
Directly using git (already installed with OS) to clone the funbots git repository.