Skip to main content
Visitor II
May 30, 2023
Solved

How to run X-NUCLEO-NFC06A1 with NUCLEO-F401RE?

  • May 30, 2023
  • 5 replies
  • 1706 views

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,

    This topic has been closed for replies.
    Best answer by Ulysses HERNIOSUS

    Hi,

    wells as the line tells you: You need to define ST25R3916 (when using NFC06) in the global properties. Likely something like:


    _legacyfs_online_stmicro_images_0693W00000blCVDQA2.png 

    Best Regards, Ulysses

    5 replies

    Technical Moderator
    May 30, 2023

    Hi,

    please have a look at bringup-nfc06a1-on-nucleof446re which is very similar.

    Best Regards, Ulrich

    PingstechAuthor
    Visitor II
    May 31, 2023

    Hi Ulrich,

    I've already tried exactly the same way but failed. I am attaching a screenshot of my project errors and path below.


    _legacyfs_online_stmicro_images_0693W00000blCLnQAM.png 

    Sincerely,

    Technical Moderator
    May 31, 2023

    Hi,

    wells as the line tells you: You need to define ST25R3916 (when using NFC06) in the global properties. Likely something like:


    _legacyfs_online_stmicro_images_0693W00000blCVDQA2.png 

    Best Regards, Ulysses

    PingstechAuthor
    Visitor II
    May 31, 2023

    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.

    PingstechAuthor
    Visitor II
    May 31, 2023

    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,

    Technical Moderator
    June 1, 2023

    Hi,

    the demo is printing out the UIDs, correct? Just follow that path.

    Regards, Ulysses