BBC Microbit.

Slides:



Advertisements
Similar presentations
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Advertisements

BBC Microbit Getting set up and making your first program.
How to create a sprite Delete a sprite (e.g. the cat) by right clicking on it and choosing delete. Go to the bottom right hand corner of the stage and.
Flowol Lighthouses don’t all have the same flash pattern  Can you make your lighthouse flash with 3 long and.
Casne.ncl.ac.uk Taking care of the CrumbleBot Please do NOT stress the robot's motors 1.Do NOT push the robot 2.Do NOT hold the.
Creating your own Handheld Games Console
Starter What is BBC micro:bit?
micro:bit for primary schools – mb4ps.co.uk
Lesson 4 – Glowing pendulum
Objective of the lesson
BBC Microbit.
BBC Microbit.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
Stopwatch Cards Stopwatch Cards
BBC Microbit.
Objective of the lesson
BBC Microbit.
BBC Microbit.
BBC Microbit.
Game Controller Lesson Three.
BBC Microbit.
BBC Microbit.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
BBC Microbit.
Objective of the lesson
BBC Microbit.
BBC Microbit.
BBC Microbit.
Recap the basics Lesson 1.
Global Challenge A bag for Juliane Lesson 2.
BBC Microbit.
Global Challenge Love Heart Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Game Controller Lesson Two.
Stopwatch Cards Stopwatch Cards
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Global Challenge Love Heart Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge Love Heart Lesson 2.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
Global Challenge Love Heart Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Stopwatch Cards Stopwatch Cards
Global Challenge Love Heart Lesson 2.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Global Challenge A bag for Juliane Lesson 2.
BBC Microbit.
Recap the basics Lesson 1.
Global Challenge A bag for Juliane Lesson 2.
Stopwatch Cards Stopwatch Cards
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge A bag for Juliane Lesson 2.
Global Challenge Flashing Wheels Lesson 3.
Stopwatch Cards Stopwatch Cards
Lesson 1 – using the LED lights
Global Challenge Love Heart Lesson 2.
Objective of the lesson
Stopwatch Cards Stopwatch Cards
Presentation transcript:

BBC Microbit

Objective of the lesson Use Block Editor to make Blinking Lights All of you will: Blink LEDs on the Microbit Most of you will: Change the LEDs which blink and the speed of the blink Some of you will: Create a Morse Code message

Lighthouse In this lesson you will make a single LED flash slowly Add a Forever Loop so that the lighthouse runs automatically Set the plot to be 0,0 This is the top left of the LEDs on the Microbit Add a pause to keep the LED on. Remember that this is in milliseconds 1000 milliseconds = 1 second

Now clear the screen to turn all LEDs off Now add another pause to keep the LEDs off for 1000 milliseconds = 1 second

Run and compile your program on the Microbit Bike Light Make a bike light by changing the pause, making the LED blink more quickly

SOS Message An SOS message is 3 short blinks, followed by 3 long blinks, followed by 3 short blinks A short blink is 300 milliseconds. A long blink is 1000 milliseconds

Challenge 1 Change the plot numbers to make another light blink Make sense of the plot numbers. Demonstrate this by making the bottom right LED blink Make the SOS code more efficient by using repeat 3 times loops Try to write a different short message