donoak
Posts: 3
Joined: Tue Apr 24, 2018 11:42 pm

MFRC522 with PSoc5

Fri Apr 27, 2018 12:13 pm

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.

User avatar
topguy
Posts: 6523
Joined: Tue Oct 09, 2012 11:46 am
Location: Trondheim, Norway

Re: MFRC522 with PSoc5

Mon Apr 30, 2018 7:01 pm

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

Return to “C/C++”