2023-02-22 08:23 AM
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
Solved! Go to Solution.
2023-02-28 07:45 AM
Hi,
with the disappearance of P2P from Android you have two basic you have the following options on Android:
In case you are targeting also iPhone: I think only the second option will be available with standard iOS apps.
We do have some demos for the 3916, e.g. the ST25 Embedded NFC lib contains examples ([bluetooth_]pairing) for emulating T3T and T4T - which can be read by the Android OS. The other direction you can see by means of the ST25 Embedded NFC lib reading T3T and T4T in its ndef_rw demo.
Best Regards, Ulysses
2023-02-28 07:45 AM
Hi,
with the disappearance of P2P from Android you have two basic you have the following options on Android:
In case you are targeting also iPhone: I think only the second option will be available with standard iOS apps.
We do have some demos for the 3916, e.g. the ST25 Embedded NFC lib contains examples ([bluetooth_]pairing) for emulating T3T and T4T - which can be read by the Android OS. The other direction you can see by means of the ST25 Embedded NFC lib reading T3T and T4T in its ndef_rw demo.
Best Regards, Ulysses