SlideShare a Scribd company logo
1 of 23
Raspberry-pi
Technology
By
M. NAGA $RINIVA$
11AT1A0526
Guide : P. Kiran rao
A Small Introduction
-credit card size single board ,super low cost computer..
-Developed in UK by Raspberry-pi foundation in 2009.
-to promote the study of basic computer science in schools.
-element 14,RS components and Egoman tech corp,these are the
distributors of the product all over the world.
A Small Introduction
Credit card size single board ,super low cost computer..
Developed in UK by Raspberry-pi foundation.
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.
The Foundation has produced two models
INR 1625 INR 2275
Monitor
Supports only HDMI.
Old analogous TV, Modern digital
TV Destop Monitor or even your
smartphone as a display.
SD memory card
Min 2GB,expandable upto 32GB
Power Supply
Micro USB power supply
5v,700mA=3.5W
which is less than a bulb.
Standard Charging port.
USB Keyboard & Mouse
OS
-mainly linux based OS.
-
OS and Programming language
Supports Linux.
Fedora , Archlinux & Desbian .
Most recommended Desbian .
supports python programming language.
Processor : Broadcom BCM2835 SoC (System on Chip)
Core : ARM11 (700 MHz ARM1176JZF-S)
Memory (RAM) : 256 Mb (Model A) or 512 Mb (Model B)
GPU : Broadcom Videocore IV
USB 2.0 : 1 (Model A) / 2 (Model B)
On Board Storage : SD Card (Model A/B)
Video Input : Camera Support via CSI Connector
Video Output : Composite Video (RCA) or HDMI or
LCD Support via DSI
Technical Aspects
How it differs from other Board
Low power consumption
PC takes 65-250W
Laptop takes 15-60W
Low cost
Small in size
HOW IT WORKS
 Begin by slotting your SD card into the SD card slot on the Raspberry Pi, which
will only fit one way.
 plug in your USB keyboard and Mouse into the USB slots on the Raspberry Pi.
Then connect your HDMI cable from your Raspberry Pi to your monitor or TV.
When you are happy that you have plugged in all the cables and SD card required,
finally plug in the micro usb power supply. This action will turn on and boot your
Raspberry Pi.
If this is the first time your Raspberry Pi and NOOBS SD card have been used, then
you will have to select an operating system and configure it. Follow the NOOBS guide to
do this.
logging into RASPBERRY PI
Once your Raspberry Pi has completed the boot process, a login prompt will
appear. The default login for Raspberry pi is username pi with the password
raspberry. Note you will not see any writing appear when you type the
password. This is a security feature in Linux.
After you have successfully logged in, you
will see the command line prompt
pi@raspberrypi~$
To load the graphical user interface, type
startx
and press Enter on your keyboard.
Programming with RASPBERRY PI
Here’s the code to print out a message to the screen:
#include <iostream>
using namespace std;
int main()
{
cout << "Hello Raspberry Pi!" << endl;
return 0;
}
It’s a simple C++ code to print a message
COMPILING and RUNNING
So, take the above code and paste it into a file called 01_HelloRPi.cpp. Now
open up a command prompt and navigate to the directory that contains the file.
In the command prompt type:
g++ -std=c++0x 01_HelloRPi.cpp –o01_HelloRPi
This will take the code that you have written and create a program that can run.
The name of the program to create is specified with the –o flag, in this case we
called it 01_HelloRPi. The –std=c++0x flag tells the compiler to use the latest
version of the c++ standard. Then to run the program type in:
./01_HelloRPi
And that will write your message to the screen.
Handling the RP
-The Raspberry Pi was built to be used, but not abused. Every
Printed Circuit Board (PCB) should be handled with care.
-Handle the RP only by the edges of the board itself.
Avoid touching or holding any of the components on the
board.
-Rough handling can damage solder points and may also lead to
short circuits, but be careful with the GPIO pins as well.
Applications
Home Automation System.
Home Security System.
HD surveillance Camera.
Media Center.
Mobile device.
RP Mobile
HD surveillance Camera
DISADVA
NTAGES Although, we use it as a desktop computer . It’s power is closer to a mobile device
(like a TABLET) than a modern Desktop PC.
 The Graphics capabilities lag behind the today’s market (Modern Computers).
 It can’t add more RAM.
 Can’t support WINDOWS OS.
Future
ScopeAdvanced Power Options.
 Increasing Memory.
 Supporting maximum number of Operating systems.
Inbuilt Hard disk facility.
Raspberry pi 2020
Raspberry pi 2020
 8 cores, improved GPU, 8 GB Main Memory.
 WiFi, Camera.
 Match box sized case.
 Holographic Laser projector, Virtual Keyboard.
 <$25 cost.
and more…….
Conclusion
Raspberry Pi is an innovative product.
Increasing the processing power can surely help the product in the future.
Thus we can expect a HUGE REVOLUTION in the field of Computer Science in the
coming generations…
Raspberry pi
Raspberry pi

More Related Content

What's hot

Seminar Presentation on raspberry pi
Seminar Presentation on raspberry piSeminar Presentation on raspberry pi
Seminar Presentation on raspberry piGeorgekutty Francis
 
