1 / 14

Physical Computing with the Raspberry Pi

Physical Computing with the Raspberry Pi. Presentation by John Lamb Trainee Master Teacher Monkwearmouth Academy. Audio. Composite video. USB. Ethernet. GPIO. HDMI. Raspberry Pi Hardware. Power. Breakout Boards such as the pi cobbler allow you to use breadboard to build projects.

fraley
Download Presentation

Physical Computing with the Raspberry Pi

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Audio Composite video USB Ethernet GPIO HDMI Raspberry Pi Hardware Power

  3. 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

  4. 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 2 relays 8 inputs 0V 5V 8 outputs

  5. Making the Piface classroom friendly

  6. The final unit – safe to work on

  7. Classroom Friendly Unit

  8. Traffic lights using scratch

  9. 7 segment display – using Python £1 each

  10. Interest and enthusiasm

  11. 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

  12. Using the Data pins These bypass the Piface and go directly to the GPIO pins via a protected circuitThis is needed for speed with some sensors as the Piface is too slow. Low cost sensors/motors e.g.TemperatureHumidity PressureDistance(Ultra sound) Servo/Stepper motors for robotics

  13. Robotics Maplin Robotic Arm £30 each (watch out for offers every so often) Programmable with Scratch & Python thanks to an open sourcemodule called PYusb http://sourceforge.net/projects/pyusb/ http://scratch.mit.edu/projects/17770365/

  14. 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

More Related