1.. zephyr:code-sample:: sent 2 :name: SENT interface 3 :relevant-api: sent_interface 4 5 Use the SENT (Single Edge Nibble Transmission) driver. 6 7Overview 8******** 9 10The sample application shows how to use the :ref:`SENT API <sent_api>`: 11 12* Receive data 13 14Requirements 15************ 16 17This sample requires a SENT sensor to be connected and exposed as ``sent0`` Devicetree alias. 18 19Building, Flashing and Running 20****************************** 21 22.. zephyr-app-commands:: 23 :zephyr-app: samples/drivers/sent 24 :board: s32z2xxdc2/s32z270/rtu0 25 :goals: build flash 26 27Sample Output: 28 29.. code-block:: console 30 31 Received a frame on channel 1 32