2019-03-30 12:10 PM
Please see the Picture below
It is what the CR95HF reads this tag NXP ICODE SLI (ISO 15693)in user memory
2019-03-31 03:16 PM
Hi,
basically, this is the hexadecimal dump of the tag physical memory. The physical memory of a tag following ISO15693 standard is organized in blocks (or pages) of fixed sizes (e.g. 4 bytes).
The list of commands that can be used to program a tag is defined in the tag manufacturer datasheet.
For ISO15693, you can use the following commands with ST25TV512, ST25TV02K, ST25TV16K or ST25TV64K tags from ST
The format of these commands is described in the datasheet (just click on the product name to load the datasheet).
Rgds
BT
2019-03-31 07:12 PM
Hello,
Thanks for your response.
This datasheet are good stuff.
But what i meant is how to build this hexadecimal dump of the tag
For exemple: if i want that the first line (00) block(00) to count boxes in a conveyr belt.
Which kind of program i have to use for write this instruction in a Tag?
Thanks
Em dom, 31 de mar de 2019 às 19:16, ST Community escreveu:
2019-04-01 03:17 AM
Hi,
ST provides a complete middleware to build application using ST25 readers. For ST25R95 / CR95HF, you can download the X-CUBE-NFC3 v2.0.0 expansion software. You can then use the rfalNfcvPollerWriteSingleBlock() API to write a block.
Rgds
BT
2019-04-01 09:06 AM
Hi,
I have STM32F401RE -Núcleo-64 and NFC03A1 is correct to use them with STM32Cube?
Best regards
Em seg, 1 de abr de 2019 às 07:17, ST Community escreveu:
2019-04-01 09:16 AM
Hi,
the list of supported Nucleo boards is available in User Manual "Getting started with the X-CUBE-NFC3 near field communication transceiver software expansion for STM32Cube™" (UM2045). The X-CUBE-NFC3 software comes with examples of implementation running on XNUCLEO-NFC03A1 plugged on top of one NUCLEO-L476RG, NUCLEO-F401RE or NUCLEO-F103RB. An example of rfalNfcvPollerWriteSingleBlock() is available in the demo.c file of the X-CUBE-NFC3 package.
Rgds
BT