Presentation by John Lamb Trainee Master Teacher Monkwearmouth Academy Physical Computing with the Raspberry Pi.

Slides:



Advertisements
Similar presentations
IGCSE ICT Control Systems.
Advertisements

BEYOND SMARTPHONES WITH RASPBERRY PI BY - ASHISH KSHIRSAGAR.
Turbo PMAC Clipper One Board Control Solution Low Cost, 4 Axis controller with I/O and Ethernet A Turbo PC/104 with Acc-2P combined for a 30% cost reduction.
Bread Boarding and Operating The IFI Robotic Control System.
How to Build a Digital-Physical System-Lab Assegid Kidané Fall 2014.
Electronics Design Laboratory Lecture #11, Fall 2014
Introduction.
{ Physical Computing Arduino, Raspberry Pi, Sensors, Controls…
{ Physical Computing Arduino, Raspberry Pi, Sensors, Controls…
Embedded Programming and Robotics Lesson 12 Introducing the Raspberry Pi Intro to Raspberry Pi1.
Electrical Components.  This supplies all the power to the robot. It is a single 12 V battery. They are sealed to prevent battery acid from leaking.
Raspberry Pi2 Specification – CPU Broadcom BCM2836 Cortex A7 4 Cores 900Mhz (ARM11  Cortex A7) – Memory 1GB LPDDR2 – 4 port USB 2.0 – 10/100 Mbps – 40.
RaspberryPi Ira Goldstein Siena College. What is a Raspberry Pi? University of Cambridge’s Computer Laboratory – Decline in skill level – Designed for.
AS ICT.  Have an understanding of how organizations use ICT.  Be able to describe a number of uses, giving the hardware and software requirements. 
HARDWARE LIBRE PARA LINUX Y ANDROID. Arduino is a platform  A physical Input / Output board (I/O) with a programmable Integrated Circuit (IC).
Juan Miguel Valverde Martínez.  What is a Home Media Center?  Raspberry Pi  Idea  Interface  Potential.
RASPBERRY PI IMPLEMENTING BINARY COUNTING Marlon Myers Computer Hardware Systems: EMT 2370 Instructor: Prof. Carranza.
Aerospace Education STEM Kit Program Aerospace Education STEM Kit Program Dr Jeff Montgomery Lt Col Randy Carlson Lt Col Sherwood Williams Major Gary Dahlke.
The PiTopping and Educational Robotics with Embedded Computers Arnan Sipitakiat 1, Paulo Blikstein 2 1 Department of Computer Engineering, Chiang Mai University,
Raspberry Pi: Presented by: Lakeasha Williams & Venessa Woodson EECE416 Microcomputer Howard University Dr. Charles Kim.
GNMSGNMS Jason Rice Eric Ellett Larry Price Daniel Grum.
Overview What is Arduino? What is it used for? How to get started Demonstration Questions are welcome at any time.
The 3 parts of an electronic system are :
Home Intrusion Detection System Andre, Irena, Priyanka, Balta.
AI and Robotics. Look at video clip and think about Input – Camera – Touch – Proximity – Wi Fi input Output parts – Motors/Legs/Wheels Sensors – Impact.
Smartmote What your television remote should have been.
WELCOME TO ARDUINO E-DAY CAR PROJECT MEETING – ITALY MARCH.
SINGLE BOARD COMPUTERS ARE YOU ON THE RIGHT AIRPLANE?
Braille Printer An-Najah National University Faculty of Engineering Braille Printer Prepared by : Rbee waheeb Supervisor: Dr. Nidal Farahat May
Welcome to Week 4 at the Summer Computer Club Raspberry Pi (contd)
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
Rasberry pi 2 model B. Selve computeren i rasberry pi’en.
RenBED – Technical Training Jon Fuge – Renishaw plc.
Microcontrollers JULES CALELLA. Microcontrollers vs Microprocessors  Microprocessors – do not contain RAM, ROM, I/O  Microcontrollers – The whole package.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
Introducing the Raspberry Pi Nauru ICT Department April 2016.
ICTWays workshop “Creativity and imagination in the classroom: Arduino and its application samples” LLP PT-COMENIUS-CNW
Raspberry Pisentation. Power Micro SD card slot Ethernet Jack Video 4 Pole Screw Hole 4 Screw Hole 3 Screw Hole 2 Screw Hole 1 Camera Ribbon Input.
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.
Robotics Grant Agreement No LLP UK-LEONARDO-LMP Project acronym: CLEM Project title: Cloud services for E-Learning in Mechatronics Technology.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
1 Microcontrollers. 2 Programmers work in the virtual world Machinery works in the physical world Microcontrollers connect the virtual and physical world.
Get Started with Raspberry Pi- Single Board Computer.
Zilogic Systems 1 Device Interfacing with Python and ZIO Zilogic Systems.
Zilogic Systems 1 Device Interfacing with Python and ZIO Zilogic Systems.
RaspberryPi.
Introduction to Python with Raspberry Pi
Python with Raspberry PI Kit
Microcontrollers A microcontroller is a small computer which interacts with its environment, e.g switches, sensors, lights, motors It does not have.
Another slice of pi Hands-ON with the raspberry pi computer
Building Raspberry Pi Controllers with Python
Ira Goldstein Siena College
RASPBERRY PI WORKSHOP.
IoT 101 with Raspberry Pi and Azure
Device Interfacing with Python and ZIO
Prepared by: Raghad J Foqha Supervisor: Dr. Saed Tarapiah
Wireless Attendance System
Building Raspberry Pi Controllers with Python
Alþingi's Digital Signage System
Programming Scratch to Control a K’NEX Fairground Ride
An introduction to the Raspberry Pi
What is Arduino? By James Tedder.
Presenter: Nicholas Exner
Control GCSE ICT.
Motion Controlled Servo Motor
Control GCSE ICT.
Introduction to Python with Raspberry Pi
Python with Raspberry PI Kit
Raspberry Pi Hardware By: Mike Kwiatkowski.
A modular robot for use in the RoboSumo lab
Presentation transcript:

Presentation by John Lamb Trainee Master Teacher Monkwearmouth Academy Physical Computing with the Raspberry Pi

HDMI Composite video Ethernet USB Audio Power GPIO Raspberry Pi Hardware

Breakout Boards such as the pi cobbler allow you to use breadboard to build projects They are relatively cheap and great for projects but don’t protect the GPIO pins

One of many add-on boards which offer GPIO protection and extra functionality Developed by the University of Manchester with the education sector in mind 8 inputs 8 outputs 2 relays 0V 5V

Making the Piface classroom friendly

The final unit – safe to work on

Classroom Friendly Unit

Traffic lights using scratch

7 segment display – using Python £1 each

Interest and enthusiasm

Sensors don’t have to cost much An 8 input capacitive touch sensor can be bought for £1.99. The same technology as Makey Makey but much cheaper

Using the Data pins These bypass the Piface and go directly to the GPIO pins via a protected circuit This is needed for speed with some sensors as the Piface is too slow. Low cost sensors/motors e.g. Temperature Humidity Pressure Distance(Ultra sound) Servo/Stepper motors for robotics

Maplin Robotic Arm £30 each (watch out for offers every so often) Programmable with Scratch & Python thanks to an open source module called PYusb Robotics

Use the Python API to write code to control the world. The same script can switch on LED’s or other OUTPUTS. INPUT switches can be used as control