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

NFC NDEF message can not trigger a phone reaction

Hi, First of all, appriciate all your hard work on tech supporting, this is my first ask in this forum. I m currently using developing nrf52832 on Zephyr , working on the NFC module, i have most take this repository(fw-nrfconnect-nrf) for reference.

basically used nrfx_nfct.c, nfc_ndef_record.c and nfc_ndef_msg.c to create a custom ndef message with 1 ndef record in,  My project status is now able to use IRQ to trigger the following NFCT status - field detected, field lost, tx start & end. i can tell from the uart log. 

but it never got the reaction from a android phone, quick question is : are those driver codes enough to trigger a bell on a phone when a nfc tag is detected. why the phone doesn't have any reaction.

Thank in advance

Parents
  • Hi,

    If you are using only the native OS of the phone and expect it to react to the tag, I think it will only react to NDEF messages that it recognizes. If you are using a custom message, you may have to use a 3rd party app to read the tag content (for instance "NCF Tools" on Android).

    Note that we do not provide support for Zephyr/NCS on nRF52 series at the moment, this is only supported for nRF91 and nRF53 series.

    You can check how the NFC libraries are used in nRF5 SDK for reference.

    Best regards,
    Jørgen

Reply
  • Hi,

    If you are using only the native OS of the phone and expect it to react to the tag, I think it will only react to NDEF messages that it recognizes. If you are using a custom message, you may have to use a 3rd party app to read the tag content (for instance "NCF Tools" on Android).

    Note that we do not provide support for Zephyr/NCS on nRF52 series at the moment, this is only supported for nRF91 and nRF53 series.

    You can check how the NFC libraries are used in nRF5 SDK for reference.

    Best regards,
    Jørgen

Children
Related