SeeedStudio Grove - 
Temperature&Humidity Sensor User Manual Download 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 

 

Summary of Contents for Grove - Temperature&Humidity Sensor

Page 1: ...ser Manual Version 1 0 Release date 2015 9 22 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: ...2 Document Revision History Revision Date Author Description 1 0 Sep 22 2015 Loovee Create file ...

Page 3: ...3 Contents Document Revision History 2 1 Introduction 2 2 Specification 3 3 Applications 4 4 Demonstration 5 5 Resources 7 ...

Page 4: ...ision of Seeed Technology Inc this manual has been compiled and published which covered the latest product description and specification The content of this manual is subject to change without notice Copyright The design of this product including software and its accessories is under tutelage of laws Any action to violate relevant right of our product will be penalized through law Please conscious...

Page 5: ...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: ...ge 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 Accuracy Humidity 4 5 RH Temperature 0 5 C I2C host interface Excellent long term stability ...

Page 7: ...4 3 Applications Industrial HVAC R Thermostats humidistats Micro environments data centers ...

Page 8: ...brary and install the library into Arduino libraries Demo name TH02_dev demo Usage DIGITAL I2C HUMIDITY AND TEMPERATURE SENSOR Author Oliver Wang from Seeed Studio Version V0 1 include TH02_dev h include Arduino h include Wire h void setup Serial begin 9600 start serial for output Serial println TH02_dev demo by seeed studio n Power up delay 150ms until voltage is stable delay 150 Reset HP20x_dev ...

Page 9: ...t 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: ...7 5 Resources Grove Temperature Humidity Sensor High Accuracy Mini V1 0 sch pcb TH02_SENSOR pdf Grove_Temper_Humidity_TH02 library ...

Reviews: