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