Hi Everyone,
I have a question on how to perform multiple writes on MIFARE Classics 1K PICC. I am now able to write one set of data to a data block once without any issue. However, I don't know how to do multiple writes (or "update") to the same data block. My intention is to make my RFID card function as one of those used when one tags on or off a train or bus to pay for the fare. I seems to me that I can only ever write to that data block once without resetting my Arduino board (or re-upload the whole program).
What is the difference between a data block and a value block? Should I configure the access bits to make the data block a value one?
Please advise me on how to resolve this issue ![]()
Thank you very much
Kenny