Hi sjek,the ST25DV16K is a memory, so the tag can receive all data independently to the format of these data, and it can be stored as array of bytes in the memory.In your message you talk about Wifi, URI ..., so I think you refer to NDEF messages sto...
Hi StefanoSperandio_ST,For point 2, if you use the FTM demos menu it will run a specific demo available with the ST25DV64KC-DISCO firmware, that's why it asked you to run the correct firmware to play this demo. If you want to write/read data to/from ...
Hi sebastianst,The NFC04 is a nucleo expansion board embedding an ST tag (ST25DV), so this component is therefore passive with respect to NFC. That means tags cannot read or write other NFC components, they are only memories that can be accessed by a...
Hi sebastanst,To generate an interrupt when receiving message to the mailbox you just need to add ST25DV_GPO_RFPUTMSG_MASK to the configIT parameter (or replace ST25DV_GPO_FIELDCHANGE_MASK with it). But to generate the interrupt from the GPO, the fas...
Hi Nishi,Do you have any data after the CCFile?NfcType5_NDEFDetection is looking for TLV data after the CCFILE and return an error if it doesn't find it.Kind Regards.