1.. zephyr:code-sample:: th02 2 :name: TH02 Temperature and Humidity Sensor 3 :relevant-api: sensor_interface 4 5 Get temperature and humidity data from a TH02 sensor (polling mode). 6 7Overview 8******** 9This sample periodically reads temperature and humidity from the Grove 10Temperature & Humidity Sensor (TH02) and display the results on the Grove LCD 11display. 12 13 14Requirements 15************ 16 17This sample uses the TH02 sensor and the grove LCD display. Both devices are 18controlled using the I2C interface. 19 20More details about the sensor and the display can be found here: 21 22- `Grove Temperature And Humidity`_ 23- `Grove LCD Module`_ 24 25Wiring 26****** 27 28The easiest way to get this wired is to use the Grove shield and connect both 29devices to I2C. No additional wiring is required. Depending on the board you are 30using you might need to connect two 10K ohm resistors to SDL and SDA (I2C). 31The LCD display requires 5 volts, so the voltage switch on the shield needs to 32be on 5v. 33 34 35References 36********** 37 38 - TH02 (Si7005): https://www.silabs.com/documents/public/data-sheets/Si7005.pdf 39 40 41.. _Grove LCD Module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/ 42.. _Grove Temperature And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accuracy_AndMini-v1.0/ 43