How to receive more than 255 bytes of data via the fast transfer mailbox using the android St25 sdk?
Hi,
I am attempting to receive a large amount of information via fast transfer mailbox on a ST25DV64K chip and and AndroidNFCReader using one mST25DVTag.writeMailboxMessage command, which commands the chip to send data continuously so long as it receives an Ack that the 255 bytes from one message has been read (via .readMailboxMessage).
I can successfully receive the first message containing the first 255 bytes, however I am unsure how to advise the chip that the data has been read (i.e. an Ack of sorts) and to send the next block of data. At the moment the output repeats the first 255 bytes when in a while loop with a time delay (as can be seen below), so I am just wondering, if I need to receive more data would anyone be able to advise on the command to use to ensure this happens.
Kind Regards,

