An open API service indexing awesome lists of open source software.

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

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)