ST25 NFC/RFID tags and readers

Ask questions and find answers on ST25 NFC/RFID tags and readers, including connectivity implementations and antenna design.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Lock write access on ST25DV04K using ST25R3916

I'm fairly new in NFC technology and was trying to implement a simple project that uses the ST25R3916 to write a message in a specific memory location of the ST25DV04K and then locks write access to that specific memory location. I'm using an adapted...

code.jpeg
cmsilva by Associate
  • 429 Views
  • 1 replies
  • 1 kudos

Resolved! ST25R3916 / NFC08A1 Demo with Picopass / iclass

Hi, We are attempting to use the ST25R3916 and the RFAL middleware (NFC08A1 demo board) to read Picopass cards using the ISO14443B standards - however the cards we have (that we know work with older Picopass readers) are not detected. I understand th...

Kfinn by Associate
  • 573 Views
  • 1 replies
  • 0 kudos

Resolved! Write Multiple Blocks (ST25DV64KC)

Hello everyone,I'm experiencing issues with the "Write Multiple Blocks" command on the RF side using the ST25DV64KC.I’ve tried using this command through the ST25 Android app, specifically using the "Send Custom Command" feature. Here’s how I configu...

Resolved! Purpose of A/D register in ST25?

what is A/D register for? when i bring the st25r tag(sticker one) near the st25 nfc its value changes. And how is interrupt generated? what are the values of registers to be set in order to read a NfC tag?pseudo code for it. 

Resolved! Trying to read out ST25DV tag with CR95HF

Hi,For our project we are trying to read out the first 100 bytes of a ST25DV tag. This tag is inside our products which are tested in production line. The test results of these test are written inside the tag by I2C. We are building an end of line te...

leddel32_1-1727447216630.png leddel32_2-1727447274383.png
leddel32 by Associate II
  • 752 Views
  • 3 replies
  • 0 kudos

Resolved! NUCLEO-F401 to read ST25TV UID

Hi ST CommunityI have a ST25TV tag,The UID is E0 02 08 03 8F 65 C9 F5(8bytes)I use the board of NUCLE0-NFC08A1 and the demo in NFC6 generated by Cube MX.I can read the relevant information of the card through the SPI provided in the demo and  than pr...

Rance_0-1727358774182.png Rance_1-1727358885913.png Rance_2-1727358937104.png
Rance by Associate III
  • 1620 Views
  • 11 replies
  • 6 kudos

Resolved! I²C Communication Issues Between STM8 and ST25R3916B

At the beginning of the program, I first performed a write-then-read operation on register 00 using I²C timing. I wrote 0x04 to register 00, and this worked correctly. However, when I used the same method to perform a write-then-read operation on reg...

Rance_0-1727585038989.png Rance_0-1727585561232.png
Rance by Associate III
  • 480 Views
  • 2 replies
  • 0 kudos

Resolved! Tag Emulation not going to ACTIVE

I've been working on implementing tag emulation on my device with an ST25R3916 and have run into a problem. First - the code is currently completely separate from the tag reader code, including init, so it's not a matter of not changing modes properl...

LltWc_0-1727292213281.png LltWc_1-1727292316338.png
LltWc by Senior
  • 658 Views
  • 2 replies
  • 1 kudos

Resolved! ST25R3911B - which ST software package/library?

Hi AllI am developing a simple app for a bespoke board using the ST25R3911B, that just has to poll for an ST25DV04KC Type 5 tag, and read/write using NDEF. I'm using STM32CubeIDE, adding NFC to an existing project that uses FreeRTOS, and already has ...