There is widely available software and hardware for working with Mifare classic card. I am looking for a solution for Mifare PLUS
I would like to try read and write Mifare plus cards on Arduino with PN532 card reader as the security of Mifare plus cards is said to be better then Mifare classic cards, but I need a basic example to try.
The goal is to make an Arduino based Mifare Plus reader, preferably with the PN532 card reader
I am pretty new to Mifare and NFC, So if I am confusing some terms please point it out.
- Is it possible to read and write Mifare PLUS cards with the same hardware/firmaware setup as Mifare Classic (PN532 card reader and Arduino)?
- Are there easy examples to demonstrate use of Mifare plus cards with (PN532 card reader and Arduino) ?
- Or can you suggest an easy way to test learn developing for Mifare plus card as opposed to Mifare classic cards
I have experimented with Arduino and pn532 NFC reader with Mifare Classic. It has easy libraries for reading Mifare Classic; for example Adafruit's PN532 examples on Arduino. But there is very little documentation to be found regrading Mifare plus and Arduino