0

I am trying to add a NFC tag reader to my model4B pi. I have been using the guide on this page

I have added the reader to my pi, using female to female jumper cables, using the diagram provided.

I have managed to install the libraries but on that particular guide when I get to the stage where I can start using their test scripts, I get the following error:

pi@USR:~/MFRC522-python $ python Read.py
Traceback (most recent call last):
  File "Read.py", line 24, in <module>
    import RPi.GPIO as GPIO
ImportError: No module named RPi.GPIO

I have googled and tried various things, but I'm at a loss as to what direction to go from here.

tjcss
  • 109
  • 2

1 Answers1

0

The tutorial I linked to was a vey old tutorial, and I found one that was more recent and led to a successful conclusion: https://pimylifeup.com/raspberry-pi-rfid-rc522/

I also soldered my board properly and it's all working now.

tjcss
  • 109
  • 2
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center. – Community Apr 08 '22 at 13:09