2024-11-04 07:43 AM
Hello everyone,
I’m writing this post because I have never worked with NFC/RFID technology before, and I need help with implementing a device. I have created my own electronic circuit based on the ST25R3911B and STM32F103. So far, I have downloaded the NFC5 library and started reading its technical documentation. However, I’m not sure what to do next. I would greatly appreciate an explanation on how to create a sample program in STM32CubeIDE for reading the UID of an RFID tag, as well as how to implement the NFC5 library in this project.
Thank you in advance for your help!
Solved! Go to Solution.
2024-11-05 09:41 AM
Hi,
I've fixed the various errors:
Rgds
BT
2024-11-04 11:02 AM
Hi,
see https://community.st.com/t5/st25-nfc-rfid-tags-and-readers/how-to-create-a-project-with-x-cube-nfc06/td-p/126232 for a tutorial based on NFC6 but applicable as well to NFC5.
Rgds
BT
2024-11-04 11:42 PM - edited 2024-11-05 07:06 AM
Thank you for the quick response and help.
2024-11-05 07:05 AM - edited 2024-11-05 07:05 AM
Hi, I started adapting a library to work with the STM32F103, but I’m still encountering many compilation errors that I can’t resolve. Would anyone be able to help me verify the library and point out where I might be making mistakes? I’ve attached the program files. Thanks in advance for your help.
2024-11-05 09:41 AM
Hi,
I've fixed the various errors:
Rgds
BT
2024-11-07 12:46 AM
Thank you for your help, the program compiles without errors and establishes communication with the ST25R3911.