User Activity

In follow up to my earlier question on reading Mailbox Memory from our iOS app, we are trying to pass the Read Msg command, but looks like this needs address flag set and UID needs to be passed. But when we try to pass the address flag and UID along ...
Currently in our app, we are able to read 64 EEPROM memory from ST25DV64k using extendedReadMultipleBlocks command. But we would need to know the procedure to read the Mailbox memory of 256 bytes to get the active data from NFC Mailbox memory. Could ...
The NFC hardware chosen is the ST25DV64K. From iOS mobile app, I am trying to read the entire memory block from 0 to 2047. Because of iOS limitation on extendedReadMultipleBlocks, as suggested in your workaround, I am using for loop to run extendedRe...