nfc-scanner

xod-dev/pn532-nfc/nfc-scanner

A quick-start node which represents an RFID/NFC module. Initializes the module and reads the UID of a detected card Possible errors: — Initialization error
nfc-scanner
@/nfc-scanner
A quick-start node which represents an RFID/NFC module. Initializes the module and reads the UID of a detected card Possible errors: — Initialization error
ACTboolean
Triggers scan for an NFC tag continuously while `True`.
IRQport
A port number for the interrupt request
nfc-scanner
UID
TAG
ACK
ACT
IRQ
ACKpulse
Fires on successful reading
TAGboolean
True when the most recent scan detected an NFC tag
UID@/nfc-uid
The UID of a readed NFC tag
To use the node in your project you should have the xod-dev/pn532-nfc library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.