Hi, Im using ST25DV04 with ESP32. Im unable to write tags onto NFC. I2C Communication fails.
During initialization of CC, as I understand we should have values 0xe1,0x40,0x40,0x00
But I am getting 0xe1,0x40,0x40,0x43. Im trying to manually write 0xe1,0x40,0x40,0x00 at address 0xa6, 0x00 which is failing.
I ignored that and tried to write a text NDEF tag to it which is also failing.
Please check the screenshot.
Step1 : Im writing CC at 0xa6,0x00 address- which failed.
Step2 : Writing length at 0xa6,0x04 address - success
Step3 : writing text NDEF tag at 0xa6,0x06 address - fail
Step4 : reading NDEF data- reading old text NDEF tag present on NFC.
Why is the write operation failing ? Are there any other registers to be set before writing?
