esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.33k stars 417 forks source link

Tag UID isn't read while using MFRC522 and v2.0.0.rc0 #617

Closed MaximeSharp closed 4 months ago

MaximeSharp commented 4 months ago

Hi, While testing the new release, I've noticed that scanning a tag does trigger the device but the tag UID isn't read, so it's impossible to register a new card or trigger the relay pin.

screencapture-192-168-1-29-2024-02-10-02_48_18

MQTT does also report that a unknown tag has been scanned and the UID is empty too.

2024-02-10_04-27-16

I've confirmed that my setup is working using the version 1.3.7, and it's working fine.

screencapture-192-168-4-1-2024-02-10-03_11_24

ewc-beep commented 4 months ago

Hi you can find the solution here -> https://github.com/esprfid/esp-rfid/issues/610

MaximeSharp commented 4 months ago

Hi,

Thanks, seems like I didn't search enough or used the wrong keywords to find this solution. I'm out of stock of MFRC522, but once I receive my order I will compile the dev branch to test it again.