Raspberry Pi Hardware By: Mike Kwiatkowski.

Slides:



Advertisements
Similar presentations
HARDWARE Rashedul Hasan..
Advertisements

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Parts & Functions of a Computer. 2 Functions of a Computer.
Component 4: Introduction to Information and Computer Science Unit 1: Basic Computing Concepts, Including History Lecture 1 This material was developed.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
The Components of a PC (By Lewis Barrett)
G043 – Lecture 02 Inside A Desktop PC Mr C Johnston ICT Teacher
RaspberryPi Ira Goldstein Siena College. What is a Raspberry Pi? University of Cambridge’s Computer Laboratory – Decline in skill level – Designed for.
Fundamentals of Audio Production Chapter 7 1 Fundamentals of Audio Production Chapter Seven: Digital Audio Workstations and Computers.
How Computers Work The Four Basic Operations The Boot Process Hardware Components & Their Functions.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
Basic Computer Structure and Knowledge Project Work.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
External Drives An external flash drive, also known as a thumb drive, is a removable storage device that connects to a USB port. A flash drive uses the.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
Translate the following message:
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
Discovering Computers 2012: Chapter 4
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware v0.95.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Component 4: Introduction to Information and Computer Science
Kaaba Technosolutions Pvt Ltd1 Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components.
How Computers An iPads Work By Annie Hazell-Langley and Hollee Mandelt 7 White 2013.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
Motherboard Group 1 1.
Rasberry pi 2 model B. Selve computeren i rasberry pi’en.
Presentation on SIRIUS B Pocket PC NAME : MD. ALIUM BASIR ID : CSE 341 Sec : 05.
Introducing the Raspberry Pi Nauru ICT Department April 2016.
Farhin Al Masud What is Raspberry PI? o Low cost, credit card sized computer o SOC (System on a chip) o Founded by Raspberry PI foundation.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
Get Started with Raspberry Pi- Single Board Computer.
Hardware refers to the tangible parts of computer systems and typically includes support for processing, storage, input, and output. Hardware Processing.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 1 Introducing Hardware.
RaspberryPi.
ICT COMPUTER FUNDAMENTALS
Computer System Hardware
Building Raspberry Pi Controllers with Python
Ira Goldstein Siena College
Power Supply.
Computer Components ICS 3U0.
Computer systems is a 10-credit unit
Introducing Hardware.
Computing Fundamentals
Personal Computers A Research and Reverse Engineering
Chapter A - The Raspberry Pi Computer
Computer Hardware – System Unit
Computer Hardware By Millie Hay.
A+ Guide to Managing and Maintaining Your PC, 7e
CS111 Computer Programming
Central Processing Unit- CPU
ICT COMPUTER FUNDAMENTALS
TexPREP Summer Camp Computer Science
Mr C Johnston ICT Teacher
Drill Translate the following message:
An introduction to the Raspberry Pi
Introduction to Computers
Raspberry Pi. Introduction to Raspberry Pi Python Electronics Linux Outline.
Introduction to Computing Lecture # 1
المحور 3 : العمليات الأساسية والمفاهيم
Introduction to Computers
ICT Programming Lesson 2:
Odroid XU4.
Chapter 4: Hardware for Educators
Introduction to Single Board Computer
A Look at Computer Parts
Computing Essentials Module 1.
Computing Essentials Module 1.
Presentation transcript:

Raspberry Pi Hardware By: Mike Kwiatkowski

Hardware/Software made simple… https://www.khanacademy.org/computing/computer-science/how-computers-work2/v/khan-academy-and-codeorg-hardware-and-software

An Introduction Developed by the Raspberry Pi Foundation in 2011 One goal was to make more computers available in England’s lower grade level classrooms In turn, create more applicants to Cambridge’s Computer Science program Hobbyists and enthusiasts saw the potential immediately The low cost and capability has helped maintain the device’s popularity

The PC’s I’ve known Exercise!

Hardware Basics Processor Memory Storage Input/Output Motherboard ARM vs Intel Memory Storage Input/Output Wired Ethernet Wireless Ethernet HDMI Bluetooth GPIO Motherboard

Processors The “brains” of a computer Modern processors allow computers to be such flexible tools Use code to interpret input and process it to output The code is varied depending up the current function of the device Processor architecture is the set of instructions burned into the chip to which the software code has access Two major architectures Intel x86 ARM (Advanced RISC Machines)

Processors - ARM chips ARM made by a number of manufacturers Loose standards between manufacturers RISC architecture Low power Cool running Powerful enough Multi-core configurations Raspberry Pi’s use chips made by Broadcom Specifically for the R-Pi 3 BCM2837 - ARM Cortex A53 (ARMv8) 1.2Ghz Quad Core

Memory Volatile Non-Volatile Main system memory - RAM Fast access and “close” close to processor Raspberry Pi 3 has 1GB of DDR SDRAM Non-Volatile Read Only Memory - ROM Used for information which doesn’t change Precursor to Flash memory!

Storage Non-volatile type of memory Common storage types Information is retained when power is removed Common storage types Hardrives - mechanical magnetic spinning platters SSD - Solid State Drive Optical - CD and DVD drives Flash drives - USB drives, SD, microSD, compact flash Raspberry Pi uses either SD or microSD cards

Input and Output Commonly known as I/O Allows a computing device to interact with the outside world A number of different I/O connections exist The Raspberry Pi typically has USB HDMI Audio ports Ethernet - wired and wireless in some models Bluetooth - in newer models! GPIO - General Purpose Input/Output

Universal Serial Bus - USB Allows for up to 128 connected devices (!) Raspberry Pi rev2 and above have 4 USB 2.0 ports Supports up to 480Mbs Can increase number of ports by using a USB hub

Video and Audio Standard HDMI connection for video Combined stereo audio and composite video connector

Network Connections Wired Ethernet Wireless Ethernet R-Pi3 B and lower supports 100Mb connection R-Pi3 B+ supports 1Gb connection with a maximum throughput of 300Mb Wireless Ethernet R-Pi3 is the first Pi to support wireless natively using an onboard Broadcom chip The initial R-Pi3 supported 2.4GHz only The R-Pi3 B+ supports 5GHz and 2.4GHz - b/g/n/ac standards Bluetooth is available in the Raspberry Pi 3 line!

GPIO - General Purpose Input/Output 40 pins which allow input and output controlled through software Supports input or output of 0V(LOW) or 3.3V(HIGH) Be certain to consult a pin map before using Other special I/O features PWM - Pulse Wave Modulation on certain pins SPI I2C Serial

Motherboard Makes the connections between components Adds flexibility to desktop and laptop PC’s Determines types of initially available connections Raspberry Pi’s are a SoC System on a Chip The board is for connections only

Desktop Motherboard

Raspberry Pi 3

Sources www.raspberrypi.org Raspberry Pi Hacks, Suehle and Callawway, 2014, O’Reilly