-5

I am using desfire ev1 8k smart card, here i am not able to read write operations through card. because of file structure, can any one help for this, i got struck here please.

Thanks

1 Answers1

2

As you know, specifications are under NDA. But there's some open source library which manipulate Mifare card as this one: http://nfc-tools.org/index.php?title=Libfreefare

You could start by looking at this lib.

LaurentY
  • 7,495
  • 3
  • 37
  • 55
  • @Kumar Swamy, Is it useful ? – LaurentY Mar 03 '15 at 09:19
  • 1
    Take it easy Laurent, questions without accepted answers gain more upvotes as more people will look at them - sometimes I don't get accepts for days (weeks/months/years)... 4 hours is a bit short :) – Maarten Bodewes Mar 03 '15 at 10:10
  • Thanks for replay, I am using desfire ev1 8k card. If you have any sample code or document please send to my mail id(kumarsjavadev@gmail.com), so that i can proceed. Thanks. – Kumar Swamy Mar 03 '15 at 12:03
  • 2
    Documents are under NDA. Nobody can send you document. You have to request documents to NXP directly. Otherwise have a look a Libfreefare library. – LaurentY Mar 03 '15 at 13:07
  • Libfreefare is a huge code. For a Desfire beginner it is easier to start with a smaller code that does the same. In my Desfire class you find everything in one CPP file: http://www.codeproject.com/Articles/1096861/DIY-electronic-RFID-Door-Lock-with-Battery-Backup – Elmue Jul 11 '16 at 12:18