SlideShare a Scribd company logo
1 of 47
Download to read offline
INTRODUCTION TO RASPBERRY PI &
ITS APPLICATION
Presented by
Mr.H.K.Bhaldar
Assistant Professor
SVERIโ€™s COE, Pandharpur
OUTLINE
๏‚ข Introduction to Raspberry Pi
๏‚ข Kit components & types
๏‚ข Raspbian Booting Process
๏‚ข Programming using Python
๏‚ข Electronics applications
๏‚ข Advantages
WHAT IS A RASPBERRY PI?
๏‚ข University of Cambridgeโ€™s Computer
Laboratory
๏‚— Decline in skill level
๏‚— Designed for education
๏‚ข A credit card sized PC created
by Eben Upton
๏‚ข Plugs into a TV or monitor
๏‚ข Inexpensive(ish) ~$35 each
๏‚ข Capability:
๏‚— Programming
๏‚— Electronic Projects
๏‚— Office
๏‚— Play HD Videos
VARIATIONS OF RASPBERRY PI
๏‚ข Hardware platform
๏‚— Raspberry Pi Zero ($5)
๏‚— Raspberry Pi
๏‚— Raspberry Pi 2
๏‚— Raspberry Pi 3 (with
Wifi + Bluetooth)
๏‚ข Software platform
๏‚— Noobs
๏‚— Raspbian
๏‚— 3rd OS
๏‚— https://www.raspberrypi.org
/downloads/
โ€ข Essential:
โ€“ Raspberry Pi board
โ€“ Prepared Operating
System SD Card 8GB
โ€“ USB keyboard
โ€“ Display (with HDMI,
DVI, or Composite
input)
โ€“ Power Supply
โ€ข Highly suggested
extras include:
โ€“ USB mouse
โ€“ Internet connectivity -
LAN cable
โ€“ Powered USB Hub
โ€“ Case
Kit Components
PROGRAMMING LANGUAGES
๏‚ข The Raspberry Pi Foundation recommends
Python
๏‚ข Any language which will compile for ARMv6 can
be used
๏‚ข Installed by default on the Raspberry Pi:
๏‚— C
๏‚— C++
๏‚— Java
๏‚— Scratch - Scratch is a visual programming language
and online community targeted primarily at children
๏‚— Ruby - Ruby is a dynamic, interpreted, reflective,
object-oriented, general-purpose programming
language. It was designed and developed in the mid-
1990s by Yukihiro "Matz" Matsumoto in Japan.
LINUX
๏‚ข Interesting, powerful
๏‚ข Variations (Ubuntu, debian, feroda,Mint,
redhat etc )
๏‚ข Command line
๏‚ข Raspberry Pi: Raspian (Debian-based)
๏‚ข Pinet: Ubuntu server + Raspberry Pi
๏‚ข Linux: robust, secure, easy to use, powerful
Raspberry Pi Board
http://www.youtube.com/watch?v=KdTwQXre1
DU
Features of Raspberry Pi 3
โ€ข CPU: Quad-core 64-bit ARM Cortex
A53 clocked at 1.2 GHz
โ€ข GPU: 400MHz Video Core IV
multimedia
โ€ข Memory: 1GB LPDDR2-900 SDRAM
(i.e. 900MHz)
โ€ข USB ports: 4
โ€ข Video outputs: HDMI, composite video
(PAL and NTSC) via 3.5 mm jack
โ€ข Network: 10/100Mbps Ethernet and
802.11n Wireless LAN
โ€ข Peripherals: 17 GPIO plus specific
functions, and HAT ID bus
โ€ข Bluetooth: 4.1
โ€ข Power source: 5 V via MicroUSB or
GPIO header
โ€ข Size: 85.60mm ร— 56.5mm
โ€ข Weight: 45g
Raspbian Booting Process
โžข Software's Required
โ€ข SD card formatter
โ€ข Python IDLE
โ€ข Raspbian-stretch 4GB file
โ€ข Windows Disk Imager
โ€ข Steps
โ€ข Connect SD card to PC & format SD card using formatter.
โ€ข Open Windows Disk Imager S/W & browse the Raspbian-stretch
image file.
โ€ข Write or Burn the Raspbian OS file into SD card . It will take few
minutes.
โ€ข After installation connect the mouse , Keyboard & monitor to
board.
โ€ข Then configure GPIO pins of board & do simple codes in python.
Python Programming
โžข Use Softwareโ€˜s Python IDLE any version 2.7.8 onwards
Python Programming
โžข LED blinking examples using raspberry pi
12345678910
Applications of Raspberry pi
12345678910
POWER
5v micro
USB
connector
(Similar to the one on a lot of mobile
phones!)
3.5mm Audio
Standard
headphone
socketRCA Video
(works with
most older
TVs)
HDMI Audio & Video
(works with modern TVs and DVI
monitors)
A/V (Audio/Video)
GPIO
(Genera
l
Purpose
Input &
Output)
10/100Mb
Ethernet
2 x USB 2.0
ports
CONNECTIVITY
DSI
(display
interface)
SOC (System On a Chip)
Broadcom BCM2835 700Mhz
INTERNALS LAN
Controller
CSI
(camera
interface)
SD Card Slot
(supports SD cards up to 32GB)
Storage
10 USES FOR
A RASPBERRY PI
CHALLENGES AND OPPORTUNITIES
๏‚ข New operating system: linux
๏‚ข Open-source, all almost tools/software are free
๏‚ข Rich resources on the web due to its
popularity
๏‚ข Resources link: www.raspberrypicamp.org
๏‚ข Pi Educational Document (resources above
link)
๏‚ข Pinet: Centralised user accounts and file
storage system for a Raspberry Pi classroom.
http://pinet.org.uk/
10 Office
123456789
12345678910
Office
9 Programming
1234567810
12345678910
Programming
OPERATING SYSTEM
๏‚ข Linux on a bootable SD card
๏‚— Fedora
๏‚— Debian
๏‚— ArchLinux
PROGRAMMING
๏‚ขBy default, supporting Python as the
educational language.
๏‚ข Any language which will compile for
ARMv6 can be used with the
Raspberry Pi, though; so youโ€™re not
limited to using Python.
๏‚ขFor primary age SCRATCH game
maker is bundled
SCRATCH
scratch is free from MIT .. thanks MIT !
SCRATCH
PYTHON CODE
http://teampython.wordpress.com/category/pi
WHAT KIND OF PROJECTS ?
๏‚ข Video DJ Mixer integrated Media player for
your TV to fight the rampant Lego Robot
Monster who is detected by your Home
monitoring webcam network which reports
also from the Weather Station that uses the
Car Super Bramble Computer to tell the
School Notice-board that the Solar powered
Wireless Rocket Widget should be sent back to
earth ...
TINKERING
๏‚ขGPIO pins if youโ€™re after an
interesting electronics project.
๏‚ข Gertboard - A GPIO expansion board from the
foundation for electronics projects
๏‚ข USB Devices / Ethernet / Hubs / AV out
๏‚ข Can be powered by 4 x AA batteries ...
8
Game
Console
1234567910
7 Web Server
1234568910
12345678910
Web Server
6 Tor Router
1234578910
Tor Router
12345678910
5 HTPC
1234678910
12345678910
HTPC
4 Bird House
1235678910
Bird House
12345678910
3
Super
Computer
1245678910
12345678910
Supercomputer
2
1345678910
Clock
12345678910
Clock
1
2345678910
PiBot!
Credits:
Many of the slides were borrowed from the RaspberryPi Foundation,
Ethan Sprissler @ Ualbany
and from
http://damnfineraspberrypi.com/

