This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

compilation error NFC code merge with BLE peripheral

Hello Nordic team

I have tested individual "record text" NFC example and buttonless dfu example with SDKv-15 and both example are working. Now I am trying to merge both the examples but getting compilation error.

I am not using NFC for pairing. I am using the NFC with BLE only to send some custom data over NFC that's why i used "record text" example.

Please find attached error log.

Please help me to solve this issue. Or send me the example code if available.

Any help will be appreciated.

Regards

Raj

Parents
  • Thanks for the reply.

    I have already included all the required files. For reference I attached the screenshot here.

    I have included following 3 header files in main source file:

    #include "nfc_t2t_lib.h"
    #include "nfc_ndef_msg.h"
    #include "nfc_text_rec.h"

    I looked into the pairing nfc example but it doesn't help me for sending text data over NFC.

    Please review and let me know if I missed anything? I need your suggestion to resolve the issue.

    Please let me know if you need anything from side to look into the issue.

Reply
  • Thanks for the reply.

    I have already included all the required files. For reference I attached the screenshot here.

    I have included following 3 header files in main source file:

    #include "nfc_t2t_lib.h"
    #include "nfc_ndef_msg.h"
    #include "nfc_text_rec.h"

    I looked into the pairing nfc example but it doesn't help me for sending text data over NFC.

    Please review and let me know if I missed anything? I need your suggestion to resolve the issue.

    Please let me know if you need anything from side to look into the issue.

Children
No Data
Related