question about RF after writing in I2C
Hi everybody,
I'm working on NFC tag. I'm using a ANT7-T-M24SR deb board. This one communicates in I2C with an ESP32.
First, I tried to read the dev board with a cellphone, and it worked well (URL : st.com)
Then I tried to write "Hello world" in the NDEF memory of M24SR and it was written into the memory, and I succeded to read it (only one time) with my cell phone.
So now, I have written another message, I think it's well writed into the memory (please see picture below) but I cannot read it with my cellphone.
I have one question :
- After that I closed the I2C session, does I need to do something to reactivate the RF ? Because, by reading the System file, I see that the byte (offset = 0x0006) is sometimes at 0x09 (RF enabled) and sometimes at 0x00.
I hope my resquest is enough clear, please find below the different questions/answers between µc and M24SR.


