16
Presentation on Raspberry Pi

Presentation on Raspberry Pi by Sazzad H. IIUC

  • Upload
    shssn7

  • View
    181

  • Download
    4

Embed Size (px)

Citation preview

Page 1: Presentation on Raspberry Pi by Sazzad H. IIUC

Presentation on Raspberry Pi

Page 2: Presentation on Raspberry Pi by Sazzad H. IIUC

Introduction

The Raspberry Pi is a credit-card sized computer

Developed in U.K. by Raspberry - Pi foundation in 2009

It can be plugged into your TV and a keyboard, and can be used for many of the things that your average desktop does - spreadsheets, word-processing, games and it also plays high-definition video.

Has been a revolution in the market with over 3 million units sold

Page 3: Presentation on Raspberry Pi by Sazzad H. IIUC

Motivation

Computer science skills increasingly important

Easily Access to computers

Computers are the tool of the 21st century

Computer Science is concerned with much more than simply being able to use a computer.

Children should understand how they work and how to program them

Page 4: Presentation on Raspberry Pi by Sazzad H. IIUC

Raspberry Pi Model

Page 5: Presentation on Raspberry Pi by Sazzad H. IIUC

Hardware

• 10/100 BaseT Ethernet socket

• HDMI socket

• USB 2.0 socket

• RCA video socket

• SD card socket

• Powered from microUSB socket

• 3.5mm audio out jack

• Header footprint for camera connection

Page 6: Presentation on Raspberry Pi by Sazzad H. IIUC

Operating System

• Linux on a bootable SD card

• Fedora

• Raspbian

• Debian

• ArchLinux ARM

Page 7: Presentation on Raspberry Pi by Sazzad H. IIUC

Smart Mirror

Page 8: Presentation on Raspberry Pi by Sazzad H. IIUC

Making Smart MirrorUsing Raspberry Pi

Required equipments

A computer screen (that you can take apart) An observation mirror or glas and a mirrorfilm A Raspberry Pi with casing + micro USB power cord A SD-card (8GB) A network adapter (not necessary for Raspberry Pi 3,) Wood frame (boards, screw, glue, paint, drill) HDMI-to-VGA-adapter (depending on if your screen has

HDMI or not) A mouse and a keyboard with USB A second computer (for fixing OS and stuff)

Page 9: Presentation on Raspberry Pi by Sazzad H. IIUC

Building the Mirror

2-Way Mirrored Acrylic Sheets

Page 10: Presentation on Raspberry Pi by Sazzad H. IIUC

Making the frame

Page 11: Presentation on Raspberry Pi by Sazzad H. IIUC
Page 12: Presentation on Raspberry Pi by Sazzad H. IIUC

Raspberry Pi Set up with the monitor in the frame

Page 13: Presentation on Raspberry Pi by Sazzad H. IIUC

Setting up Raspberry Pi Download Smart-Mirror repositories and open up terminal

Install PIP and Run pip install .r requirments.txt

Sudo pip install .r re

Open smart mirror by vim smartmirror.py

Need to set Raspberry pi ip address

Set country code

Set weather token api

Weather token api can be found from forecast.io site opening new account from there.

After set up hitting ESC and Capitall GG we can save the setting.

Page 14: Presentation on Raspberry Pi by Sazzad H. IIUC

Install python.imaging.tk by using sudo apt.get install python.imaging.tk

Run python smartmirror.py

It’s now connected with the system.

Click on the window and press Enter it goes full screen.

On slash boot folder sudo vim config.txt

From the bottom we can set display_rotate variable as 1

Esc and wq! To save the file

Page 15: Presentation on Raspberry Pi by Sazzad H. IIUC

Now the Smart Mirror is Set!

Page 16: Presentation on Raspberry Pi by Sazzad H. IIUC

Thank You!