Hello there I have recently setup my raspberry pi with a MFRC522 chip that reads and writes to 13.56Mhz tags. I am trying to now be able to to read the tags with my PSoC5 and display the UID on an LCD.
I used the following github files for my raspberry pi.
https://github.com/mxgxw/MFRC522-python
With https://github.com/lthiery/SPI-Py
I don't really need to do anything with my PSoC5 besides read or write the tags. I just don't how how to read the data sheet for the MFRC522. I was trying to convert the MFRC522-python files to C but failed.
Any help would be much appreciated.