How to use FTM to READ mailbox using a X-NUCLEO-NFC03A1 kit?
Hello,
I'm facing problems thinking about how to read RF data using my 03A1 reader using FTM.
My main point is to see if I can decrease RF reading times of a message (8 bytes, so really short) using the ISO15693 standard.
My first firmware uses 04A1 tag and 03A1 reader, and it's fine, it needs about 80ms to complete the reading/decoding of the NDEF message via RF reader, reading the tag's EEPROM.
I was asking myself if it's possible to reduce more this reading time, and I'm struggling in understanding how to read RF data from the 04A1 mailbox using my 03A1 reader.
I currently use an Arduino board with Arduino libraries from ST, which lets me configure and write messages to the mailbox via I2C.
The main question is: how to read this mailbox using the reader via RF?
The library seems not talking about this, only refers to tag mailbox and MCU tag side.
I found the embedded library described in the file AN5512, but it only works using STM Cube. Do I need to use it? Is this the only way?
Thank you so much, I'm very confused at this time.
