2019-06-07 12:50 PM
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?
Solved! Go to Solution.
2019-06-12 03:20 AM
Hello,
you can find source code for the ST25 NFC Tap Android application based on the st25sdk library at this page:
At the bottom of the page, you will find 2 links:
For your particular need, from the source code package, locate file ST25AndroidApp\app\src\main\java\com\st\st25nfc\generic\RegistersActivity.java
Regards,
Damien
2019-06-12 03:20 AM
Hello,
you can find source code for the ST25 NFC Tap Android application based on the st25sdk library at this page:
At the bottom of the page, you will find 2 links:
For your particular need, from the source code package, locate file ST25AndroidApp\app\src\main\java\com\st\st25nfc\generic\RegistersActivity.java
Regards,
Damien