NFC Interaction
Examples using NFC to interact with the DUT.
Detect
Example: Detect NTAG and check UID.
- ident: NFC-DETECT
  title: "Detect NTAG"
  steps:
  - command: nfc ntag-detect
    extractKey: NFC_UID
  - command: eval "NFC_UID == '5f4097d8de28ac'"
Write
Example: Program NDEF message with two text records.
- ident: NFC-WRITE
  title: "Write NFC"
  steps:
  - command: define CODE 123
  - command: nfc write NTAG213 text:"Sample Text" text:%CODE%
Commands
See also