Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • DSA
  • Practice Problems
  • Python
  • C
  • C++
  • Java
  • Courses
  • Machine Learning
  • DevOps
  • Web Development
  • System Design
  • Aptitude
  • Projects
Open In App
Next Article:
What is a General Purpose Computer?
Next article icon

Raspberry-Pi a computer for Geeks

Last Updated : 04 Jan, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report

What is a Raspberry Pi? Raspberry pi is the name of the “credit card-sized computer board” developed by the Raspberry pi foundation, based in the U.K. It gets plugged in a TV or monitor and provides a fully functional computer capability. It is aimed at imparting knowledge about computing to even younger students at the cheapest possible price. Although it is aimed at teaching computing to kids, but can be used by everyone willing to learn programming, the basics of computing, and building different projects by utilizing its versatility. 

Raspberry Pi is developed by Raspberry Pi Foundation in the United Kingdom. The Raspberry Pi is a series of powerful, small single-board computers.

Raspberry Pi is launched in 2012 and there have been several iterations and variations released since then.

Various versions of Raspberry Pi have been out till date. All versions consist of a Broadcom system on a chip (SoC) with an integrated ARM-compatible CPU and on-chip graphics processing unit (GPU).

The original device had a single-core Processor speed of device ranges from 700 MHz to 1.2 GHz and a memory range from 256 MB to 1 GB RAM.

To store the operating system and program memory Secure Digital (SD) cards are used. Raspbian OS which is a Linux operating system is recommended OS by Raspberry Pi Foundation. Some other third party operating systems like RISC OS Pi. Diet Pi, Kali, Linux can also be run on Raspberry Pi.

Used:

It also provides a set of general purpose input/output pins allowing you to control electronic components for physical computing and explore the Internet of Things (IOT).

Raspberry pi Diagram : 

 

Raspberry Pi model –

There have been many generations of raspberry Pi from Pi 1 to Pi 4.
There is generally a model A and model B.
Model A is a less expensive variant and it trends to have reduce RAM and dual cores such as USB and Ethernet.

List of Raspberry pi models and releases year:

  1. pi 1 model B – 2012 
  2. pi 1 model A – 2013 
  3. pi 1 model B+ -2014 
  4. pi 1 model A+ – 2014 
  5. Pi 2 Model B – 2015
  6. Pi 3 Model B- 2016
  7. Pi 3 Model B+ -2018
  8. Pi 3 Model A+ -2019
  9. Pi 4 Model A – 2019
  10. Pi Model B – 2020
  11. Pi 400 – 2021

Specs of the Computer: – The computer has a quad-core ARM processor that doesn’t support the same instruction as an X86 desktop CPU. It has 1GB of RAM, One HDMI port, four USB ports, one Ethernet connection, Micro SD slot for storage, one combined 3.5mm audio/video port, and a Bluetooth connection. It has got a series of input and output pins that are used for making projects like – home security cameras, Encrypted Door lock, etc. 

Versatility of Raspberry Pi: – It is indeed a versatile computer and can be utilized by people from all age groups, it can be used for watching videos on YouTube, watching movies, and programming in languages like Python, Scratch, and many more. As mentioned above it has a series of I/O pins that give this board the ability to interact with its environment and hence can be utilized to build really cool and interactive projects. 

Examples of projects: – It can be turned into a weather station by connecting some instruments to it for check the temperature, wind speed, humidity etc… It can be turned into a home surveillance system due to its small size; by adding some cameras to it the security network will be ready. If you love reading books it can also become a storage device for storing thousands of eBooks and also you can access them through the internet by using this device. 

 

Conclusion: Concluding the article it is convenient to assert that it is a small and powerful computer at a dirt-cheap rate and can handle most of the task as a desktop computer.



Next Article
What is a General Purpose Computer?

R

rajkumaruttam90
Improve
Article Tags :
  • Computer Organization & Architecture
  • Computer Subject
  • TechTips

Similar Reads

  • Architecture of Raspberry Pi
    Raspberry Pi is a small single-board computer (SBC). It is a credit card-sized computer that can be plugged into a monitor. It acts as a minicomputer by connecting the keyboard, mouse, and display. Raspberry Pi has an ARM processor and 512MB of RAM. The architecture of Raspberry Pi is discussed in t
    2 min read
  • The Impact of Raspberry Pi
    When the first generation of Raspberry Pi, the Raspberry Pi 1 Model B, was released in February of 2012, no one expected it to make the impact that it has created over the past 8 years. Its original aim was to promote basic computer science in school students as well as for developing countries. It
    2 min read
  • Difference between Arduino and Raspberry Pi
    There are a wide variety of controller boards that we can use for our hardware projects. The two most popular among them are: Arduino and Raspberry Pi. Arduino is based on the ATmega family and has a relatively simple design and software structure. Raspberry Pi, basically is a single-board computer.
    6 min read
  • What is a General Purpose Computer?
    A general-purpose computer is one that can accomplish most exemplary computing tasks depending on the application and amount of time necessary. In this article, we will understand the history of general-purpose computers, the Uses of general-purpose computers and more. What is a General Purpose Comp
    5 min read
  • Difference between Raspberry Pi and Orange Pi
    There are many SBCs available in the market which are being used in many applications including basic programming learning to robotics, but Raspberry Pi and Orange Pi are one of the most used SBCs. As such, it is very important to understand all the similarities and differences that make up these tw
    6 min read
  • Difference between Banana Pi and Raspberry Pi
    Banana Pi and Raspberry Pi are two single-board computers that despite the similar names and the appearances have distinct characteristics. This article will explain the differences between these devices providing a overview of each to help the hobbyists and developers understand their options. Boar
    6 min read
  • What is a Mainframe Computer?
    Mainframe computers are a type of computer designed for high throughput, which means processing data as fast as possible. They are primarily used for transaction processing, which involves a set of operations like disk read and write, operating system calls, and data transfer between subsystems. In
    4 min read
  • How to Install and Use a Raspberry Pi for Beginners?
    Quick Solution!Here is a quick solution for you. Follow these steps to Install & Use Raspberry Pi for Beginners: Install Raspberry Pi:Download the Raspberry Pi Imager from the Official Page.Use the Raspberry Pi Operating System.Select the SD Card & click Write.Add the Raspberry Pi to the Mon
    5 min read
  • What is Blade Server in Computer?
    Blade servers are compact and energy-efficient computers that are designed for the data centers requiring high computing power. Compared to bulky desktop PCs blade servers pack immense computing muscle into a small footprint by condensing the numerous server modules into a single chassis. This high-
    10 min read
  • Generations of Computer
    The generation of computers refers to the progression of computer technology over time, marked by key advancements in hardware and software. These advancements are divided into five generations, each defined by improvements in processing power, size, efficiency, and overall capabilities. Starting wi
    6 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences