Skip to Content
Course content

Session 6.pptx (Lecture Slide)


Using Two Microbits to ​Monitor Outdoor Temperatu​res Remotely


“Every degree tells a story — from freezing silence to boiling action.”

💡 Introduction

Temperature monitoring is one of the most common and essential applications of sensors in real-world environments. In this session, students will learn how to use two Microbit devices to monitor the outdoor temperature remotely using the radio communication feature. This session not only reinforces temperature sensor understanding but also introduces the concept of wireless data transfer between devices.

Monitoring outdoor temperature remotely allows:

  • Users to stay indoors while checking weather conditions.
  • Students to learn environmental data logging.
  • Integration with smart home applications (e.g., weather display units).

📘 Pre-requisite Knowledge

  • Basic Understanding of Microbit.
  • Reading Temperature with Microbit.
  • Python Programming Basics.
  • Microbit Radio Communication Module.
  • Using Two Devices Together.


🎯 Learning Objectives

  • Understand how two Microbits can communicate wirelessly.
  • Learn to use the temperature sensor to measure outdoor conditions.
  • Create a system that displays temperature data remotely (e.g., indoors while measuring outdoors).


🛠 Tools & Materials Required

  •  Hardware: Laptop / Desktop, 2 Microbit Board, 2 USB Cable.
  • Software: Internet Browser.
  • Libraries: Python Microbit.
  • Others: Internet connection.


Microbit Communication – The Radio Module

  • Microbit includes a built-in radio feature that allows short-range wireless communication.
  • This feature lets one Microbit send data (outdoor unit) and another receive it (indoor unit).
  • No internet or Wi-Fi is required.

Activity - Monitoring Outdoor Temperature Remotely

Step 1. Go to Microsoft Makecode microbit editor.

Step 2. Write down Code.

Step 3. Run the Project.


Outdoor Microbit (Sender): It Measures the temperature using its built-in sensor and sends the data wirelessly using the radio feature.

Indoor Microbit (Receiver): It receives the temperature data and Displays it using the Microbit’s 5x5 LED display.


 🧩 Expected Outcome


 🔍 Observation:

  • Understand how wireless data transmission works.
  • Apply radio communication to practical sensor data.
  • Work with real-time environmental data.
  • Build an IoT-like system using basic hardware.


 
0 0

There are no comments for now.

to be the first to leave a comment.