Datasheet
6
Note: This Grove - Temperature and Humidity Sensor and our another product Grove -
Temperature and Humidity Sensor Pro are sharing this library. No matter which product you are
using, make sure that you have made the definition line of the sensor of your board into effect and
commented out the definition lines of other specs. For example, the sensor used on Grove -
Temperature and Humidity Sensor is DHT 11. So the definition part of the sensor spec should be:
#define DHTTYPE DHT11 // DHT 11
//#define DHTTYPE DHT22 // DHT 22 (AM2302)
//#define DHTTYPE DHT21 // DHT 21 (AM2301)
Upload it into your Arduino board and open the serial monitor to observe the temperature and
relative humidity information of the environment
3.2 With TI LaunchPad
Feeling the Environments (Temperature and humidity)
This example allows you to read the value from grove-temperature-humidity sensor. The
temperature & humidity values are displayed on the Grove 4 digital display.










