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! I'm using rfal 1.3.0 and nfcPoller. These work fine on our hardware, but nfcPoller is taking 16% CPU at idle (re: no tech detection).

I'd like to make nfcPoller interrupt driven. I've tried registering a callback so that exampleRfalPollerRun() gets called on interrupts but that didn't seem to do anything. I've also tried a simple loop that does this: ret = gpio_init(); ...

MHamm.1 by Associate II
  • 922 Views
  • 3 replies
  • 0 kudos

Resolved! How to change Read Out Protection on ST25 Tags

Good afternoon, currently I was working on this board, ST25R3916-DISCO kit.From what I read from the forum that most of contents are teaching how to change the Read-Out Protection for the microcontroller chip, such as STM32H7, STM32F2, etc.However, w...

MaoFeng by Associate II
  • 1610 Views
  • 1 replies
  • 1 kudos

Resolved! ST25R3916 Waveform Reading Issue

Hi, I want to ask about is it possible to probe MISO output of ST25R3916 to read the data or UID for ST25R3916 Discovery Board?Because I currently want to observe whether can differentiate the different tags by looking at the waveform.I had tried to ...

MaoFeng by Associate II
  • 1639 Views
  • 3 replies
  • 1 kudos

Resolved! Connection to ST25PC-NFC software

Hello,I am currently working with the Nucleo-L476RG and the NFC03A1 Nucleo expansion board (CR95HF reader version).I have flashed the X-CUBE-NFC3 embedded software with STM32CubeProgrammer and would like to use the ST25PC-NFC tool to communicate with...