SlideShare uma empresa Scribd logo
1 de 36
An 
Introductory 
Session on 
Raspberry-Pi 
By Team B.M.E.S.
What is Raspberry Pi ? 
Credit card size single board computer or a 
Programmable PC 
Developed in U.K. by Raspberry - Pi foundation in 
2009 
Concept Initiated by Eben Upton who works at 
Broadcom 
Supported by “University of Cambridge Computer 
Laboratory & Broadcom” 
To promote the study of basic computer science in 
schools & to develop interest among kids and adults 
Has been a revolution in the market with over 3 
million units sold 
Video Demo (www.raspberrypi.org)
Why Raspberry Pi ? 
Very Low Cost ($25 – Rs 1550/- for Model A & $35 – 
Rs 2200/- for Model B/B+) 
Great tool for Learning Programming, Computers & 
Concepts of Embedded Linux, etc 
Support for all Age Groups (School Children, College 
Undergraduates, Professional Developers, 
Programmers) 
Supports & runs Free and Open Source Linux OS 
Consumes less than 5W of Power 
Supports Full HD Video Output (1080p), Multiple USB 
Ports , etc 
Fun to learn & explore. You are limited by your 
imagination
Raspberry Pi – Models 
3 Main Models/Versions released till date with Model 
B+ being the latest in the series.
Raspberry Pi (Model A)
Raspberry Pi (Model B)
Raspberry Pi (Model B+)
Technical Specs. 
Processor : Broadcom BCM2835 SoC (System on 
Chip) 
Core : ARM11 (700 MHz ARM1176JZF-S) 
Memory (RAM) : 256 Mb (Model A) or 512 Mb (Model 
B/B+) 
GPU : Broadcom Videocore IV 
USB 2.0 : 1 (Model A) / 2 (Model B) / 4 (Model B+) 
On Board Storage : SD Card (Model A/B) / Micro SD 
(Model B+) 
Video Input : Camera Support via CSI Connector 
Video Output : Composite Video (RCA) or HDMI or 
LCD Support via DSI
Technical Specs. (Cont.) 
Networking : 10/100 Mbit/s Ethernet Support on 
Model B/B+ 
Audio Outputs : 3.5 mm Jack 
I.O. Lines : 26 Pin GPIO Connector on Model A/B and 
40 Pin GPIO Connector on Model B+ (GPIO, UART, 
SPI, I2C, Power Rails, I2S, etc) 
Power Source : 5V/2A DC Adapter via Micro USB 
Power Ratings : 300 mA (1.5W – Model A), 700 mA 
(3.5W – Model B) & 600 mA (3W – Model B+) 
Operating Systems : Raspbian, Debian, Pidora, 
Fedora, OpenELEC, ArchLinux ARM, FreeBSD,etc
Raspberry Pi VS PC
Raspberry Pi VS PC
Questions ?
Raspberry Pi - Setup 
Raspberry Pi : Model A/B/B+ (recommended B+) 
Power Source : 5V/2A DC Micro USB Adapter 
Display : VGA Monitor/HDMI Screen or TV/LCD 
SD Card : Minimum 4 GB (8GB - Class 4 recommended) 
USB Mouse and Keyboard 
Internet (If required) : Wi-Fi Dongle/ via Ethernet 
Audio : 3.5 mm Stereo Output
Raspberry Pi - Setup
Lets Boot it up !
R.Pi - Applications 
1) Open Office (Libre Office)
R.Pi - Applications 
2) Games on Raspberry Pi
R.Pi - Applications 
3) Camera with Raspberry Pi 
*It is capable of taking full HD 1080p photo and video and 
can be controlled programmatically.
R.Pi - Applications 
4) Music, Videos and a Media Centre 
*Using Open Source XBMC
R.Pi - Applications 
5) Learning Programming : Learn Python, C/C++, 
Java, Ruby, Basic, etc.
R.Pi - Applications 
6) Electronics Projects : Hardware + Sensors + 
Electronics Interfacing, etc
R.Pi - Applications 
7) Running a Web server on Raspberry Pi
R.Pi - Applications 
8) WebIoPi : Controlling Pi over Internet
Raspberry Pi - Projects 
A) PiPad: Tablet Using Raspberry Pi
Raspberry Pi - Projects 
B) PiPhone : Using Raspberry Pi
Raspberry Pi - Projects 
C) Iridis-Pi : Supercomputer using Raspberry Pi (64 
Processors, 1 TB of Memory
Raspberry Pi - Projects 
D) Low Cost HD Surveillance Camera
Raspberry Pi - Projects 
E) Raspberry Pi Wall Mounted Google Calendar – 
On Instructables
Raspberry Pi - Projects 
F) Retro Gaming on Pi
Handle with Care 
The Raspberry Pi was built to be used, but not abused. 
Every P.C.B. should be handled with care. 
Handle the Pi only by the edges of the board itself. Avoid 
touching or holding any of the components on the board. 
Rough Handling can cause solder points to fail and may 
result in short circuits, but be careful with the GPIO pins as 
well. 
While connecting Hardware, double check the connections 
and then power it up. Raspberry Pi GPIO’s are not 5V 
tolerant.
Preparing a SD Card 
Format a SD card that is 4GB or larger as FAT. 
Use the Tool – SDFormatter (How ?) 
Download and extract the files from the NOOBS zip file. 
Copy the extracted files onto the SD card that you just 
formatted so that this file is at the root directory of the SD 
card. 
When this process has finished, safely remove the SD 
card and insert it into your Raspberry Pi and Power it up. 
Raspberry Pi will boot, and a window will appear with a list 
of different operating systems that you can install. We 
recommend that you use Raspbian – tick the box next to 
Raspbian and click on Install. 
Wait for it to finish. (15 – 20 mins)
First Boot Up 
When the install process has completed, the Raspberry Pi 
configuration menu (raspi-config) will load. 
Here you are able to set the time and date for your region 
and enable a Raspberry Pi camera board, or even create 
users. 
To enter the Graphical environment enter the Command 
startx 
Default Login ID : pi, Default Password : raspberry
Remote Login (ssh) 
Secure Shell (ssh) is a network protocol which allows 
remote control of Raspberry Pi from another computer 
over the network. 
Provides access to the Command Line and not to the 
Full Desktop Environment. 
You can enable or disable the SSH server on your 
Raspberry Pi (it is enabled by default). 
To Enable SSH, in the Terminal, enter sudo raspi-config, 
enable the ssh, finish and exit the menu. 
Use a third-party SSH client software on your 
Windows System (like puTTy or TeraTerm) and access 
Raspberry Pi by entering it’s I.P. Address, user (pi) and 
password (raspberry). 
To check Raspberry Pi’s I.P. Address, enter ifconfig in 
the terminal.
Time for a Quiz ! 
Answer the Following Question by sending a SMS on 
+91-7838079707 or +91-9910899063 
Q1) Full name of Main Raspberry Pi (Foundation) 
Founder. 
Q2) Processor on Raspberry Pi and recommended O.S. 
The first 2 correct answers get a ‘SWEET’ prize.
Questions and Doubts ?
Thank You !

Mais conteúdo relacionado

Mais procurados

Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick NeshRaspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick NeshTE4P
 
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 classMichael Gordon
 
Raspberry Pi - Lecture 6 Working on Raspberry Pi
Raspberry Pi - Lecture 6 Working on Raspberry PiRaspberry Pi - Lecture 6 Working on Raspberry Pi
Raspberry Pi - Lecture 6 Working on Raspberry PiMohamed Abdallah
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi TechnologyRavi Basil
 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technologyZeeshan Aslam
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pipraveen_23
 
Getting Started with Raspberry Pi v1.2
Getting Started with Raspberry Pi v1.2Getting Started with Raspberry Pi v1.2
Getting Started with Raspberry Pi v1.2macrutan
 
Single Board Computers & Raspberry Pi Basics
Single Board Computers & Raspberry Pi BasicsSingle Board Computers & Raspberry Pi Basics
Single Board Computers & Raspberry Pi BasicsEueung Mulyana
 

Mais procurados (20)

Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick NeshRaspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
Raspberry JAM 1 - Setup Raspberry Pi with Raspbian -Vick Nesh
 
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
 
Raspberry Pi - Lecture 6 Working on Raspberry Pi
Raspberry Pi - Lecture 6 Working on Raspberry PiRaspberry Pi - Lecture 6 Working on Raspberry Pi
Raspberry Pi - Lecture 6 Working on Raspberry Pi
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi Technology
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technology
 
Introduction to Raspberry PI
Introduction to Raspberry PIIntroduction to Raspberry PI
Introduction to Raspberry PI
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi
 
Raspberry pi ppt
Raspberry pi pptRaspberry pi ppt
Raspberry pi ppt
 
RASPBERRY PI
RASPBERRY PIRASPBERRY PI
RASPBERRY PI
 
Raspberry-Pi
Raspberry-PiRaspberry-Pi
Raspberry-Pi
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Rasberry pi
 Rasberry pi Rasberry pi
Rasberry pi
 
Getting Started with Raspberry Pi v1.2
Getting Started with Raspberry Pi v1.2Getting Started with Raspberry Pi v1.2
Getting Started with Raspberry Pi v1.2
 
Raspberrypi
RaspberrypiRaspberrypi
Raspberrypi
 
Single Board Computers & Raspberry Pi Basics
Single Board Computers & Raspberry Pi BasicsSingle Board Computers & Raspberry Pi Basics
Single Board Computers & Raspberry Pi Basics
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
IPv6: A Digital Game Changer
IPv6: A Digital Game ChangerIPv6: A Digital Game Changer
IPv6: A Digital Game Changer
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 

Semelhante a Raspberry Pi Free Session - 20_09_2014

Raspberry Pi introduction
Raspberry Pi introductionRaspberry Pi introduction
Raspberry Pi introductionLotfi Messaoudi
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry piHusainBhaldar21
 
Tac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PITac Presentation October 72014- Raspberry PI
Tac Presentation October 72014- Raspberry PICliff Samuels Jr.
 
Raspberry Pi 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...
Raspberry Pi 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...Raspberry Pi 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...
Raspberry Pi 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...Edureka!
 
Raspberry pi technical documentation
Raspberry pi technical documentationRaspberry pi technical documentation
Raspberry pi technical documentationGR Techno Solutions
 
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 ControlPradip Bhandari
 
Iaetsd the universal brain for all robots
Iaetsd the universal brain for all robotsIaetsd the universal brain for all robots
Iaetsd the universal brain for all robotsIaetsd Iaetsd
 
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 LibraryBrian Pichman
 
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video APIDevelop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video APIEnablex io
 
Iaetsd the world’s smallest computer for programmers and app developers
Iaetsd the world’s smallest computer for programmers and app developersIaetsd the world’s smallest computer for programmers and app developers
Iaetsd the world’s smallest computer for programmers and app developersIaetsd Iaetsd
 
Internet of things aktu lab file
Internet of things  aktu lab fileInternet of things  aktu lab file
Internet of things aktu lab fileNitesh Dubey
 
MPMC presentation.pptx
MPMC presentation.pptxMPMC presentation.pptx
MPMC presentation.pptxSoundharya54
 

Semelhante a Raspberry Pi Free Session - 20_09_2014 (20)

Raspberry Pi introduction
Raspberry Pi introductionRaspberry Pi introduction
Raspberry Pi introduction
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation 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 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...
Raspberry Pi 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...Raspberry Pi 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...
Raspberry Pi 3 Tutorial | Raspberry Pi 3 Projects | IoT Projects | IoT Tutori...
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Raspberry pi technical documentation
Raspberry pi technical documentationRaspberry pi technical documentation
Raspberry pi technical documentation
 
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
 
