I have the problem that the Python Scripts for the MFRC522 RFID-Reader won't start. I couldn't find any solution to this problem
I tried following this tutorial: https://pimylifeup.com/raspberry-pi-rfid-rc522
when starting the script I get this error:
pi@pi-d339203c:~/pi-rfid $ python3 Read.py
Traceback (most recent call last):
File "Read.py", line 5, in <module>
reader = SimpleMFRC522()
File "/usr/local/lib/python3.5/dist-packages/mfrc522/SimpleMFRC522.py", line 14, in __init__
self.READER = MFRC522()
File "/usr/local/lib/python3.5/dist-packages/mfrc522/MFRC522.py", line 131, in __init__
self.spi.open(bus, device)
FileNotFoundError: [Errno 2] No such file or directory