cancel
Showing results for 
Search instead for 
Did you mean: 

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

IPire
Associate

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?

1 ACCEPTED SOLUTION

Accepted Solutions
Damien G.
ST Employee

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

View solution in original post

1 REPLY 1
Damien G.
ST Employee

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