Iaetsd the universal brain for all robots
Iaetsd the universal brain for all robotsIaetsd the universal brain for all robots
Iaetsd the universal brain for all robots
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
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
 
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video APIDevelop Smart Solutions with Raspberry Pi and EnableX Live Video API
Develop Smart Solutions with Raspberry Pi and EnableX Live Video API
 
Iaetsd the world’s smallest computer for programmers and app developers
Iaetsd the world’s smallest computer for programmers and app developersIaetsd the world’s smallest computer for programmers and app developers
Iaetsd the world’s smallest computer for programmers and app developers
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Internet of things aktu lab file
Internet of things  aktu lab fileInternet of things  aktu lab file
Internet of things aktu lab file
 
MPMC presentation.pptx
MPMC presentation.pptxMPMC presentation.pptx
MPMC presentation.pptx
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
RASPBERRY Pi.pptx
RASPBERRY Pi.pptxRASPBERRY Pi.pptx
RASPBERRY Pi.pptx
 

Último

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 

Último (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 

Raspberry Pi Free Session - 20_09_2014

  • 1. An Introductory Session on Raspberry-Pi By Team B.M.E.S.
  • 2. What is Raspberry Pi ? Credit card size single board computer or a Programmable PC Developed in U.K. by Raspberry - Pi foundation in 2009 Concept Initiated by Eben Upton who works at Broadcom Supported by “University of Cambridge Computer Laboratory & Broadcom” To promote the study of basic computer science in schools & to develop interest among kids and adults Has been a revolution in the market with over 3 million units sold Video Demo (www.raspberrypi.org)
  • 3. Why Raspberry Pi ? Very Low Cost ($25 – Rs 1550/- for Model A & $35 – Rs 2200/- for Model B/B+) Great tool for Learning Programming, Computers & Concepts of Embedded Linux, etc Support for all Age Groups (School Children, College Undergraduates, Professional Developers, Programmers) Supports & runs Free and Open Source Linux OS Consumes less than 5W of Power Supports Full HD Video Output (1080p), Multiple USB Ports , etc Fun to learn & explore. You are limited by your imagination
  • 4. Raspberry Pi – Models 3 Main Models/Versions released till date with Model B+ being the latest in the series.
  • 8. Technical Specs. Processor : Broadcom BCM2835 SoC (System on Chip) Core : ARM11 (700 MHz ARM1176JZF-S) Memory (RAM) : 256 Mb (Model A) or 512 Mb (Model B/B+) GPU : Broadcom Videocore IV USB 2.0 : 1 (Model A) / 2 (Model B) / 4 (Model B+) On Board Storage : SD Card (Model A/B) / Micro SD (Model B+) Video Input : Camera Support via CSI Connector Video Output : Composite Video (RCA) or HDMI or LCD Support via DSI
  • 9. Technical Specs. (Cont.) Networking : 10/100 Mbit/s Ethernet Support on Model B/B+ Audio Outputs : 3.5 mm Jack I.O. Lines : 26 Pin GPIO Connector on Model A/B and 40 Pin GPIO Connector on Model B+ (GPIO, UART, SPI, I2C, Power Rails, I2S, etc) Power Source : 5V/2A DC Adapter via Micro USB Power Ratings : 300 mA (1.5W – Model A), 700 mA (3.5W – Model B) & 600 mA (3W – Model B+) Operating Systems : Raspbian, Debian, Pidora, Fedora, OpenELEC, ArchLinux ARM, FreeBSD,etc
  • 13. Raspberry Pi - Setup Raspberry Pi : Model A/B/B+ (recommended B+) Power Source : 5V/2A DC Micro USB Adapter Display : VGA Monitor/HDMI Screen or TV/LCD SD Card : Minimum 4 GB (8GB - Class 4 recommended) USB Mouse and Keyboard Internet (If required) : Wi-Fi Dongle/ via Ethernet Audio : 3.5 mm Stereo Output
  • 14. Raspberry Pi - Setup
  • 15. Lets Boot it up !
  • 16. R.Pi - Applications 1) Open Office (Libre Office)
  • 17. R.Pi - Applications 2) Games on Raspberry Pi
  • 18. R.Pi - Applications 3) Camera with Raspberry Pi *It is capable of taking full HD 1080p photo and video and can be controlled programmatically.
  • 19. R.Pi - Applications 4) Music, Videos and a Media Centre *Using Open Source XBMC
  • 20. R.Pi - Applications 5) Learning Programming : Learn Python, C/C++, Java, Ruby, Basic, etc.
  • 21. R.Pi - Applications 6) Electronics Projects : Hardware + Sensors + Electronics Interfacing, etc
  • 22. R.Pi - Applications 7) Running a Web server on Raspberry Pi
  • 23. R.Pi - Applications 8) WebIoPi : Controlling Pi over Internet
  • 24. Raspberry Pi - Projects A) PiPad: Tablet Using Raspberry Pi
  • 25. Raspberry Pi - Projects B) PiPhone : Using Raspberry Pi
  • 26. Raspberry Pi - Projects C) Iridis-Pi : Supercomputer using Raspberry Pi (64 Processors, 1 TB of Memory
  • 27. Raspberry Pi - Projects D) Low Cost HD Surveillance Camera
  • 28. Raspberry Pi - Projects E) Raspberry Pi Wall Mounted Google Calendar – On Instructables
  • 29. Raspberry Pi - Projects F) Retro Gaming on Pi
  • 30. Handle with Care The Raspberry Pi was built to be used, but not abused. Every P.C.B. should be handled with care. Handle the Pi only by the edges of the board itself. Avoid touching or holding any of the components on the board. Rough Handling can cause solder points to fail and may result in short circuits, but be careful with the GPIO pins as well. While connecting Hardware, double check the connections and then power it up. Raspberry Pi GPIO’s are not 5V tolerant.
  • 31. Preparing a SD Card Format a SD card that is 4GB or larger as FAT. Use the Tool – SDFormatter (How ?) Download and extract the files from the NOOBS zip file. Copy the extracted files onto the SD card that you just formatted so that this file is at the root directory of the SD card. When this process has finished, safely remove the SD card and insert it into your Raspberry Pi and Power it up. Raspberry Pi will boot, and a window will appear with a list of different operating systems that you can install. We recommend that you use Raspbian – tick the box next to Raspbian and click on Install. Wait for it to finish. (15 – 20 mins)
  • 32. First Boot Up When the install process has completed, the Raspberry Pi configuration menu (raspi-config) will load. Here you are able to set the time and date for your region and enable a Raspberry Pi camera board, or even create users. To enter the Graphical environment enter the Command startx Default Login ID : pi, Default Password : raspberry
  • 33. Remote Login (ssh) Secure Shell (ssh) is a network protocol which allows remote control of Raspberry Pi from another computer over the network. Provides access to the Command Line and not to the Full Desktop Environment. You can enable or disable the SSH server on your Raspberry Pi (it is enabled by default). To Enable SSH, in the Terminal, enter sudo raspi-config, enable the ssh, finish and exit the menu. Use a third-party SSH client software on your Windows System (like puTTy or TeraTerm) and access Raspberry Pi by entering it’s I.P. Address, user (pi) and password (raspberry). To check Raspberry Pi’s I.P. Address, enter ifconfig in the terminal.
  • 34. Time for a Quiz ! Answer the Following Question by sending a SMS on +91-7838079707 or +91-9910899063 Q1) Full name of Main Raspberry Pi (Foundation) Founder. Q2) Processor on Raspberry Pi and recommended O.S. The first 2 correct answers get a ‘SWEET’ prize.