Introduction to Raspberrypi
Introduction to  RaspberrypiIntroduction to  Raspberrypi
Introduction to RaspberrypiIheb Ben Salem
 
Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Raspberry Pi Session - 22_11_2014
Raspberry Pi Session - 22_11_2014Mandeesh Singh
 
Presentation on Raspberry pi
Presentation on Raspberry piPresentation on Raspberry pi
Presentation on Raspberry piOpenDev
 
Raspberrypi best ppt
Raspberrypi best ppt Raspberrypi best ppt
Raspberrypi best ppt SOMRAJ GAUTAM
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi동호 손
 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introductionLTG Oxford
 
Raspberry Pi Introduction
Raspberry Pi IntroductionRaspberry Pi Introduction
Raspberry Pi IntroductionMichal Sedlak
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry piHusainBhaldar21
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pipraveen_23
 
Raspberry Pi (Introduction)
Raspberry Pi (Introduction)Raspberry Pi (Introduction)
Raspberry Pi (Introduction)Mandeesh Singh
 

What's hot (20)

Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Raspberry PI
Raspberry PIRaspberry PI
Raspberry PI
 
Seminar Presentation on raspberry pi
Seminar Presentation on raspberry piSeminar Presentation on raspberry pi
Seminar Presentation on raspberry pi
 
Introduction to Raspberrypi
Introduction to  RaspberrypiIntroduction to  Raspberrypi
Introduction to Raspberrypi
 
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 pi Raspberry pi
Raspberry pi
 
Raspberry pi ppt
Raspberry pi pptRaspberry pi ppt
Raspberry pi ppt
 
Presentation on Raspberry pi
Presentation on Raspberry piPresentation on Raspberry pi
Presentation on Raspberry pi
 
Raspberrypi best ppt
Raspberrypi best ppt Raspberrypi best ppt
Raspberrypi best ppt
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi
 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introduction
 
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
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Rasberry pi
 Rasberry pi Rasberry pi
Rasberry pi
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pi
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Raspberry Pi (Introduction)
Raspberry Pi (Introduction)Raspberry Pi (Introduction)
Raspberry Pi (Introduction)
 

Similar to 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 ControlPradip Bhandari
 
Presentation on Raspberry Pi by Sazzad H. IIUC
Presentation on Raspberry Pi by Sazzad H. IIUCPresentation on Raspberry Pi by Sazzad H. IIUC
Presentation on Raspberry Pi by Sazzad H. IIUCshssn7
 
Raspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionRaspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionVatsal N Shah
 
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_2014Mandeesh Singh
 
introduction to Raspberry pi
introduction to Raspberry piintroduction to Raspberry pi
introduction to Raspberry piluckyanks1992
 
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.
 
MPMC presentation.pptx
MPMC presentation.pptxMPMC presentation.pptx
MPMC presentation.pptxSoundharya54
 
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
 
Raspberry-PI introduction
Raspberry-PI introductionRaspberry-PI introduction
Raspberry-PI introductionBasavaraj Sagar
 
Raspberry pi tutorial
Raspberry pi tutorialRaspberry pi tutorial
Raspberry pi tutorialImad Rhali
 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technologyZeeshan Aslam
 
Getting started with Raspberry Pi - By Ibrahim
Getting started with Raspberry Pi - By IbrahimGetting started with Raspberry Pi - By Ibrahim
Getting started with Raspberry Pi - By IbrahimMurugadoss Balasubramanian
 

Similar to Raspberry pi (20)

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
 
Presentation on Raspberry Pi by Sazzad H. IIUC
Presentation on Raspberry Pi by Sazzad H. IIUCPresentation on Raspberry Pi by Sazzad H. IIUC
Presentation on Raspberry Pi by Sazzad H. IIUC
 
Raspbeery Pi : An Introduction
Raspbeery Pi : An IntroductionRaspbeery Pi : An Introduction
Raspbeery Pi : An Introduction
 
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
 
introduction to Raspberry pi
introduction to Raspberry piintroduction to Raspberry pi
introduction to 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
 
Raaaaassspberry pi
Raaaaassspberry piRaaaaassspberry pi
Raaaaassspberry pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Feature satip4
Feature satip4Feature satip4
Feature satip4
 
MPMC presentation.pptx
MPMC presentation.pptxMPMC presentation.pptx
MPMC presentation.pptx
 
Feature satip4
Feature satip4Feature satip4
Feature satip4
 
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
 
Feature satip4
Feature satip4Feature satip4
Feature satip4
 
Raspberry-PI introduction
Raspberry-PI introductionRaspberry-PI introduction
Raspberry-PI introduction
 
RASPBERRY PI
RASPBERRY PIRASPBERRY PI
RASPBERRY PI
 
Raspberry pi tutorial
Raspberry pi tutorialRaspberry pi tutorial
Raspberry pi tutorial
 
S180xxx_ECE-2A.pptx
S180xxx_ECE-2A.pptxS180xxx_ECE-2A.pptx
S180xxx_ECE-2A.pptx
 
