cancel
Showing results for 
Search instead for 
Did you mean: 

how to Send Command via St25 SDK ( Androdi)

amine minyawi
Associate II
Posted on June 29, 2018 at 17:16

Hello team,

i used CR95HFDll to write comand on the EPROM and read response.

Now i want to do this with St25 Android SDK.

could you please help me and give me some demo if exist.

best regards

Amine

#st25sdk #android
1 ACCEPTED SOLUTION

Accepted Solutions
Damien G.
ST Employee
Posted on July 02, 2018 at 11:38

Hello Amine,

The

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

is the right place to start your development for Android applications.

After downloading the zip file, you can find an example of a very basic Android application in directory <your_sdk_install_folder>\integration\android\examples\ST25AndroidDemoApp\.

You will find step-by-step documentation for the demo app in <your_sdk_install_folder>\integration\android\documentation.

Later, if you wish to see source code for a more complete Android application, check out:

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

.

Regards,

Damien

View solution in original post

1 REPLY 1
Damien G.
ST Employee
Posted on July 02, 2018 at 11:38

Hello Amine,

The

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

is the right place to start your development for Android applications.

After downloading the zip file, you can find an example of a very basic Android application in directory <your_sdk_install_folder>\integration\android\examples\ST25AndroidDemoApp\.

You will find step-by-step documentation for the demo app in <your_sdk_install_folder>\integration\android\documentation.

Later, if you wish to see source code for a more complete Android application, check out:

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

.

Regards,

Damien