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 Reply
  • when i use it as a external module with west tool, i put it in /modules/lib/, and do west update got the repo, When i do cmake in it failed: 

    kconfiglib.KconfigError: /home/sasha/gitlab/modules/lib/fw-nrfconnect-nrf/subsys/bootloader/Kconfig:25: '/home/sasha/gitlab/zephyr/../nrf/subsys/partition_manager/Kconfig.template.build_strategy' not found (in 'source "${ZEPHYR_BASE}/../nrf/subsys/partition_manager/Kconfig.template.build_strategy"'). Check that environment variables are set correctly (e.g. $srctree, which is set to '/home/sasha/gitlab/zephyr'). Also note that unset environment variables expand to the empty string.

    i dont think this error had anything to do with the nrf52 series, can you help me with that? i have checked 'Kconfig.template.build_strategy' this file is not showed in zephyr

Children
No Data
Related