NXP Semiconductors
AN11841
PN7150 Arduino SBC Kit Quick Start Guide
AN11841
All information provided in this document is subject to legal disclaimers.
© NXP Semiconductors N.V. 2016. All rights reserved.
Application note
COMPANY PUBLIC
Rev. 1.2 — 19 August 2016
373012
9 of 21
The demo application offers 3 modes of operation:
•
Polling
: continuously waiting for a remote NFC device (tag or peer device) and
displays related information
•
Tag writing
: allows writing NDEF content to a NFC tag
•
Tag emulation
: allows sharing NDEF content to a NFC reader device
•
Device push
: allows pushing NDEF content to a remote NFC peer device
2.4.2.1 Polling mode
When in this mode, the application will display information of any discovered NFC tags or
remote NFC device. It is reached starting the application with “poll” parameter:
$ ./nfcDemoApp poll
Fig 8.
Linux demo application polling mode
2.4.2.2 Device push mode
This mode allows pushing data to a remote NFC device (e.g. an NFC phone). It is
reached using “push” parameter:
$ ./nfcDemoApp push <OPTIONS>
Fig 9.
Linux demo application device push mode