1.. _lmp90100_evb_rtd_sample: 2 3LMP90100 Sensor AFE Evaluation Board: RTD Sample 4################################################ 5 6Overview 7******** 8 9This sample is provided as an example of how to read the temperature 10of a Resistance Temperature Detector (RTD) sensor using the LMP90100 11Sensor AFE Evaluation Board shield. The sample is designed for use 12with a 3-wire PT100 sensor. 13 14Please refer to :ref:`lmp90100_evb_shield` for more information on 15this shield. 16 17Requirements 18************ 19 20Prior to running the sample application, the LMP90100 EVB must be 21connected to the development board according to Example #3 ("3-wire 22RTD Application") in the `LMP90100 Sensor AFE Evaluation Board User's 23Guide`_. 24 25Building and Running 26******************** 27 28This sample runs with the LMP90100 EVB connected to any development 29board with a matching Arduino connector. For this example, we use a 30:ref:`frdm_k64f` board. 31 32.. zephyr-app-commands:: 33 :zephyr-app: samples/shields/lmp90100_evb/rtd 34 :board: frdm_k64f 35 :goals: build 36 :compact: 37 38Sample Output 39============= 40 41 .. code-block:: console 42 43 R: 111.15 ohm 44 T: 28.66 degC 45 R: 111.14 ohm 46 T: 28.64 degC 47 R: 111.14 ohm 48 T: 28.63 degC 49 R: 111.13 ohm 50 T: 28.61 degC 51 52.. _LMP90100 Sensor AFE Evaluation Board User's Guide: 53 http://www.ti.com/lit/pdf/snau028 54