RASPBERRY PI WORKSHOP.

Slides:



Advertisements
Similar presentations
TECH SKILLS COMPUTER BASICS
Advertisements

Copyright 2014 Kenneth M. Chipps Ph.D. Network Management Using Sensors to Monitor Network Equipment Rooms Last Update
Computer Parts Assignment
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
Internal/External Computer Components Kim Roselli Emily Mross.
APT 2.0 Simon Dawes & Keith Rickard Update 1. What is the APT? A utomatic P hotometric T elescope Built by Jack Ells in 1984 (based on JBAA) A utomatic.
RaspberryPi Ira Goldstein Siena College. What is a Raspberry Pi? University of Cambridge’s Computer Laboratory – Decline in skill level – Designed for.
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.
The Internal Components of a Personal Computer (PC)
APT 2.0 Simon Dawes & Keith Rickard Update 2. Mission Control Monitor BBC Micro B computer (64K RAM) Two 5 1/4" floppy disk drives PMT pulse counters.
RASPBERRY PI IMPLEMENTING BINARY COUNTING Marlon Myers Computer Hardware Systems: EMT 2370 Instructor: Prof. Carranza.
RC CAR CONTROLLER BASED ON INTEL GALILEO SOC PLATFORM Nadav Shiloach Sagi Sabag Supervisor: Idan Shmuel Spring 2014 One Semester Project PROJECT’S ENDING.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Computer Basics.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
CSCI1600: Embedded and Real Time Software Lecture 4: Introduction to the Arduino Steven Reiss, Fall 2015.
BASIC COMPONENTS.  Central processing unit.  The most powerful microprocessor chip in your computer.
SINGLE BOARD COMPUTERS ARE YOU ON THE RIGHT AIRPLANE?
Business Technology Applications Computer Basics Vocab.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Hardware Introducing the Components of a Computer.
Introducing the Raspberry Pi Nauru ICT Department April 2016.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Get Started with Raspberry Pi- Single Board Computer.
What is Arduino? It's an open source electronics prototyping platform: Open source: resources that can be used, redistributed or rewritten free of charge,
RaspberryPi.
Having fun with code, using Arduino in a middle school CS classroom
ICT COMPUTER FUNDAMENTALS
Building Raspberry Pi Controllers with Python
Workshop on Raspberry Pi 3
Ira Goldstein Siena College
Michael Rahaim, PhD Candidate Multimedia Communications Lab
Class 1: Building a Raspberry Pi LED Flasher
Introduction to Computer Systems
Dr. Kyung Eun Park Summer 2017
Internet of Things (internet of everything?)
Home automation using Arduino & ‘PIR sensor’
Single board computers in the ham shack
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
Chapter A - The Raspberry Pi Computer
Automatic human detector garbage can.
Remote Sensor Interface for IoT
A microcontroller Raspberry Pi 2 Model B V1.1 RPi
ICT COMPUTER FUNDAMENTALS
Programming with Arduinos and Rapsberry Pi
Introduction to Arduino Microcontrollers
Lighting LEDs with a RASPBERRY PI
Microcontrollers, Microcomputers, and Microprocessors
Raspberry Pi.
An introduction to the Raspberry Pi
What is Arduino? By James Tedder.
FeMaidens Programming
"You don't need anyone's permission to make something great
Building an Internet of Things Device
Welcome to Digital Electronics using the Arduino Board
Programming Micro Controllers
ICT Programming Lesson 2:
Arduino Workshop University of Jordan.
Arduino Workshop University of Jordan.
Introduction to Hardware
Lab #1: Getting Started.
Introduction to Arduino
Arduino Board.
Arduino म्हणजे काय?.
Technology 2 Hardware on the Inside.
Raspberry Pi Hardware By: Mike Kwiatkowski.
Presentation transcript:

RASPBERRY PI WORKSHOP

What is a Raspberry Pi? Raspberry Pi is a credit card-sized computer originally designed for education, inspired by the 1981 BBC Micro.

Creator Eben Upton's goal was to create a low-cost device that would improve programming skills and hardware understanding at the pre-university level.

Is the Raspberry Pi Open Hardware? The Raspberry Pi is open hardware, with the exception of the primary chip on the Raspberry Pi, the Broadcomm SoC (System on a Chip), which runs many of the main components of the board–CPU, graphics, memory, the USB controller, etc. Many of the projects made with a Raspberry Pi are open and well-documented as well and are things you can build and modify yourself.

WHY Rpi over ARDUINO? The Arduino is another hobbyist board, which is geared towards those wanting to build out electronics project. While the Raspberry Pi is a fully functional Linux computer, the Arduino is only a microcontroller. This means it does not run an operating system, instead, runs very specific, small blocks of code written by the person using the device. There are numerous add-on boards that give it more capabilities, but out of the box, it’s less ready-to-go than a Raspberry Pi. 

ARDUINO RASP PI

The Raspberry Pi's GPIO Pins GPIO stands for General Purpose Input Output. It is a way the Raspberry Pi can control and monitor the outside world by being connected to electronic circuits. The Pi is able to control LEDs, turning them on or off, or motors, or many other things

Raspberry Pi 3 PINOUT and its GPIOs