zephyr/samples/sensor/th02
Marc Herbert 2cd51a33ce samples: make find_package(Zephyr...) REQUIRED
This provides a better error message when building with CMake and
forgetting ZEPHYR_BASE or not registering Zephyr in the CMake package
registry. See parent commit for more details (split from parent for
better readability).

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2020-05-29 10:47:25 +02:00
..
boards sensor: th02: Convert to DTS 2019-11-08 07:44:54 -06:00
src coccinelle: standardize k_sleep calls with integer timeouts 2019-10-09 08:38:10 -04:00
CMakeLists.txt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
prj.conf sensors: move grove sensors under drivers/sensor 2018-10-28 11:46:36 -04:00
README.rst doc: fix board/sample broken links 2017-06-13 20:49:13 -04:00
sample.yaml sensor: th02: Convert to DTS 2019-11-08 07:44:54 -06:00

.. _th02-sample:

TH02: Temperature and Humidity Monitor
######################################

Overview
********
This sample periodically reads temperature and humidity from the Grove
Temperature & Humidity Sensor (TH02) and display the results on the Grove LCD
display.


Requirements
************

This sample uses the TH02 sensor and the grove LCD display. Both devices are
controlled using the I2C interface.

More details about the sensor and the display can be found here:

- `Grove Temperature And Humidity`_
- `Grove LCD Module`_

Wiring
******

The easiest way to get this wired is to use the Grove shield and connect both
devices to I2C. No additional wiring is required. Depending on the board you are
using you might need to connect two 10K ohm resistors to SDL and and SDA (I2C).
The LCD display requires 5 volts, so the voltage switch on the shield needs to
be on 5v.


References
**********

 - TH02: http://www.datasheetspdf.com/mobile/748107/TH02.html


.. _Grove LCD Module: http://wiki.seeed.cc/Grove-LCD_RGB_Backlight/
.. _Grove Temperature And Humidity: http://wiki.seeed.cc/Grove-TemptureAndHumidity_Sensor-High-Accuracy_AndMini-v1.0/