Skip to main content

RFID-MFRC522 with Arduino Board.

1.    RFID MFRC522: 

     A normal RFID kit is just like our ATM card which can send a specific data to controller when it gets in touch with its reader module.
      MFRC522 is name of controller which is being used in this RFID kit.

 Figure 1: RFID MRFC522

   

1.1 Specifications of RFID MFRC22

  • Module Name:MF522-ED
  • Working current13 - 26mA / DC 3.3V
  • Standby current10 - 13mA / DC 3.3V
  • Sleep current<80uA
  • Peak current<30mA
  • Working frequency13.56MHz
  • Card reading distance 060mm Mifare1 card
  • Protocol SPI.
  • Data communication speed10Mbit/s Max.
  • Card types supported: Mifare1  S50, Mifare1 S70, Mifare UltraLight, Mifare Pro, Mifare  Desfire
  • Dimension: 40mm × 60mm
  • Working temperature: -20—80 degree
  • Storage temperature: -40—85 degree
  • Humidity: relevant humidity 5%—95%


This RFID kit works on the SPI communication protocols and pins of board is described below.

 1. VCC supply: this pin is supply voltage pin which take 3.3v DC power supply.
 2. GND: this pin is ground power supply connection pin.
 3. RST: reset pi which is used to reset the controller or communication.
 4. SDA: Serial data pin.
 5. SCK: Serial clock pin.
 6.MISO: master in slave out pin.
 7.MOSI: master out slave in pin.
                               

2.    Component required: 

    In this project we A RFID system is to be made so few component would needed which are below.


           ·         An Arduino Uno board.
           ·         RFID MFRC522 module.
           ·         Jumper wires.
           ·         Bred board.

3.    Arduino interfacing with RFID MFRC522:

    RFID MRFC522 communicates with the Arduino board on SPI communications protocols. It does contain 8 Pin which have certain specific purpose.

S no.
RFID MFRC522 pins
Arduino pins
1
VCC
3.3v pin of arduino
2
GND
GND pin of arduino
3
RST pin (Reset)
Pin 9
4
SS (ship select pin)
Pin10
5
MOSI (Master out slave in)
Pin11
6
MISO (Master in slave out)
Pin12
7
SCK  (Serial clock)
Pin13

NOTE:  - Don’t connect circuit with 5v it may harm the circuits. And don’t forget to add library with it. Make all the connection which are shown in the above diagram.
Here is link for Library of MFRC522 and data sheets of this RFID module.


Arduino code for finding out unknown cards number: Check_RFID_ card_numbers


IF you like my post and work than please don't forget to share and follow.

Comments

  1. titanium arts
    TATONIC ART CUSTOMING · microtouch solo titanium TATONIC ROCKING T-TATONIC ROCKING T-TATONIC ROCKING febcasino.com T-TATONIC. https://septcasino.com/review/merit-casino/ This unique and poormansguidetocasinogambling.com original design is crafted 바카라 사이트 with the use of sustainable

    ReplyDelete

Post a Comment

Popular posts from this blog

Smart Home Door lock system project.

RFID MFRC522  Door lock system Project summary: RFID system radio frequency identification in which Information is written in the card or tag is get read by RFID module when they get in contact. In this project we are making a home lock system which would open only when an authorized card will be available and access will be denied on wrong card. Component require: - In this project we are interfacing Arduino board with RFID MFRC522 and servo motor. RFID system would send data to Arduino board and according to that data action would be taken by Arduino board. Components are listed below:         ·          Arduino board.         ·          Arduino software.         ·          RFID MFRC522 board.         ·        ...

Arduino board interfacing with X-bee module.

      Project: Arduino interfacing with X-Bee S-2 module.   1.     X-Bee module: X-Bee module is wireless communication device which range may be up to 500 meter or above it and it have two version Pro and normal. This module may be used for high speed and much secure communication for data and information transmitting. 1.1 Specifications: 3.3V @ 40mA 250kbps Max data rate 2 mW to 6 mW output (+3 dBm) 100 to 500 meter range(for normal X-bee not Pro.) Built-in antenna Fully FCC certified 6 10-bit ADC input pins 8 digital IO pins 128-bit encryption Local or over-air configuration AT or API command set Data sheet of X-bee is Here:   Download X-Bee data sheet NOTE: - Before using X-Bee first we need to configure some features in X-Bee like baud rate, Pan               ID, destination address channel etc. To understand the configurations please go to links below. 2.  ...