We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have mifare ultralight with 7byte uid. The software dont have the feature to read my RFID. Do someone here have the time to implement this feature?
The text was updated successfully, but these errors were encountered:
Did anyone resolve this? i'm at 7 byte as well and only partial read.
I have a third party reader that read a card to a DB as 04 A3 C6 CA E2 61 80
I can use the RC512 with an adriuno UNO and read the card as 04 A3 C6 CA E2 61 80 (example and library here:https://randomnerdtutorials.com/security-access-using-mfrc522-rfid-reader-with-arduino/ )
I use your package and get the following read.
New card detected
tag type: 0x10 uid : 0x8804a3c6 Have i just been up too long? that hex isn't the same as the ones above?
Edit: Just noticing that it is a partial match
Overlap in 04 A3 C6 CA E2 61 80 but fails to collect the second half? also the 88 at the beginning doesn't show up on other readers.
Sorry, something went wrong.
No branches or pull requests
I have mifare ultralight with 7byte uid. The software dont have the feature to read my RFID. Do someone here have the time to implement this feature?
The text was updated successfully, but these errors were encountered: