How to perform custom data transfer between Android and a NFC reader such as ST25R3916
We're working on custom data transfer between Android and our custom device with NFC. As Android no longer support peer to peer, we're investigate the best way to do it.
ST provides ST25FTM library to do this with the ST25DV-I2C tag, but it is too slow ~25kbps. We want something faster around 115kps.
Is there anything library similar to ST25FTM and allows ST25R3916 to perform data transfer? (Either in reader or card emulation mode). If not, which direction we can take to perform data transfer with Android low level API.
Thanks
