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

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
 
Simple Presentation On Raspberry pi
Simple Presentation On Raspberry piSimple Presentation On Raspberry pi
Simple Presentation On Raspberry piSakkar Chowdhury
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi TechnologyRavi Basil
 
Raspberry Pi Introduction
Raspberry Pi IntroductionRaspberry Pi Introduction
Raspberry Pi IntroductionMichal Sedlak
 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introductionLTG Oxford
 
Introduction to raspberry pi
Introduction to raspberry piIntroduction to raspberry pi
Introduction to raspberry pipraveen_23
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry piHusainBhaldar21
 
Raspberrypi best ppt
Raspberrypi best ppt Raspberrypi best ppt
Raspberrypi best ppt SOMRAJ GAUTAM
 
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
 
Raspberry pi 3
Raspberry pi 3Raspberry pi 3
Raspberry pi 3Vipin V
 

What's hot (20)

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
 
Simple Presentation On Raspberry pi
Simple Presentation On Raspberry piSimple Presentation On Raspberry pi
Simple Presentation On Raspberry pi
 
Raspberry pi
Raspberry pi Raspberry pi
Raspberry pi
 
Raspberry Pi Technology
Raspberry Pi TechnologyRaspberry Pi Technology
Raspberry Pi Technology
 
Raspberry Pi Introduction
Raspberry Pi IntroductionRaspberry Pi Introduction
Raspberry Pi Introduction
 
Raspberry pi : an introduction
Raspberry pi : an introductionRaspberry pi : an introduction
Raspberry pi : an introduction
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry 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
Raspberry PIRaspberry PI
Raspberry PI
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 
My presentation raspberry pi
My presentation raspberry piMy presentation raspberry pi
My presentation raspberry pi
 
Raspberrypi best ppt
Raspberrypi best ppt Raspberrypi best ppt
Raspberrypi best ppt
 
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
 
Raspberry pi 3
Raspberry pi 3Raspberry pi 3
Raspberry pi 3
 
Raspberry pi 3
Raspberry pi 3Raspberry pi 3
Raspberry pi 3
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
Raspberry Pi
Raspberry PiRaspberry Pi
Raspberry Pi
 

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
 
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
 
Presentation on Raspberry pi
Presentation on Raspberry piPresentation on Raspberry pi
Presentation on Raspberry piOpenDev
 
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
 
Raspberry pi
Raspberry piRaspberry pi
Raspberry pi
 
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
 
Presentation on Raspberry pi
Presentation on Raspberry piPresentation on Raspberry pi
Presentation on Raspberry pi
 
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
 

Recently uploaded

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Recently uploaded (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

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…