Monthly Archives: July 2026

Microbit Makecode Temperature Measurement

Activity

Step 1 : build forever → show number → temperature. ( how to link) Flash to device.

Step 2 : Scavenge Hunt Battery pack on, roam the room. Record on a paper table. Write each number

  • by the window,
  • near a laptop,
  • in a cupped hand,
  • on the floor. 4–5 spots write the number each time..

Advanced Extension: The micro:bit thinks of temp in Celsius. Convert that reading into Fahrenheit for display and your logs; the micro:To do this, you must be able to make a variable and then implement the conversion formula. Here’s one way: (how to )