Page 1 of 1

MFRC522 with PSoc5

Posted: Fri Apr 27, 2018 12:13 pm
by donoak
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.

Re: MFRC522 with PSoc5

Posted: Mon Apr 30, 2018 7:01 pm
by topguy
You mind find C-code for the mfrc522 for AVR or arduino slightly easier to use as reference.

https://github.com/asif-mahmud/MIFARE-R ... /mfrc522.c
https://github.com/zaporylie/MFRC522