Temperature and Humidity Sensor(EF05004)
Contents
5. Temperature and Humidity Sensor(EF05004)#
5.1. Introduction#
Temperature and humidity sensor is a module based on DHT11 digital temperature and humidity sensing element. It is sensitive to the ambient temperature and humidity changes and can be used for temperature alarm, humidity testing and other works.
5.2. Products Link#
5.3. Characteristic#
Designed in RJ11 connections, easy to plug.
5.4. Specification#
Item | Parameter |
---|---|
SKU | EF05004 |
Connection | RJ11 |
Type of Connection | Digital output |
Working Voltage | 3.3V |
Size | 55.8 x 23.8 mm |
5.5. Outlook#
5.6. Quick to Start#
5.6.1. Materials Required and Diagram#
Connect the DHT11 Temperature and humidity sensor to J1 port and the OLED module to IIC port in the Nezha expansion board as the picture shows.
5.7. MakeCode Programming#
5.7.1. Step 1#
Click “Advanced” in the MakeCode drawer to see more choices.
We need to add a package for programming, . Click “Extensions” in the bottom of the drawer and search with “PlanetX” in the dialogue box to download it.
Note: If you met a tip indicating that the codebase will be deleted due to incompatibility, you may continue as the tips say or build a new project in the menu.
5.7.2. Step 2#
5.7.3. Code as below:#
Note: A delay of 3 seconds is required from detecting the temperature to the moisture while using the DHT11 temperature and moisture sensor.
5.7.4. Link#
Link: https://makecode.microbit.org/_00JcaH7D5066
You may also download it directly below:
5.7.5. Result#
The current values of the temperature and moisture display on the OLED module and they refresh every six seconds.