In this exercise we connect the RFID Reader to Raspberry Pi.
- Connect RC522 to Raspberry Pi
Name Pin # Pin name SDA 24 GPIO8 SCK 23 GPIO11 MOSI 19 GPIO10 MISO 21 GPIO9 IRQ None None GND Any Any Ground RST 22 GPIO25 3.3V 1 3V3 - On Raspberry pi Create a directory
- download MFRC522-python-master and Test_MFR522 and unzip them in that folder
- On Raspberry Pi under Menu Programming select Thonny Python IDE
- from menu file open file Test_MFR522.py
- run the Python file
download: MFRC522_github MFRC522-python-master Test_MFR522 RFID_RC522 fritzing file