Hi,
Using nfc tag function,Need tag custom reply ATQA /SAK, Is this operation supported?

Hi,
Using nfc tag function,Need tag custom reply ATQA /SAK, Is this operation supported?

Hi Sean,
Need tag custom reply ATQA /SAK, Is this operation supported?
Yes, it does support this operation. I checked with experts regarding this and here is a brief explanation on how to change it. The solution depends on the for the frame you needs to customize:
nfc_t4t_parameter_set() function to set the desired NFCID1 (UID);nrfx_nfct_hw_init_setup(): modify nrf_nfct_sensres_bit_frame_sdd_set(NRF_NFCT_SENSRES_BIT_FRAME_SDD_00100); You can change to a desired bit frame SDD value. Changing other bits in ATQA doesn't make sense - we shouldn't declare the Type 1 Tag support.nrfx_nfct_parameter_set(), call it before nfc_t4t_emulation_start()nfc_t4t_parameter_set with NFC_T4T_PARAM_SELRES parameter, call it before nfc_t4t_emulation_start()For the NFCT driver APIs, see https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nrf__nfct.html
For the T4T and T2T APIs, see https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/group__nfc__api.html
Regards,
Swathy