Eugen_E
Full Member level 6
mifare commands
Hello,
I need to design an Mifare/ISO14443 RFID reader for the Mifare S50 cards. I use an MFRC53101 IC and ATmega8 microcontroller, connected to PC via RS232.
So far I wrote and tested the C code (on uC) for initializing the MFRC53101, reading and writing registers and FIFO buffer, and a few commands.
The question is how to read and write a new S50 card, in the simplest way, to test the commands. I must use authentification for every access to the card, and if so what keys to use for a blanc card? If you know a tutorial or an example program, it would be very helpful. It should be something very simple, just to test the capabilities of the card and reader. I've seen the open pcd program at www.openpcd.org ,and it seems too complex for a beginner.
Hello,
I need to design an Mifare/ISO14443 RFID reader for the Mifare S50 cards. I use an MFRC53101 IC and ATmega8 microcontroller, connected to PC via RS232.
So far I wrote and tested the C code (on uC) for initializing the MFRC53101, reading and writing registers and FIFO buffer, and a few commands.
The question is how to read and write a new S50 card, in the simplest way, to test the commands. I must use authentification for every access to the card, and if so what keys to use for a blanc card? If you know a tutorial or an example program, it would be very helpful. It should be something very simple, just to test the capabilities of the card and reader. I've seen the open pcd program at www.openpcd.org ,and it seems too complex for a beginner.