Reads one page of a Mifare Ultralight NFC tag.
To read data from a tag it should be paired first (use `pair-tag`)
Possible errors:
— Can't read the value
read-page
@/read-page
Reads one page of a Mifare Ultralight NFC tag.
To read data from a tag it should be paired first (use `pair-tag`)
Possible errors:
— Can't read the value
DEV@/pn532-device
PAGEnumber
A page number to read data from in range [0, 16]. Notice that first pages contains UID
READpulse
Trigger reading from an NFC tag
OKpulse
Fires on successful reading
OUT4byte
OUT3byte
OUT2byte
OUT1byte
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.