Skip to content

Instantly share code, notes, and snippets.

@esagara
Last active May 1, 2019 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esagara/16c03371ef5f7ba9fcae8b96ca7673cb to your computer and use it in GitHub Desktop.
Save esagara/16c03371ef5f7ba9fcae8b96ca7673cb to your computer and use it in GitHub Desktop.
Resources for the Raspberry Pi

#Raspberry Pi Resources

Today you will be taking home a Raspberry Pi Zero along with some of the hardware you need to get started. You will need to install an operating system on the card provided with the Raspberry Pi Zero (See link below for instructions).

##What you will be getting

  • Raspberry Pi Zero
  • Power source (Only use the provided power source, other cables may fry your Pi)
  • Micro-USB adaptor
  • Micro-HDMI adaptor
  • GPIO Header (will need to be soldered onto the Zero)
  • Unformatted Micro-SD card with adaptor
  • A snazzy CIR button

##What's not included

  • Keyboard
  • Mouse
  • Monitor
  • USB hub (Highly recommended, the Pi Zero only has one USB port. If you plan to do any work with sensors and a breadboard, you should get a powered USB hub)
  • HDMI Cable
  • WiFi Adaptor (We've been using the Canakit adaptor which sells for about $10 on Amazon)
  • Breadboard
  • Wires
  • Sensors

##GPIO Diagram GPIO Pin Diagram

##Tutorials and more information

Below is a list of resources for diving into your Raspberry Pi Zero. There is quite a bit of overlap between the guides, but you can get a good feel for the steps needed to get started.

Installing an operating system on your Raspberry Pi Zero

Getting started with Raspberry Pi

Particle's Guide to Setting Up the Raspberry Pi

Official Raspberry Pi Tutorials

Setting up your Pi and installing Doom

Raspberry Pi Zero NPR One Radio

Raspberry Pi Zero Projects on Hackster.io

Make Magazine Raspberry Pi Projects

Maker's Guide to Boards

##Python

Working with sensors on the Raspberry Pi requires a bit of coding in Python. A good source to learn the basics is CodeAcademy.

##Where to buy parts

Adafruit

Pi Hut

SparkFun

##People and blogs

John Keefe

Liza Starke

Hackaday

@cmsunu28
Copy link

There's also an IoT build for rpi by Particle, but it's in Beta: https://docs.particle.io/guide/getting-started/start/raspberry-pi/

Basic idea behind the dev of this was, I think, more easy exposure of GPIOs

@cmsunu28
Copy link

@cmsunu28
Copy link

codeacademy for Python: https://www.codecademy.com/learn/python

@cmsunu28
Copy link

lol because journalism, this specifically: https://learn.adafruit.com/raspberry-pi-zero-npr-one-radio

@cmsunu28
Copy link

accidentally deleted this comment-- hackster project shares that often include tutorials: https://www.hackster.io/raspberry-pi/products/raspberry-pi-zero

@cmsunu28
Copy link

Perhaps Make Magazine generally, and also: http://makezine.com/comparison/boards/how-we-test/shootout/

@cmsunu28
Copy link

Cool humans who do this:

John Keefe has some things on his blog http://johnkeefe.net/
Liza might also have some things but I think mostly blogging about education? http://thesoftcircuiteer.net/

@mikejcorey
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment