2021-09-12 11:19 PM
Hey Guys ,
I am working with stm32l053 controller and MFRC522 . Can anybody share any link which has library for MFRC522 UART communication instead SPI.
Thanks in advance.
2021-09-13 12:53 AM
In case you dotn find the library, here you have an Arduino implementation it shouldnt be hard to migrate to your own library
https://github.com/zodier/MFRC522-UART-Arduino
2021-09-13 06:21 AM
"stm32 mfrc522" returns many results. Here is one:
https://stm32f4-discovery.net/2014/07/library-23-read-rfid-tag-mfrc522-stm32f4xx-devices/
2023-06-23 02:13 PM
This example uses SPI.