this is probably a really basic question -- my apologies --, but I'm really frustrated and have no idea how to continue.
I'm trying to connect an AZ-Delivery RC522 reader to a Raspberry Pi (have tried both 3A+ and Zero 2 W), but the reader just won't read the RFID chip and card that came in the package.
I am using the wiring with IRQ to GPIO24, and have double-checked that all wires are connected correctly.
I am using the current version of Raspberry Pi OS, and have enabled SPI in raspi-config. The kernel modules are loading:
Hi all,
this is probably a really basic question -- my apologies --, but I'm really frustrated and have no idea how to continue.
I'm trying to connect an AZ-Delivery RC522 reader to a Raspberry Pi (have tried both 3A+ and Zero 2 W), but the reader just won't read the RFID chip and card that came in the package.
I am using the wiring with IRQ to GPIO24, and have double-checked that all wires are connected correctly.
I am using the current version of Raspberry Pi OS, and have enabled SPI in raspi-config. The kernel modules are loading:
However, when I run the test program from the README, it hangs at the reader.read statement, no matter how long I hold the chip or card to the reader.
Any idea what I could try to make this work? Or how I would even debug this?