Skip to main content
Visitor II
June 7, 2019
Solved

How to write on dynamic registers using ST25 Java SDK and android.

  • June 7, 2019
  • 1 reply
  • 619 views

I'm starting to develop an application to read and write on NFC tag's mem. But I want to disable the GPIO pulse on write in some cases, to do it i have to write on tag's registers. I do not found on SDK docs how to do it. Does anyone know how can I do this? and Where I can find support or code examples to do this applications?

    This topic has been closed for replies.
    Best answer by Damien G.

    Hello,

    you can find source code for the ST25 NFC Tap Android application based on the st25sdk library at this page:

    https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25001.html

    At the bottom of the page, you will find 2 links:

    • STSW-ST25001 for the apk file
    • STSW-ST25002 for the source code

    For your particular need, from the source code package, locate file ST25AndroidApp\app\src\main\java\com\st\st25nfc\generic\RegistersActivity.java

    Regards,

    Damien

    1 reply

    Damien G.Answer
    ST Employee
    June 12, 2019

    Hello,

    you can find source code for the ST25 NFC Tap Android application based on the st25sdk library at this page:

    https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-st25001.html

    At the bottom of the page, you will find 2 links:

    • STSW-ST25001 for the apk file
    • STSW-ST25002 for the source code

    For your particular need, from the source code package, locate file ST25AndroidApp\app\src\main\java\com\st\st25nfc\generic\RegistersActivity.java

    Regards,

    Damien