nfc - NFC Interaction

Interact with DUT using NFC. Requires a supported NFC interface adapter device.

nfc ntag-detect - Detect and identify NFC tags.

Checks if a NFC NTAG is present and reads its ID value.

Usage:

- command: nfc ntag-detect
  [extractKey: <uid>]
  [retry: <retryCount>]

Argument

Description

uid

The NTAG UID value can be extracted as a User Key (optional)

retryCount

Number of times to retry the test step (optional)

nfc write - Write NFC tag data.

Write NFC tag data.

Usage:

- command: nfc write <TAGTYPE> <payload>...
  [retry: <retryCount>]

Argument

Description

tagtype

Tag type (NTAG203, NTAG213 or NTAG216)

payload

NDEF payload (text:....)

retryCount

Number of times to retry the test step (optional)

Examples