Your shopping cart is empty!
Reading RFid Tag Using Mifare RC522 and Raspberry Pi
- Idris Zainal Abidin
- 15 Aug 2018
- 835
INTRODUCTION
RC522 RFID modules are a simple add-on you can connect to a Raspberry Pi to read MIFARE tags and cards. This is potentially a great feature to include in a security system or any application where you need to identify an object or person without them pressing buttons, operating switches or other sensors.
VIDEO
This video shows how to read RFid tag using Mifare RC522 RFid Reader with Raspberry Pi
HARDWARE CONNECTION
You can refer to the photo and table below for hardware connection. By default, RST pin is defined as pin 22 or GPIO 25 by library provided. However you can connect to any GPIO pins and later edit the pin connection in the library (MFRC552.py).
Mifare RC522 RFID Reader | Raspberry Pi |
3.3V | 3.3V |
RST | Pin 22 / GPIO 25 (can use any GPIO pins) |
GND | GND |
IRQ | Not connected |
MISO | Pin 21 / GPIO 9 (MISO) |
MOSI | Pin 19 / GPIO 10 (MOSI) |
SCK | Pin 23 / GPIO 11 (SCK) |
SDA | Pin 24 / GPIO 8 (CE0) |
Related Products
You can consider to buy the product from the list below.
- Raspberry Pi 3 Model B+
- Mifare RC522 RFID Kit
- 16GB Micro SD Card
- Raspberry Pi 3 Model B
- 5V 3A Adapter
- Female to Female Jumper Wire
Thank You
References:
Thanks for reading this tutorial. If you have any technical inquiry, please post at Cytron Technical Forum.