Raspberry pi technology
Raspberry pi technologyRaspberry pi technology
Raspberry pi technology
 
Getting started with Raspberry Pi - By Ibrahim
Getting started with Raspberry Pi - By IbrahimGetting started with Raspberry Pi - By Ibrahim
Getting started with Raspberry Pi - By Ibrahim
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 

Recently uploaded

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 

Recently uploaded (20)

Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 

Raspberry pi

  • 2. A Small Introduction -credit card size single board ,super low cost computer.. -Developed in UK by Raspberry-pi foundation in 2009. -to promote the study of basic computer science in schools. -element 14,RS components and Egoman tech corp,these are the distributors of the product all over the world. A Small Introduction Credit card size single board ,super low cost computer.. Developed in UK by Raspberry-pi foundation. 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.
  • 3.
  • 4. The Foundation has produced two models INR 1625 INR 2275
  • 5.
  • 6. Monitor Supports only HDMI. Old analogous TV, Modern digital TV Destop Monitor or even your smartphone as a display. SD memory card Min 2GB,expandable upto 32GB
  • 7. Power Supply Micro USB power supply 5v,700mA=3.5W which is less than a bulb. Standard Charging port. USB Keyboard & Mouse
  • 8. OS -mainly linux based OS. - OS and Programming language Supports Linux. Fedora , Archlinux & Desbian . Most recommended Desbian . supports python programming language.
  • 9. Processor : Broadcom BCM2835 SoC (System on Chip) Core : ARM11 (700 MHz ARM1176JZF-S) Memory (RAM) : 256 Mb (Model A) or 512 Mb (Model B) GPU : Broadcom Videocore IV USB 2.0 : 1 (Model A) / 2 (Model B) On Board Storage : SD Card (Model A/B) Video Input : Camera Support via CSI Connector Video Output : Composite Video (RCA) or HDMI or LCD Support via DSI Technical Aspects
  • 10. How it differs from other Board Low power consumption PC takes 65-250W Laptop takes 15-60W Low cost Small in size
  • 11. HOW IT WORKS  Begin by slotting your SD card into the SD card slot on the Raspberry Pi, which will only fit one way.  plug in your USB keyboard and Mouse into the USB slots on the Raspberry Pi. Then connect your HDMI cable from your Raspberry Pi to your monitor or TV. When you are happy that you have plugged in all the cables and SD card required, finally plug in the micro usb power supply. This action will turn on and boot your Raspberry Pi. If this is the first time your Raspberry Pi and NOOBS SD card have been used, then you will have to select an operating system and configure it. Follow the NOOBS guide to do this.
  • 12. logging into RASPBERRY PI Once your Raspberry Pi has completed the boot process, a login prompt will appear. The default login for Raspberry pi is username pi with the password raspberry. Note you will not see any writing appear when you type the password. This is a security feature in Linux. After you have successfully logged in, you will see the command line prompt pi@raspberrypi~$ To load the graphical user interface, type startx and press Enter on your keyboard.
  • 13. Programming with RASPBERRY PI Here’s the code to print out a message to the screen: #include <iostream> using namespace std; int main() { cout << "Hello Raspberry Pi!" << endl; return 0; } It’s a simple C++ code to print a message
  • 14. COMPILING and RUNNING So, take the above code and paste it into a file called 01_HelloRPi.cpp. Now open up a command prompt and navigate to the directory that contains the file. In the command prompt type: g++ -std=c++0x 01_HelloRPi.cpp –o01_HelloRPi This will take the code that you have written and create a program that can run. The name of the program to create is specified with the –o flag, in this case we called it 01_HelloRPi. The –std=c++0x flag tells the compiler to use the latest version of the c++ standard. Then to run the program type in: ./01_HelloRPi And that will write your message to the screen.
  • 15. Handling the RP -The Raspberry Pi was built to be used, but not abused. Every Printed Circuit Board (PCB) should be handled with care. -Handle the RP only by the edges of the board itself. Avoid touching or holding any of the components on the board. -Rough handling can damage solder points and may also lead to short circuits, but be careful with the GPIO pins as well.
  • 16. Applications Home Automation System. Home Security System. HD surveillance Camera. Media Center. Mobile device.
  • 18. DISADVA NTAGES Although, we use it as a desktop computer . It’s power is closer to a mobile device (like a TABLET) than a modern Desktop PC.  The Graphics capabilities lag behind the today’s market (Modern Computers).  It can’t add more RAM.  Can’t support WINDOWS OS.
  • 19. Future ScopeAdvanced Power Options.  Increasing Memory.  Supporting maximum number of Operating systems. Inbuilt Hard disk facility. Raspberry pi 2020
  • 20. Raspberry pi 2020  8 cores, improved GPU, 8 GB Main Memory.  WiFi, Camera.  Match box sized case.  Holographic Laser projector, Virtual Keyboard.  <$25 cost. and more…….
  • 21. Conclusion Raspberry Pi is an innovative product. Increasing the processing power can surely help the product in the future. Thus we can expect a HUGE REVOLUTION in the field of Computer Science in the coming generations…