How to add data to an NDEF message?
Hi,
I'm using an ST25DV04KC tag with the STM32L476 microcontroller as the host. I can write and read from the tag without issues through I2C. However, I'd like to inquire about the feasibility of gradually adding data to an existing NDEF message stored in the tag's memory.
I looked into some older topics, and I saw that this might be implemented in future versions. Has this been implemented in any library?
I see that it is possible by completely rewriting the message with the new aggregated data. However, this would wear down the memory unnecessarily. So, I would like to simply add the new data to the end of the previous message. I know that to achieve this, I will need to modify the NDEF header to identify these new data. I'd like to know if I should implement this myself or if ST already provides this feature in any library.
