Hi.
I tried to use the micropython-mfrc522 ... is it possible to read the saved dataset on a RFID-tag and the UID of that tag with this code? What do I have to change in read.py to achieve this?
I also tried to identify the UID (scanned as hex-code) ... i.e. the mfrc522-scanner gives me
"0x880419ee" whereas I get "04:19:EE:B2:75:71:81" on a smatphone (with the App "NFC-Tools"). How to convert the former to the latter?
Thank you!