BBC Microbit.

Slides:



Advertisements
Similar presentations
Type Name here Type Name here Type your name or course name here.
Advertisements

Preview Warm Up California Standards Lesson Presentation.
Type your question here. Type Answer Type your question here. Type Answer.
Combining Hot, cold, and warm water! By: Matt and Monica.
My Pals are Here! Science © 2008 Marshall Cavendish (Singapore) Private Limited.
BBC Microbit Getting set up and making your first program.
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.
Category Name $100100$100100$100100$ $200200$200200$200200$ $300300$300300$300300$ $400400$400400$400400$ $ Category Name.
Hot and Cold Temperature Unit Three What is Temperature? Temperature is a measurement of how hot or cold something is. We use a _____________ to measure.
Scratch Programming Cards
Objective of the lesson
Bbc microbit Lesson 3 – Temperature hot medium.
Adding & Subtracting Integers
micro:bit for primary schools – mb4ps.co.uk
micro:bit for primary schools – mb4ps.co.uk
micro:bit for primary schools – mb4ps.co.uk
How does this work? What key words will we need to answer this? Clip.
TEMPERATURE CONVERSION
@TeacherToolkit, license CC BY-NC-ND 3.0
Lesson 4 – Glowing pendulum
Temperature: Comparing degrees Celsius (C) and degrees Fahrenheit (F)
How to Read a Thermometer
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
Stopwatch Cards Stopwatch Cards
Natural Sciences Grade 7
BBC Microbit.
Variables Lesson 3.
Temperature, Thermal Energy & Heat
What is heat? What is temperature? (Think.Pair.Share)
BBC Microbit.
Objective of the lesson
BBC Microbit.
BBC Microbit.
micro:bit for primary schools – mb4ps.co.uk
CWK Date Temperature To describe hot objects getting colder in terms of heat going out of the object To describe hot objects getting colder in terms of.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
BBC Microbit.
Objective of the lesson
How to Read a Thermometer
Objective of the lesson
Heat and temperature.
Stopwatch Cards Stopwatch Cards
INTERMEDIATE PROGRAMMING LESSON
Data Logging Day 1 ish Objectives:
BBC Microbit.
© DMTI (2017) | Resource Materials |
Stopwatch Cards Stopwatch Cards
© DMTI (2017) | Resource Materials |
Preview Warm Up California Standards Lesson Presentation.
Unit: Water and the Atmosphere Lesson 3: Layers of the Atmosphere
HS Climate Change Unit Lesson 1
BBC Microbit.
Variables Lesson 3.
Stopwatch Cards Stopwatch Cards
Ask A Cricket The Temperature
Stopwatch Cards Stopwatch Cards
Lesson 5 – Coding a temperature gauge
Data Logging Day 1 ish Objectives:
Stopwatch Cards Stopwatch Cards
Module 3 Selection Structures 12/7/2019 CSE 1321 Module 3.
Presentation transcript:

BBC Microbit

Objective of the lesson Use Block Editor to make a temperature sensor All of you will: Make the Microbit display the temperature Most of you will: Display the temperature for other countries Some of you will: Use IF statements to say if the temperature is cold, warm or hot

Temperature Sensor The Microbit has an on-board temperature sensor Add a ‘forever’ loop Add a variable, rename it temperature. Get this variable to measure temperature from the Microbit

Now it needs to show a number This number needs to be the Temperature variable

Challenge Add a message after the temperature e.g. ‘degrees Celsius’ The temperature in Norway is approximately 10 degrees colder than here. Write a program to display the temperature in Norway The temperature in Spain is approximately 5 degrees hotter than here. Write a program to display the temperature in Spain The temperature in Death Valley, California is approximately twice the temperature here. Write a program to display the temperature in Death Valley Write a program using if statements so that if the temperature is above 25 then it says ‘It is warm’, else it says ‘It is not hot’ Write a program using if statements so that if the temperature is above 25 then it says ‘It is hot’, if it is below 10 it says ‘It is cold’, else it says ‘It is warm’

Answers