Difference between revisions of "Sensor-Tem&Hum-S2"

From Microduino Wiki
Jump to: navigation, search
(Created page with "{{Language|Microduino-Temp&Hum}} {| style="width: 800px;" |- | 400px|thumb|right| Microduino-Temp&Hum Microduino-Temp&Hum is temperature and...")
 
Line 3: Line 3:
 
|-
 
|-
 
|
 
|
[[File: Microduino-Temp&Hum.jpg|400px|thumb|right| Microduino-Temp&Hum]]
+
[[File: Microduino-Temp&Hum.jpg|400px|thumb|right| Sensor-Temp&Hum]]
  
Microduino-Temp&Hum is temperature and humidity detection sensor module.  
+
The product number of Sensor-Temp&HumS2 is: MSDT31. Sensor-Temp&Hum is a temperature and humidity detection sensor module.  
  
It is a temperature and humidity compound sensor containing calibration digital signal output, adopting special technology of collecting the data of temperature and humidity to confirm that the product has high reliability and excellent long-term stability. The sensor includes a capacitive moisture component and a high-precision integrate temperature measuring component, and it is connected to a high performance microprocessor. So this product has excellent quality, super fast response, strong anti-interference ability, extremely high performance-price ration and other advantages.
+
SHT20 sensor contains a capacitive humidity component and a high precision integrated temperature measuring component, and it is conencted with a high performance microprocessor.
  
  
Line 17: Line 17:
 
}}
 
}}
 
==Features==
 
==Features==
*Adopts AM2321 temperature and humidity sensor
+
*Adopts SHT20 temperature and humidity sensor
 
*With high accuracy and sensitivity
 
*With high accuracy and sensitivity
 
*With low power consumption, long service life and good stability
 
*With low power consumption, long service life and good stability
Line 25: Line 25:
 
==Specification==
 
==Specification==
 
*Electric specification
 
*Electric specification
**Working voltage: 2.6~5V
+
**Working voltage: 3.3~5V
**Input device
+
*Size of the sensor
 +
**Size of the board: 23.5mm*13mm
 +
**1.27mm-spacing 4Pin interface connected to sensorhub
 +
**The CAD drawing of the sensor: '''[[File:Sensor_CAD.zip]]'''
 
*Technical parameters  
 
*Technical parameters  
 
**Resolution: temperature 0.1°C, and relative humidity 0.1%RH
 
**Resolution: temperature 0.1°C, and relative humidity 0.1%RH
*Size
 
**Size of the sensor: 8mm*11mm
 
**Size of the board: 20mm*10mm
 
**1.27mm-spacing 4Pin interface
 
 
*Connection
 
*Connection
**Interface: I2C
+
**This sensor can be connected to I2C pin of core
**Pin description: GND, VCC, signal1 and signal2, the signal is IIC signal, so you need to use IIC interface to receive it. And it can be connected to the IIC pin of Sensor-hub.
 
[[file:mCookie-sensorhub_rule.JPG|thumb|800px|center]]
 
[[File: Microduino-Temp&Hum_I2C.jpg|600px|thumb|center]]
 
  
 
==Document==
 
==Document==
*Schematic diagram: '''[[File: Microduino_Temp&Hum.Zip]]'''
+
*Schematic diagram: '''[[File: Sensor-Temp&HumS2.Zip]]'''
 +
*Main chip: '''[[File: ST20 datasheet.pdf]]'''
  
 
==Development==
 
==Development==
===Preparation===
+
===Program Download===
 
*Confirm that you have set up the development environment of Microduino, otherwise you can refer to: [[Microduino Getting started]]
 
*Confirm that you have set up the development environment of Microduino, otherwise you can refer to: [[Microduino Getting started]]
 
*Core choose  
 
*Core choose  

Revision as of 08:53, 8 November 2016

Language: English  • 中文
Sensor-Temp&Hum

The product number of Sensor-Temp&HumS2 is: MSDT31. Sensor-Temp&Hum is a temperature and humidity detection sensor module.

SHT20 sensor contains a capacitive humidity component and a high precision integrated temperature measuring component, and it is conencted with a high performance microprocessor.


Instruction of Sensor Pin

Sensor backpin.png
  • Pins of the sensor:
    • PIN1: GND
    • PIN2: VCC
    • General signal pins:
      • PIN3(IO1): digital/analog signal
      • PIN4(IO2): NC(null)
    • Special signal pins:
      • If it is IIC: IO1/IO2 are respectively SDA/SCL.
      • If it is soft serial port: IO1/IO2 are respectively tx/rx.
  • Special to Sensor-Tem&Hum-S2 sensor pins
    • PIN1: GND
    • PIN2: VCC
    • PIN3(IO1): SDA
    • PIN4(IO2): SCL


Microduino sensor can communicate with core module through the connection with Microduino-Module Sensor Hub.

Features

  • Adopts SHT20 temperature and humidity sensor
  • With high accuracy and sensitivity
  • With low power consumption, long service life and good stability
  • With wide working voltage
  • With small size which is easy to install

Specification

  • Electric specification
    • Working voltage: 3.3~5V
  • Size of the sensor
    • Size of the board: 23.5mm*13mm
    • 1.27mm-spacing 4Pin interface connected to sensorhub
    • The CAD drawing of the sensor: File:Sensor CAD.zip
  • Technical parameters
    • Resolution: temperature 0.1°C, and relative humidity 0.1%RH
  • Connection
    • This sensor can be connected to I2C pin of core

Document

Development

Program Download

Program

  • Open the program “read_simple” in the library.
MCookie-readSimple.JPG
  • include <AM2321.h> Call the library function of temperature and humidity AM2312.
  • AM2321 am2321; Define the object of am2312.
  • am2321.read(); Obtain the temperature and humidity data of the sensor.
  • Serial.print(am2321.temperature/10.0); Deal with and output temperature value.
  • Serial.print(am2321.humidity/10.0); Deal with and output humidity value.

Hardware Setup

  • Connect the sensor to the IIC port of sensorhub through patch cord.

Microduino-Sensorhub

Microduino-sensorhub I2C.PNG

mCookie-Hub

MCookie-sensorhub I2C.PNG
  • Connect the core, Sensorhub, and AM2312 together, and then connect them to the computer with USB cable.
  • Choose the right board card and COM port, and download directly after compiling.You can refer to AVR Core: Getting Started
Upload.JPG
  • Open Arduino IDE, choose File→Examples→Microduino→Sensor_Tem_Hum_AM2321→read_simple sample program, select the right board card in Tools→Board, and then compile.
  • Choose the right port in Tools→Serial Port of Arduino IDE, and then download the program.
  • After download, you can open the serial monitor, and the console will print out the current temperature and humidity value in cycle.

Application

It can be used to detect the temperature and humidity of the environment, and as temperature and humidity switch to control the air conditioner , fan and so on.

Project


Purchase

History

Gallery

  • Front
Microduino-Temp&Hum Front
  • Back
Microduino-Temp&Hum Back