Hello
Is it possible to read the originality signature from a Mifare Ultralight AES card using ESP32 and PN532 reader (using Adafruit_PN532 library)
I can see in the user manual of PN532 a limited list of commands:
0x60 / 0x61 Authentication A / Authentication B
0x30 16 bytes reading
0xA0 16 bytes writing
0xA2 4 bytes writing
0xC1 Incrementation
0xC0 Decrementation
0xB0 Transfer
0xC2 Restore
Is there another way to read it? Or is there another compatible reader I can try?
Thank you!