Skip to main content

Temperature and Humidity Sensor


Introduction

Features

Temperature and Humidity Sensor: Real-time monitoring of ambient temperature and relative humidity. It provides accurate data support for indoor environmental control in smart home systems and temperature/humidity alarms in agricultural greenhouses, ensuring comfortable environments and optimal crop growth conditions.


Specifications

ItemParameter
NameTemperature and Humidity Sensor
SKUEF16004
ConnectionAnalog Output
Operating Voltage4.15V
Product Size38.00mm×28.00mm (L×W)

Appearance and Dimensions


None


Quick Start

Hardware Connection Diagram


Usage Tutorials

Programming Software

Microsoft MakeCode


MakeCode Programming

Step 1: Adding the Jacdac Extension

  1. Go to Microsoft MakeCode and click New Project.

  1. Enter a project name in the pop-up window and click Create.

  1. Click Extensions in the code drawer.

  1. Type "Jacdac" in the search bar, click the magnifying glass icon, and select the Jacdac software library as shown.


Step 2:

  1. Connect the micro:bit to your computer using a data cable. Note: If this is the first time running the Jacdac program on the micro:bit, preload a blank Jacdac program first. Skip this step if already done.

  1. Connect the sensor. MakeCode will automatically detect it and simulate the sensor status in the emulator.

  1. Click ADD BLOCKS for the sensor extension module. Note: Repeat this step each time you connect a new sensor.


Program Code


Reference Program

Link: https://makecode.microbit.org/_eH55mKKVdATu


You can also download it via the embedded link below:


Results

When the detected ambient temperature is > 30°C and humidity is > 60%, the micro:bit displays a "smiley face"; otherwise, it displays a "crying face".

OSZAR »