We have an Android reader/writer adding log data to a collection of NTAG213 and Ultralight-C tags. According to the person who write the code, there is no authentication, nor security - I just have to (re)write 4byte blocks. I can do this with the NTAG213 and a MFRC522, but theUltralight-C tags seem to require some form of authentication to work at all. I am guessing that is all built in to the Android Phone - I can certainly see the required data when I scan it with the phone. The MFRC522 looks as if it doesn't even interface to the Ultralight-C tags. Is that true?
In front of me I have what is called a PN532 NFC/RFID breakout board. Should I open the packet or is that not what I want either? I gather I want the NFC Reader Library, but is there an intro that does the use-cases or something? I was sort of thinking our system would be NFC class 101 but no.
The aim is to read the tags with a pi and was quite happy using the spi interface and a datasheet. Less happy about installing a deb package that might or might not break everything else attached to the pi.