miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.75k stars 1.43k forks source link

Change UID #530

Closed Max16205 closed 4 years ago

Max16205 commented 4 years ago

Step 1: Describe your environment

Step 2: Describe the problem

I write the UID in the Change UID file example: 0x1E, 0xD3, 0xAB, 0x78 but when I put my card on it says:

"Card did not respond to 0x40 after HALT command. Are you sure it is a UID changeable one? Error name: Timeout in communication. Activating the UID backdoor failed. "

Affected file(s) or example(s):

Steps to reproduce:




Observed Results:

Expected Results:

Relevant Code:

  // TODO(you): code here to reproduce the problem
Rotzbua commented 4 years ago

You can not change the uid of normal cards as the error mentioned. Maybe it is a "magic card v2" then use #448 or #522.