More Related Content

What's hot

Raspberry-Pi
Raspberry-PiRaspberry-Pi
Raspberry-Pi
Rehan Fazal
ย 

What's hot (20)

Rasp berry Pi
Rasp berry PiRasp berry Pi
Rasp berry Pi
ย 
Seminar Presentation on raspberry pi
Seminar Presentation on raspberry piSeminar Presentation on raspberry pi
Seminar Presentation on raspberry pi
ย 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi
ย 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
ย 
Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014
ย 
Raspberry-Pi
Raspberry-PiRaspberry-Pi
Raspberry-Pi
ย 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
ย 
Presentation on Raspberry pi
Presentation on Raspberry piPresentation on Raspberry pi
Presentation on Raspberry pi
ย 
Raspberry Pi introduction
Raspberry Pi introductionRaspberry Pi introduction
Raspberry Pi introduction
ย 
Raspberry PI
Raspberry PIRaspberry PI
Raspberry PI
ย 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
ย 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
ย 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
ย 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introduction
ย 
Nodemcu - introduction
Nodemcu - introductionNodemcu - introduction
Nodemcu - introduction
ย 
IoT with Arduino
IoT with ArduinoIoT with Arduino
IoT with Arduino
ย 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
ย 
Wi-Fi Esp8266 nodemcu
Wi-Fi Esp8266 nodemcu Wi-Fi Esp8266 nodemcu
Wi-Fi Esp8266 nodemcu
ย 
Raspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture classRaspberry Pi presentation for Computer Architecture class
Raspberry Pi presentation for Computer Architecture class
ย 
ESP8266 and IOT
ESP8266 and IOTESP8266 and IOT
ESP8266 and IOT
ย 

