I am developing an Android app to read values from the NFC-v tag (ST25DV64KC). To revalidate my implementation, I am using the ST25 TAP app and then sending a custom command to test the commands according to the data sheet (ST25DV64KC). From an Andro...
Hi Olivier,Thank you for your return, along with the recommendations.When you say ST25FTM library, I am expecting a similar library for an Android implementation.This way, I could call the native functions like ST25FTM_SendCommand from my class.Best ...
Hello Cedric,Thank you for your reply along with the reference to download the library.But the library you referred to doesn't have middleware files like st25ftm_protocol.c , st25ftm_rx.c , st25ftm_tx.c , etc.I would like to perform FTM actions via t...
Hello,Thank you for your reply and a detailed explanation about the FTM and the Fast commands.It helps me to understand the ideology of FTM and the process of achieving it in smartphones.Thank you again for your informative reply,Best Regards,Selvara...
Hello Brian,Thank you for the quick reply.May I know the technical reason why I have to use readMailboxMessage, instead of FTM functions for Android devices? One of the main requirements for my project is to send files by using FTM. If I am not able ...