zephyr/samples/sensor/die_temp_polling
Noah Pendleton 3b0a7dedb0 samples: sensors: nucleo_f756zg added to die_temp_polling
Added board overlay file to permit internal temperature sensor testing:

- `nucleo_f756zg`

Signed-off-by: Noah Pendleton <noah.pendleton@gmail.com>
2024-05-27 08:15:53 -07:00
..
boards samples: sensors: nucleo_f756zg added to die_temp_polling 2024-05-27 08:15:53 -07:00
src samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
CMakeLists.txt samples: sensor: Add CPU temperature monitor sample 2023-01-19 15:32:41 -06:00
prj.conf samples: sensor: Add CPU temperature monitor sample 2023-01-19 15:32:41 -06:00
README.rst samples: sensor: Add CPU temperature monitor sample 2023-01-19 15:32:41 -06:00
sample.yaml samples: sensor: die_temp_polling: add @ symbol to regex 2023-09-19 15:23:52 +01:00

.. _die_temp_polling:

CPU Die Temperature polling
###########################

Overview
********

This sample periodically reads temperature from the CPU Die
temperature sensor and display the results.

Building and Running
********************

To run this sample, enable the sensor node that supports ``SENSOR_CHAN_DIE_TEMP``
and create an alias named ``die-temp0`` to link to the node.
The tail ``0`` is the sensor number.  This sample support up to 15 sensors.

.. zephyr-app-commands::
   :zephyr-app: samples/sensor/die_temp_polling
   :board: rpi_pico
   :goals: build
   :compact:

Sample Output
=============

.. code-block:: console

    CPU Die temperature[dietemp]: 22.6 °C
    CPU Die temperature[dietemp]: 22.8 °C
    CPU Die temperature[dietemp]: 23.1 °C