Difference between revisions of "Raspberry Pi"

From MC Chem Wiki
Jump to navigation Jump to search
Line 13: Line 13:
  
 
===Software NOOBS/Raspbian===
 
===Software NOOBS/Raspbian===
Software needs to be loaded onto the micro SD Card (note that website has been modified since this video was posted)
+
Software needs to be loaded onto the micro SD Card (note that website has been modified since this video was posted).
 +
Note: You will need to unzip(extract) the download directly to the sd card. The file path will be something like /F:
 
:https://www.raspberrypi.org/help/noobs-setup/2/
 
:https://www.raspberrypi.org/help/noobs-setup/2/
  

Revision as of 22:52, 29 January 2019

This is an introductory page describing how to setup a new Raspberry Pi.

Suggested 1st video--> https://www.youtube.com/watch?v=gbJB3387xUw

Hardware

- Raspberry Pi
Raspberry pi pinout.png
- Power adapter (2.5 V
- USB keyboard
- USB mouse
- HDMI monitor
- micro SD card (for OS and storage - 8G min)

Software NOOBS/Raspbian

Software needs to be loaded onto the micro SD Card (note that website has been modified since this video was posted). Note: You will need to unzip(extract) the download directly to the sd card. The file path will be something like /F:

https://www.raspberrypi.org/help/noobs-setup/2/

Main Raspberry Pi site

https://www.raspberrypi.org/

Direct link to "Downloads"

https://www.raspberrypi.org/downloads/

Hooking every thing up

- Quick Intro/Setup

https://www.google.com/search?source=hp&ei=388XW9acOYezjwTcl6e4Bg&q=raspberry+pi+3+setup&oq=raspberry+pi+3+setup&gs_l=psy-ab.3..0l10.739.8619.0.9109.11.10.0.0.0.0.224.1131.6j3j1.10.0....0...1.1.64.psy-ab..1.10.1131.0..0i131k1.0.BVNuMfkoKJI#kpvalbx=1

- Extended version

https://www.youtube.com/watch?v=gbJB3387xUw

Install Arduino IDE Software

1) you need to first "update" and "upgrade" the Raspbian by typing/pasting the following commend into the terminal window:

sudo apt-get update && sudo apt-get upgrade

2) then install the Arduino software:

sudo apt-get install arduino

Projects

Thing Dispenser