BBC Microbit.

Slides:



Advertisements
Similar presentations
VAVLPVCTYMAUS PSABLADDERZSB EBSANTESHTICL RLDUDSKTTVSRA EDEARCENEAUOD CRFNORSASINTD TPEUUOCPTDATP UNRTMTRBEEXME MIEUSUULSNSNN USNMEMNISAIIT AESXSVPENNISI.
Advertisements

QPLNHTURBIOTS CADAIASOINCOS OSTPOSTLGVAGT AJRLFKLEROUEA CLARITYSOLSTB HTEAMVSRUVAHI INTERACTPELEL NAPKSOCIALIRI GSOCIOGRAMTST CONFORMITYYTY 14 WORDS ANSWERS.
Lesson 4-7 Arithmetic Sequences.
Know and use the different functions on a basic calculator.
& dding ubtracting ractions.
BBC Microbit Getting set up and making your first program.
Reverse Subtraction Objectives:  do a subtract by adding  check your answer by adding.
Objective of the lesson Use Blockly to make a dice for Snakes and Ladders All of you will: – Make an image which displays when you press a button Most.
Bbc microbit Lesson 3 – Temperature hot medium.
micro:bit for primary schools – mb4ps.co.uk
micro:bit for primary schools – mb4ps.co.uk
Lesson 4 – Glowing pendulum
Objective of the lesson
BBC Microbit.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
BBC Microbit.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
BBC Microbit.
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
BBC Microbit.
Logic Gates Practical Objective: to develop an understanding of logic circuits and truth tables.
Learning to Code with the MicroBit
BBC Microbit.
Objective of the lesson
Dance Cards Dance Cards
BBC Microbit.
BBC Microbit.
Game Controller Lesson Three.
Dance Cards Dance Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
Objective of the lesson
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
BBC Microbit.
Objective of the lesson
Dance Cards Dance Cards
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Lesson #17: Adding Integers
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
BBC Microbit.
Making) Melody timer.
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Stopwatch Cards Stopwatch Cards
Lesson 1 – using the LED lights
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Dance Cards Dance Cards
Pen Cards Pen Cards Back and Forth Draw a Line Special Effects
Stopwatch Cards Stopwatch Cards
Dance Cards Dance Cards
Presentation transcript:

BBC Microbit

Objective of the lesson Use Block Editor to make a Rocket Launch All of you will: Make numbers display in order 0 to 4 Most of you will: Change the number sequence Some of you will: Make a rocket launch countdown 9 to 1 then a message appear

Rocket Launch We will get a rocket launcher countdown from 10 down to 1 and then display a message ‘Launch’ Add an ‘on button A pressed’ loop This will be the button which will launch the rocket Add a ‘i from 0 to 4’ block

Let’s investigate what this does i is a number that changes. Firstly it is a 0 then a 1, then a 2, then a 3, then a 4 Let’s chance the name from i to be something more friendly. Let’s called it Number Let’s show this Number so that we can see it on the Microbit

Let’s add in pauses of 1 second = 1000ms Instead of going from 0 to 4, I will make it go from 1 to 5 by adding the number 1 each time

Challenge See if you can make it display the numbers 2 to 6 See if you can make it display the numbers 4 to 8 See if you can make it display the numbers 1 to 9 Now make it go from 9 down to 1 HINT you start at 9 and subtract the Number Can you make it then say “LAUNCH”

Answers