Hello,
I am using an Arduino UNO board and I am trying to get an RFID-RC522 setup. The RFID is set up out of the box to work with SPI. I read the datasheet and other forum posts and found that to get the RFID to run UART you need to tie pin 32(EA) to GND instead of 3.3V. I have done that and confirmed the connection.
I then found this GITHUB repo with an example project using RFID and UART.GitHub - MakerSpaceLeiden/rfid: Arduino RFID Library for MFRC522
I ran the code and cannot seem to get any reading when I scan my card. I got the card ID from a different RC522 module using SPI, so I know I have the right ID, but the LED never toggles ON/OFF when it reads a card.
My current wiring setup is
RFID TX->UNO PIN 0
RFID RX-> UNO PIN 1
RST -> UNO PIN 2
3V3 -> UNO 3V3
GND -> UNO GND
Has anyone got this RFID module to work with UART before? I appreciate all help and feedback. Thanks!
