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! st25r3911b RX failed in FIFO reading

Hi,​I'm surveying st25r3911b now. Currently, I have verified SPI, register read/write, IRQ handler, TX process, but not RX process.So far, I can get the necessary IRQ, but I can't get the correct data in FIFO.​I make the following steps to test RX pr...

Gavin by Associate
  • 741 Views
  • 1 replies
  • 0 kudos

Resolved! STM32L476RG + ST25R95 : write in the NFC tag several times and put the data in the rxbuffer following without overwriting previous data.

I'm using the X-NUCLEO NFC03A1 board with the NUCLEO L476RG board. I'm testing the STM32L4xx-ST25R95-Polling software example to exchange datas between my PC and a NFC tag ( an ISO 15693 ICODE SLIX). my tag is a icode slix iso15693 so I use the demoP...

LEeck by Associate II
  • 3801 Views
  • 9 replies
  • 0 kudos

Resolved! STEVAL_SMARTAG1 Error to follow the quick start guide

I am having this problem with this product, as I could not compile the provided firmware successfully once I enable the UART printf. I am using the keil project. once I uncomment the UART printf . I got the following error:error Due to flash size c...

0690X000009Z5RYQA0.bmp
ADSB by Associate III
  • 745 Views
  • 1 replies
  • 0 kudos

Resolved! How to use UART interface instead of SPI with X-NUCLEO-NFC03A1 and X-CUBE-NFC3 polling demo

I have the X-NUCLEO-NFC03A1 expansion board connected to the NUCLEO-F401RE, successfully running the demo polling code from X-CUBE-NFC3. I would like to modify the code to allow the two boards to communicate using UART alone (no SPI pins necessary). ...