Hi, I have a module using NFC Shield PN 532.
I have problem to read the formatted or over write card.
i guest the problem is when the authentication card.
at the example code :
uint8_t keys[]= {0xFF,0xFF,0xFF,0xFF,0xFF,0xFF}; // default key of a fresh card
nfc.authenticateBlock(1, id ,0, KEY_A,keys)
at the formatted card the keys :
Public KEY A of NFC Sectors
BYTE 0 BYTE 1 BYTE 2 BYTE 3 BYTE 4 BYTE 5
0xD3 0xF7 0xD3 0xF7 0xD3 0xF7
how to read both of the fresh card and formated card?