Replies: 2 comments
-
Running this small test software reads cards.. Hardware seems to be working fine. #!/usr/bin/env python import RPi.GPIO as GPIO reader = SimpleMFRC522() try: |
Beta Was this translation helpful? Give feedback.
-
Hey mippen, did you connect the IRQ PIN from the card reader with the GPIO? Best regards, |
Beta Was this translation helpful? Give feedback.
-
Trying my best to get this great software to work but have huge issues getting the MF522 reader to work.
My steps so far:
pi@raspberrypi:~ $ lsmod | grep spi
spidev 20480 2
spi_bcm2835 20480 0
-- No working reading of card in the gui
-- No working reader
Any input would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions