Lines Matching +full:lower +full:- +full:temperature +full:- +full:limit
1 .. zephyr:code-sample:: thermometer
3 :relevant-api: sensor_interface
5 Get ambient temperature data from a temperature sensor and get alerts when temperature drifts
11 This sample application periodically measures the ambient temperature
31 .. zephyr-app-commands::
32 :zephyr-app: samples/sensor/thermometer
38 To build for other boards and ambient temperature sensors, enable the sensor
40 alias named ``ambient-temp0`` to link to the node. See the overlay used for the
45 Temperature Alert
48 If the attached sensor supports alerts when the temperature drifts above or
57 .. code-block:: console
59 *** Booting Zephyr OS build zephyr-v3.3.0-2354-gb4f4bd1f1c22 ***
61 Temperature device is 0x525c, name is tcn75a@48
62 Set temperature lower limit to 25.5°C
63 Set temperature upper limit to 26.5°C
65 Temperature is 25.0°C
66 Temperature is 25.0°C
67 Temperature is 25.0°C
68 Temperature is 25.0°C
69 Temperature is 25.5°C
70 Temperature above threshold: 26.5°C
71 Temperature is 26.5°C