2023-05-30 04:43 AM
Hello dear developers,
I am currently working on NFC for the project for my graduation project. First of all, I would like to learn how X-NUCLEO-NFC06A1 works. Therefore, I tried to run the expansion board on the NUCLEO-F401RE and copied the files included in the sample projects run by NUCLEO-L053R8. But I couldn't get the expansion kit to work.I would appreciate if you share with me which files I should upload to which files of the project in X-NUCLEO-NFC06A1. Have a good day & work.
Sincerely,
Solved! Go to Solution.
2023-05-30 11:52 PM - edited 2023-11-20 04:22 AM
Hi,
wells as the line tells you: You need to define ST25R3916 (when using NFC06) in the global properties. Likely something like:
Best Regards, Ulysses
2023-05-30 09:56 AM
2023-05-30 11:22 PM - edited 2023-11-20 04:22 AM
Hi Ulrich,
I've already tried exactly the same way but failed. I am attaching a screenshot of my project errors and path below.
Sincerely,
2023-05-30 11:52 PM - edited 2023-11-20 04:22 AM
Hi,
wells as the line tells you: You need to define ST25R3916 (when using NFC06) in the global properties. Likely something like:
Best Regards, Ulysses
2023-05-31 01:29 AM
Thanks to both of you for your recommendation. I will try to run the project, if I am successful, I will share the result. Have a nice day.
2023-05-31 05:53 AM
Hello everyone,
I have successfully run the project and tested the nfc module, it works too. But I've a another problem with UID value. I call demoCycle in the main code, then I set breakpoints to observe. I want to know the UID of the card so I add the "gNfcDev" to Live Expressions. Unfortunately I didn't catch anything.What should I do to get the card's UID value?
Sincerly,
2023-06-01 04:27 AM
Hi,
the demo is printing out the UIDs, correct? Just follow that path.
Regards, Ulysses