Resolved! why in below code i not get response from ndef tag though i connected ndef tag with st25dv04k ?
#include <stdio.h>#include <sys/ioctl.h>#include <fcntl.h>#include <unistd.h>#include <time.h>#include <netinet/in.h>#include <linux/i2c-dev.h>/* NDEF Text Record */unsigned char NDEF_DATA[] ={/*NDEF Text Record*/0x03, 0x0E, //NDEF message, 14 byte m...