Slide 1

Slide 1 text

Digital Making is for everyone

Slide 2

Slide 2 text

No content

Slide 3

Slide 3 text

No content

Slide 4

Slide 4 text

No content

Slide 5

Slide 5 text

No content

Slide 6

Slide 6 text

No content

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

The computing curriculum “From 5, children will learn to code and program, with algorithms, sequencing, selection and repetition; from 11, how to use at least 2 programming languages to solve computational problems; to design … computational abstractions that model the state and behaviour of real-world problems and physical systems; and how instructions are stored and executed within a computer system.” Michael Gove - UK Secretary for Education new ex v v

Slide 9

Slide 9 text

The Raspberry Pi Foundation The Raspberry Pi Foundation is a registered educational charity (registration number 1129409) based in the UK. The Raspberry Pi Foundation works to put the power of digital making into the hands of people all over the world, so they are capable of understanding and shaping our increasingly digital world, able to solve the problems that matter to them, and equipped for the jobs of the future.

Slide 10

Slide 10 text

Raspberry Pi 3 Raspberry Pi Zero BBC micro:bit - A desktop replacement - $35 - Bluetooth wifi - Plug into a TV or monitor with HDMI - USB keyboard & Mouse - 40 GPIO pins - A desktop replacement - $5 - Camera port - Requires an accessories kit to use with HDMI and USB - Need to solder the GPIO pins - Not a desktop replacement. - Free (for yr 7 students in 2016) or £14 - Can be programmed from another computer - LED matrix, buttons, GPIO Physical computing devices

Slide 11

Slide 11 text

Physical computing devices Code Bug Arduino Adafruit Circuit Playground - Works in the same way as Microbit - £14 - Lots of free resources - Has some cool accessories like the star - Coin cell battery holder - Used for more advanced electronics and robotics - Different boards available - Programmed using C or Processing - Some python libraries available - Works in the same way as Microbit. - Great for wearables - Includes light sensors temp sensor, microphone and neopixels - Programmed using C or Processing.

Slide 12

Slide 12 text

Let’s get Physical with Raspberry Pi and Python

Slide 13

Slide 13 text

No content

Slide 14

Slide 14 text

Hello World with LEDs from gpiozero import LED import time led = LED(17) led.on() time.sleep(1) led.off()

Slide 15

Slide 15 text

Fart machines with buttons from gpiozero import Button import time import os, random Button = Button(2) trumps = ['silly.wav', 'wind.wav', 'raspb.wav'] while True: button.wait_for_press() parp = random.choice(trumps) os.system("aplay {0}".format(parp)) time.sleep(2)

Slide 16

Slide 16 text

Resources

Slide 17

Slide 17 text

Open Source is Awesom e Sauce

Slide 18

Slide 18 text

No content

Slide 19

Slide 19 text

What do children think?

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

Books to help

Slide 22

Slide 22 text

The future?

Slide 23

Slide 23 text

Carrie Anne Philbin Award Winning Educator, Author & YouTuber @MissPhilbin @GeekGurlDiaries Director of Education Raspberry Pi Foundation

Slide 24

Slide 24 text

Carrie Anne Philbin @MissPhilbin