PSI5 interface

Browse source code on GitHub

Overview

The sample application shows how to use the PSI5 API:

  • Receive data

  • Transmit data

Requirements

This sample requires a PSI5 sensor to be connected and exposed as psi5-0 Devicetree alias.

Building, Flashing and Running

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

Sample Output:

Transmitted data on channel 1

Received a frame on channel 1

See also

PSI5 Interface