0% found this document useful (0 votes)
13 views14 pages

L1 and 2 9.3 Using A Microbit

Uploaded by

ayoub.potut.cs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views14 pages

L1 and 2 9.3 Using A Microbit

Uploaded by

ayoub.potut.cs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

Unit 9.

3 Page 88 - Learning Outcomes


Learning Outcomes and Success Criteria
Scenario for this unit
Starter Task- Page 89 Answer the questions

5 Minute Timer

Play Tetris | Free Online Game


1. The micro:bit has two buttons
on the front that can be used
separately or together to
make things happen.

2. The 25 LED lights on the front


can also act as a sensor.
3. The round holes marked
0,1,2 are used for
headphones or touch sensors
and other electronics
4. Shows the voltage 3V
5. Shows the Ground or earth,
which is used with
headphones
6. This is a touch sensor
Go to this website for more details on the
functions of the micro:bit or read your
enclosed manuals.

Overview | micro:bit

6. This is a delicate and important interface


between your MB and the computer USB
port. Do not force it into the hole, it fits one
way so be gentle.

13. Is the power LED to show you it is on

15 - Is a RESET button. This will restart your


program.
Learn - Page 91-92 Microbit recap
Learn - Page 93 - 94 Microbit recap
Learn - Page 95 Microbit recap
Page 96/97 - Answer the 5 questions

from microbit import *


import random

number = 0
while True:
display.show(Image.HAPPY)
sleep(300)
display.show(Image.SAD)
sleep(300)
if accelerometer.was_gesture('up'):
number = random.randint(1, 2)
if number == 1:
display.show(Image.HAPPY)
sleep(2000)
else:
display.show(Image.SAD)
sleep(2000)
Page 96/97 - Answer the 5 questions
These are the applications that you will be using during this unit.

Micro:bit (Click mouse over the link to access)

MakeCode (Click mouse over the link to access)


PLENARY - What do you remember from this lesson?

Tell me which parts of the microbits are inputs?

Explain why we use a test plan when programming?

Describe pseudocode?

Have you achieved the Learning Objective?

Check out slide 2 for todays learning objective/success critera


How do you feel about todays lesson?

Click and Drag the blue tick to


the colour light on the left that ✔
reflects how you feel about the
lesson. Learning objective

Look at slide 2
Use this area below to tell me
what you need help with

Success criteria
Look at slide 2

You might also like