Hello. I'm doing a project with mySQL database and I would like to know what information RFID reader read.
Using Arduino UNO and RC522 RFID Module, I print the UID Tags number in HEX while using the RFID Reader, I'm not sure if they're printing the serial number or others.
I thought it was the same but when I scan its two different number. One is UID tag number and the other one I'm not sure.
For example;
Scanning using Arduino and RC522 in HEX
UID tag number; 20 63 CA A3
Scanning using Arduino and RC522 in DEC
UID tag number; 32 99 202 163
Scanning using OEM 125kHz USB Proximity RFID Reader
Output shown in Notepad; 2747949856
Help. What number the RFID Reader read?
![]()