The latest development version of this page may be more current than this released 4.2.0 version.

SENT interface

Browse source code on GitHub

Overview

The sample application shows how to use the SENT API:

  • Receive data

Requirements

This sample requires a SENT sensor to be connected and exposed as sent0 Devicetree alias.

Building, Flashing and Running

# From the root of the zephyr repository
west build -b s32z2xxdc2/s32z270/rtu0 samples/drivers/sent
west flash

Sample Output:

Received a frame on channel 1

See also

SENT Interface