mfrc522 icon indicating copy to clipboard operation
mfrc522 copied to clipboard

example read smartcard

Open dietmarczekay opened this issue 1 year ago • 3 comments

Please ask your question

Can you provide an example how to read a smart card?

Thanks

Additional context

No response

dietmarczekay avatar Jan 14 '24 20:01 dietmarczekay

Thank you very much for using LibDriver. There are MIFARE Classic, MIFARE Ultralight and NTAG21x examples based on MFRC522 chip.

MIFARE Classic driver can refer to https://github.com/libdriver/mifare_classic. MIFARE Ultralight driver can refer to https://github.com/libdriver/mifare_ultralight. NTAG21x drive can refer to https://github.com/libdriver/ntag21x.

libdriver avatar Jan 15 '24 15:01 libdriver

Can we detect or read multiple cards at the same time?

Abhesheksh avatar Feb 11 '24 11:02 Abhesheksh

MIFARE Classic, MIFARE Ultralight, and NTAG21xx protocols define that one reader can only communicate with one card at the same time.

libdriver avatar Jul 11 '24 06:07 libdriver