Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Peter Wang cec6d68284 boards: frdm_mcxa166, frdm_mcxa276: add temperature sensor support 2 weeks ago
..
boards boards: frdm_mcxa166, frdm_mcxa276: add temperature sensor support 2 weeks ago
socs samples: esp32c3: Add USB variant 6 months ago
src samples, tests, boards: Switch main return type from void to int 2 years ago
CMakeLists.txt
README.rst samples: sensor: use zephyr:code-sample directive 10 months ago
prj.conf
sample.yaml samples: sensors: nucleo_h7a3zi_q board added to die_temp_polling 1 year ago

README.rst

.. zephyr:code-sample:: die_temp_polling
:name: CPU die temperature polling
:relevant-api: sensor_interface

Get CPU die temperature data from a sensor using 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