SeeedStudio Grove - Temperature&Humidity Sensor User Manual

High-accuracy & mini

Advertisement

Grove - Temperature&Humidity Sensor (High-Accuracy & Mini)
User Manual
Release date:
Version:
Wiki:
http://www.seeedstudio.com/wiki/Grove_-_Tempture%26Humidity_Sensor_(High-
Accuracy_%26Mini)_v1.0
Bazaar:
HighAccuracy-Mini-p-1921.html?cPath=25_125
2015/9/22
1.0
http://www.seeedstudio.com/depot/Grove-TemperatureHumidity-Sensor-
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Grove - Temperature&Humidity Sensor and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for SeeedStudio Grove - Temperature&Humidity Sensor

  • Page 1 Grove - Temperature&Humidity Sensor (High-Accuracy & Mini) User Manual Release date: 2015/9/22 Version: Wiki: http://www.seeedstudio.com/wiki/Grove_-_Tempture%26Humidity_Sensor_(High- Accuracy_%26Mini)_v1.0 Bazaar: http://www.seeedstudio.com/depot/Grove-TemperatureHumidity-Sensor- HighAccuracy-Mini-p-1921.html?cPath=25_125...
  • Page 2: Document Revision History

    Document Revision History Revision Date Author Description Sep 22, 2015 Loovee Create file...
  • Page 3: Table Of Contents

    Contents Document Revision History · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2 1.
  • Page 4 Disclaimer For physical injuries and possessions loss caused by those reasons which are not related to product quality, such as operating without following manual guide, natural disasters or force majeure, we take no responsibility for that. Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification.
  • Page 5: Introduction

    1. Introduction This is a multifunctional sensor that gives you temperature and relative humidity information at the same time. It utilizes a TH02 sensor that can meet measurement needs of general purposes. It provides reliable readings when environment humidity condition in between 0-80% RH, and temperature condition in between 0-70°C, covering needs in most home and daily applications that don't contain extreme conditions.
  • Page 6: Specification

    2. Specification  Wide operating voltage range: (3.3V ~ 5V)  Low Power Consumption: 350 µ A during RH conversion  0 to 100% RH operating range  Measuring Range:  Humidity: 0% - 80% RH  Temperature: 0 ~ 70 °C ...
  • Page 7: Applications

    3. Applications  Industrial HVAC/R  Thermostats/humidistats  Micro-environments/data centers...
  • Page 8: Demonstration

    4. Demonstration This demo is going to show you how to read temperature and humidity information from this Grove - Temperature&Humidity Sensor (High-Accuracy &Mini) Sensor. The Temperature and Humidity sensor is connecting to analog port I2C of Grove - Base Shield. Grove_Temper_Humidity_TH02 library ...
  • Page 9 void loop() float temper = TH02.ReadTemperature(); Serial.println("Temperature: "); Serial.print(temper); Serial.println("C\r\n"); float humidity = TH02.ReadHumidity(); Serial.println("Humidity: "); Serial.print(humidity); Serial.println("%\r\n"); delay(1000); Note: Upload it into your Arduino board and open the serial monitor to observe the temperature and relative humidity information of the environment...
  • Page 10: Resources

    5. Resources Grove - Temperature&Humidity Sensor (High-Accuracy & Mini) V1.0 sch  TH02_SENSOR.pdf  Grove_Temper_Humidity_TH02 library ...

Table of Contents