1 / 12

KS2/3 Raspberry Pi for Beginners

http://bit.ly/CASLondonRaspPi. KS2/3 Raspberry Pi for Beginners. Nic Hughes & Steve Richards. http://bit.ly/CASLondonRaspPi. Plugging it all in…. Username: pi Password: raspberry. http://bit.ly/CASLondonRaspPi. Using a PiStop with Scratch. gpioserveron config17output gpio17on gpio17off.

sfarmer
Télécharger la présentation

KS2/3 Raspberry Pi for Beginners

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. http://bit.ly/CASLondonRaspPi KS2/3 Raspberry Pi for Beginners Nic Hughes & Steve Richards

  2. http://bit.ly/CASLondonRaspPi Plugging it all in…. Username: pi Password: raspberry

  3. http://bit.ly/CASLondonRaspPi Using a PiStop with Scratch gpioserveron config17output gpio17on gpio17off Remember you can double click a block to make it run. You must run the top two blocks FIRST.

  4. Using a PiStop with Pyton import RPi.GPIO as GPIO - Import GPIO library import time - Import 'time' library. Allows us to use 'sleep' GPIO.setmode(GPIO.BCM) - Use board pin numbering GPIO.setup(17, GPIO.OUT) - Set Pin 17 to an output GPIO.ouput(17, 1) - Turn Pin 17 On. GPIO.ouput(17, 0) - Turn Pin 17 Off. time.sleep(1) - Wait one second.

  5. http://bit.ly/CASLondonRaspPi Can you make a simple traffic light sequence?

  6. http://bit.ly/CASLondonRaspPi Using a SenseHat with Scratch

  7. Using a SenseHat with Python https://www.raspberrypi.org/learning/getting-started-with-the-sense-hat/ Starter activity.

  8. Links to more information. http://bit.ly/CASLondonRaspPi Nicholas Hughes - @duck_star Steve Richards - @mr_s_richards Raspberry Pi Resources - https://www.raspberrypi.org/resources/ http://www.4tronix.co.uk/store/ https://astro-pi.org http://pinet.org.uk/

More Related