Overview

Science Concept

Temperature and Climate

basic.forever(() => {
led.plotBarGraph(
    input.temperature(), 50
    )
})

When heat flows into an object, its thermal energy increases and so does its temperature. The amount of temperature increase depends on three things:

  1. how much heat was added
  2. the size of the object
  3. the material of which the object is made.

Thermal energy and temperature are closely related. Both reflect the amount of moving particles of matter as energy. However, temperature is the average measure of that energy, whereas thermal energy is the total energy within a system. Does this mean that matter with a lower temperature has less thermal energy than matter with a higher temperature? Not necessarily (ck12.org - Thermal Energy)…various processes work to moderate Earth’s temperature across the globe. Atmospheric circulation brings warm air towards the poles and cold polar air towards the Equator. If the Earth’s atmosphere didn’t move the temperature differences would be much greater (ck12.org - Effect of Atmospheric Circulation on Climate).

Project Goal

Give students real world experience with coding, collecting temperature data, analyzing data, and reporting results using MakeCode’s block programming and a microbit with its sensors.

Prior Knowledge

Students need to have a basic knowledge of how to code using block style programming (Microbit using the Windows 10 MakeCode app)) and download a program to a microbit.

Student Outcomes

Students will:

  • Create experiments to collect data using microbits and the temperature sensor on them.
  • Setup different experiments to observe temperature in different environments.
  • Code the microbits to collect data remotely over the microbit radios.
  • Analyze the data collected.

Materials Needed


Adapted from “Temperature Data“ by C Lyman CC BY-NC-SA