Writes data to the specified page of a Mifare Ultralight NFC tag.
To write data to a tag it should be paired first (use `pair-tag`)
Possible errors:
— Can't write the value
write-page
@/write-page
Writes data to the specified page of a Mifare Ultralight NFC tag.
To write data to a tag it should be paired first (use `pair-tag`)
Possible errors:
— Can't write the value
DEV@/pn532-device
PAGEnumber
A page number to write data to in range [0, 16]. Notice that first pages contains UID
IN1byte
IN2byte
IN3byte
IN4byte
UPDpulse
Trigger writing to an NFC tag
OKpulse
Fires on successful writing
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.