SlideShare una empresa de 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 !

Más contenido relacionado

La actualidad más candente

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
 

La actualidad más candente (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
 

Similar 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
 

Similar 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

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the ClassroomPooky Knightsmith
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxAmanpreet Kaur
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsKarakKing
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 

Último (20)

Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 

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.