https://github.com/truong92cdv/verilog_rc522
FPGA interface with RC522
https://github.com/truong92cdv/verilog_rc522
fpga rc522 rfid spi verilog zuboard
Last synced: 5 months ago
JSON representation
FPGA interface with RC522
- Host: GitHub
- URL: https://github.com/truong92cdv/verilog_rc522
- Owner: truong92cdv
- Created: 2025-03-02T14:34:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T12:56:53.000Z (about 1 year ago)
- Last Synced: 2025-03-22T13:39:39.710Z (about 1 year ago)
- Topics: fpga, rc522, rfid, spi, verilog, zuboard
- Language: Verilog
- Homepage:
- Size: 15.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VERILOG_rc522
Interface with RFID card via RC522 module (SPI protocol)
[SPI Presentation](./spi.pptx)
## I. Author
- **Name:** Võ Nhật Trường
- **Email:** truong92cdv@gmail.com
- **GitHub:** [truong92cdv](https://github.com/truong92cdv)
## II. Result
https://github.com/user-attachments/assets/610a5acf-30af-44b0-b80d-e4b4251e96b4
## III. References
1. [MFRC522 Datasheet](./refs/MFRC522_Datasheet.pdf)
2. [ISO 14443-3 standard](./refs/14443-3.pdf)
3. [MFRC522 library for Arduino (miguelbalboa)](https://github.com/miguelbalboa/rfid)
4. [SPI protocol](https://en.wikipedia.org/wiki/Serial_Peripheral_Interface)