+ All Categories
Home > Technology > Raspberry pi intro workshop

Raspberry pi intro workshop

Date post: 14-Jan-2017
Category:
Upload: rasen58
View: 220 times
Download: 4 times
Share this document with a friend
17
Raspberry Pi: Getting Started Hima Tammineedi
Transcript
Page 1: Raspberry pi intro workshop

Raspberry Pi: Getting Started

Hima Tammineedi

Page 2: Raspberry pi intro workshop

What’s a raspberry pie?

Page 3: Raspberry pi intro workshop
Page 4: Raspberry pi intro workshop

Raspberry Pie?Raspberry Pie?

Page 5: Raspberry pi intro workshop

Overview• Credit card sized computer• $35• Lots of community support• Runs Linux and Windows 10 IoT

Page 6: Raspberry pi intro workshop
Page 7: Raspberry pi intro workshop

Setting up your Pi!

Page 8: Raspberry pi intro workshop

Checklist• SD card• Monitor• HDMI cable• Keyboard• Mouse• Micro USB power suppply

Page 9: Raspberry pi intro workshop

1. Insert the SD card (formatted with an OS)

To format an SD card: https://www.raspberrypi.org/documentation/installation/installing-images/

Page 10: Raspberry pi intro workshop

2. Connect to monitor via HDMI

Page 11: Raspberry pi intro workshop

3. Connect peripherals

Page 12: Raspberry pi intro workshop

4. Internet

Ethernet

Wi-Fi dongle (set up after powering the Pi)

https://www.raspberrypi.org/documentation/configuration/wireless/

Page 13: Raspberry pi intro workshop

5. Power up

Should probably use the micro USB wall plug….

Page 14: Raspberry pi intro workshop

6. Log in

Username: piPassword: raspberry

Boots to the CLI

Page 15: Raspberry pi intro workshop

7. You’re ready• Can continue using command

line for everything• Or type “startx” from the

command line to open a GUI desktop interface• Can easily connect to Wi-Fi here

• Python and gcc installed by default• Can apt-get install everything else

you want

Page 16: Raspberry pi intro workshop

SSH (optional – highly recommended)• First find the IP address of your Pi (“hostname –I”)• “ssh pi@<IP>”• Use X forwarding to see GUI applications• Use RDP to access the full desktop!• Use Remote Desktop Connection (pre-installed on Windows)• Download other software for Mac or Linux• “startx”

Page 17: Raspberry pi intro workshop

How you can use your Pi


Recommended