The API are not the same on firmware side and on Android side.On Firmware side you have C functions like ST25FTM_SendCommand().On Android side, you should use the Java functions that I have mentionned, like mFtmCommands.sendCmdAndWaitForCompletion()...
Hi Selvaraj,Cedric pointed you the ST25SDK which is the library to use to interact with ST25 tags. This a Java Archive file (JAR file) that you can import in your Android application. It contains the API to use the FTM feature. For my understanding: ...
Hi Entony,I will need more information about the versions that you are using. ST25NFCTap Android application is made of 3 layers:At the low level, there is the AndroidReaderInterface which creates a generic interface to access to NFC Tag on Android p...
Hi,For my information, what do you plan to use to communicate with the ST25DV Tag? An NFC Reader connected to a PC? A smartphone?The ST25SDK has an API to transmit large about of data (for example 100kB) through ST25DV's FTM. For example, if you inst...