I want to implement a tag (type 2) like t2t library using nrfx nfct driver.
Is it possible? if so, how can i do this?
if not possible, is there any other libraries to do this?
I want to implement a tag (type 2) like t2t library using nrfx nfct driver.
Is it possible? if so, how can i do this?
if not possible, is there any other libraries to do this?
Hi, here's a link to the NRFX NFCT driver API: https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/group__nrfx__nfct.html?cp=5_1_6_9_0_17_0
Here you have the NFC library: https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/library_nfc.html?cp=5_1_3_32
And here are the NFC examples we have in the SDK: https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/examples_nfc.html?cp=5_1_4_8