Individální projekty MPOA

Mikroprocesory s architekturou ARM

Uživatelské nástroje

Nástroje pro tento web


gpoa2019:nfc-reader-rc522

Toto je starší verze dokumentu!


NFC card reader with RC522

Vypracoval: Hana Vrtělková

Assignment

Develop a simple ISO/IEC 14443 NFC card reader. Use the NFC module based on RC522 IC and connect it to an Arduino Uno board. Create an application to read the card UID and send it to the Arduino serial port. Try to change the UID of an unlocked card.


Introduction

Reason for creating this project was to test student's abilities to program AVR microprocessor using widely known components.

Hardware part

For this project is used RFID reader MFRC522 managed by Arduino Mega.

The board arduino mega is communicating with the reader vai SPI. It is necassary to keep the pin wiring as it is shown on the figure under the following link, because the pins for SPI commmunication are defined and can not be changed. view

The pin layout is also written in the following table.

MFRC522 pins Mega pins
3.3V 3.3V
RST D5
GND GND
RQ Not connected
MISO MISO (D50)
MOSI MOSI (D51)
SCK SCK (D52)
SDA SS (D53)

Software part

gpoa2019/nfc-reader-rc522.1556736124.txt.gz · Poslední úprava: 2019/05/01 20:42 autor: Hana Vrtělková