RPI5 - RFID-RC522 Cant get it to work

November 4, 2024, 02:47

wyattfr_

Here are some of the errors im getting

wyattfr_

Welcome to the MFRC522 data read example Press Ctrl-C to stop. Traceback (most recent call last): File "/home/wyatt/GPIO/rfid/read.py", line 34, in <module> (status, TagType) = reader.MFRC522_Request(reader.PICC_REQIDL) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SimpleMFRC522' object has no attribute 'MFRC522_Request'

wyattfr_

and yes im using the rpi-lgpio replacement for the new series 5 rpis