Similar to My presentation raspberry pi

INTRODUCTION TO RASPI
INTRODUCTION TO RASPIINTRODUCTION TO RASPI
INTRODUCTION TO RASPI
skumartarget
ย 

Similar to My presentation raspberry pi (20)

Raspberry Pi Free Session - 20_09_2014
Raspberry Pi Free Session - 20_09_2014Raspberry Pi Free Session - 20_09_2014
Raspberry Pi Free Session - 20_09_2014
ย 
Raspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionRaspbeery Pi : An Introduction
Raspbeery Pi : An Introduction
ย 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
ย 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
ย 
Introduction To Raspberry Pi with Simple GPIO pin Control
Introduction To Raspberry Pi with Simple GPIO pin ControlIntroduction To Raspberry Pi with Simple GPIO pin Control
Introduction To Raspberry Pi with Simple GPIO pin Control
ย 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technology
ย 
INTRODUCTION TO RASPI
INTRODUCTION TO RASPIINTRODUCTION TO RASPI
INTRODUCTION TO RASPI
ย 
Raspberry Pi - Unlocking New Ideas for Your Library
Raspberry Pi - Unlocking New Ideas for Your LibraryRaspberry Pi - Unlocking New Ideas for Your Library
Raspberry Pi - Unlocking New Ideas for Your Library
ย 
Up and running with Raspberry Pi
Up and running with Raspberry PiUp and running with Raspberry Pi
Up and running with Raspberry Pi
ย 
IoT for data science Module 5 - Raspberry Pi.pptx
IoT for data science Module 5 - Raspberry Pi.pptxIoT for data science Module 5 - Raspberry Pi.pptx
IoT for data science Module 5 - Raspberry Pi.pptx
ย 
Raaaaassspberry pi
Raaaaassspberry piRaaaaassspberry pi
Raaaaassspberry pi
ย 
Rasberry pi
 Rasberry pi Rasberry pi
Rasberry pi
ย 
Raspberry Pi Technology
Raspberry Pi Technology Raspberry Pi Technology
Raspberry Pi Technology
ย 
Raspberry pi intro.
Raspberry pi intro.Raspberry pi intro.
Raspberry pi intro.
ย 
2_RaspberryPi presentation.pptx
2_RaspberryPi presentation.pptx2_RaspberryPi presentation.pptx
2_RaspberryPi presentation.pptx
ย 
Unit 6 - PART2.pptx
Unit 6 - PART2.pptxUnit 6 - PART2.pptx
Unit 6 - PART2.pptx
ย 
introduction to Raspberry pi
introduction to Raspberry piintroduction to Raspberry pi
introduction to Raspberry pi
ย 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
ย 
Tac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PITac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PI
ย 
Raspberry-PI introduction
Raspberry-PI introductionRaspberry-PI introduction
Raspberry-PI introduction
ย 

Recently uploaded

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
sivaprakash250
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
SUHANI PANDEY
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
amitlee9823
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 

Recently uploaded (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
ย 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
ย 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
ย 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
ย 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
ย 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
ย 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
ย 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
ย 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
ย 
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night StandCall Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
Call Girls In Bangalore โ˜Ž 7737669865 ๐Ÿฅต Book Your One night Stand
ย 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
ย 
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth โŸŸ 6297143586 โŸŸ Call Me For Genuine Se...
ย 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
ย 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
ย 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
ย 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
ย 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
ย 
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar  โ‰ผ๐Ÿ” Delhi door step de...
Call Now โ‰ฝ 9953056974 โ‰ผ๐Ÿ” Call Girls In New Ashok Nagar โ‰ผ๐Ÿ” Delhi door step de...
ย 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
ย 

My presentation raspberry pi