Difference between revisions of "Raspberry Pi"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
===Hardware=== | ===Hardware=== | ||
:- Raspberry Pi | :- Raspberry Pi | ||
− | ::[[File:raspberry pi pinout.png|200px | + | ::[[File:raspberry pi pinout.png|200px]] |
:- Power adapter (2.5 V | :- Power adapter (2.5 V | ||
:- USB keyboard | :- USB keyboard |
Revision as of 14:45, 20 June 2018
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
- - 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)
Main Raspberry Pi site
Direct link to "Downloads"
Hooking every thing up
- - Quick Intro/Setup
- - 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