Good morning forum,
I'm planning on doing a project on reading sector blocks from a mfrc522 Picc. As far as I know , we have to authenticate the block using a key to read them. I'm using the mfrc522 pcd. I've got 2 questions stuck in my mind.
Can I change the key using the mfrc522 library?
Is the key necessary for detecting wether a card is present?
Come on. The examples are in the library like I said in my previous post. There are only 10 examples in the library with clear titles. In every example is a description on what it does.
has the function 'mfrc522.MIFARE_SetKeys' been with drawn? I have found exampleas using this scattered around, but it certainly is not in my copy of MFRC522.
This is the standard arduino library, I checked the .h file, and the examples and it isn't there...
Any suggestions, I have a project where I need to move away from common known keys.