cancel
Showing results for 
Search instead for 
Did you mean: 

Availability of Java source code of STSW-ST25R001 PC software for ST25R3911B-DISCO board ?

Nikhil D&K
Senior

Hello Developers,

I am currently working on a project that includes NFC communication using ST25R3911B-DISCO board and ST25DV NFC tags. The project also includes development of custom GUI application similar to STSW-ST25R001 software.

Currently i am using STSW-ST25R001 PC software to communicate with ST25R3911B-DISCO board. But can any one let me know is there JAVA source code available for STSW-ST25R001 software ? And if yes please share the necessary links.

11 REPLIES 11

Hi,

SOF, EOF, CRC are handled internally by the firmware.

Likely:

  • 80 Transaction ID (I think one nibble shifted and mirrored back)
  • 05 Size
  • 00 response flag
  • 4 byte read of data (1 32-bit block)

BR, Ulysses

So as you mentioned size as 5 bytes. How size is calculated ?

For eg: 05(size) 00(respfg) B0(reg val) CCBA(CRC) are this bytes considered in calculation of size of bytes ?