MICROBIT PROJECT
TEMPERATURE

separator-blank.png

DESCRIPTION

Students will learn how to get a temperature reading from the Microbit. 

STEPS

STEP 1
Go to
https://makecode.microbit.org/ and create a new project named Temperature.

STEP 2
In the forever block, drag in a show string block (Basic menu). 

STEP 3
Inside the show string block, drag in a temperature block (Input menu).

This block will get a temperature reading from the Microbit.

STEP 4
Drag in a pause block (Basic menu) and set it to 2 seconds.



STEP 5 (TEST)
Download and run your program.

EXTRA

1. Does the temperature seem accurate?

2. Does the temperature seem to update quickly if the Microbit is moved to a colder/warmer location?

separator-blank.png