writing code on MIFARE CARD VIA aurdino

Status
Not open for further replies.

ahmedzoom99

Newbie level 4
Joined
Jun 12, 2011
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
cairo
Activity points
1,306
hi ,
please i need a write code for mifare-card 13.56mhz , h can read id of my card but i failed to store data on my mifare (rfid card)

i use Arduino uno & NFC shield

 

MiFare uses encryption in the communication between the PICC (card) and the PCD (reader). First, you'll need a reader that supports MiFare. The PN532 based shields do support Mifare, so you're good on that part. The MiFare card has a special memory format, it's not just a sequence of bytes read/written sequentially. There are two key things you must do: 1, understand the memory format and 2, correctly authenticate. The MiFare card has keys written into it, there is a standard key when you buy new cards, you can change the key, but you must remember it or you won't be able to read/write from the tag later. When you want to communicate with the tag, you must first authenticate with the keys, then you may read/write.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…