ST25 NFC/RFID tags and readers

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST25R3911DiscoComm.dll 64-bit

Dear ST Community,I have just downloaded the software https://www.st.com/en/embedded-software/stsw-st25sdk001.html and I am trying to run the python demo DLL_Demo.py. When I attempt to load the DLL there is an exception: ST25R3911_Dll = windll.LoadLi...

ST25R3911 Reading T2T cards fails

hello,  Currently I use nfc5 demo to read T2T card, but the read often fails,The code is as follows.When NFC-A is detected, the type is 0, and the card is considered to be T2T static void demoT2t(void){  ReturnCode err;  uint16_t rcvLen;  uint8_t blo...

LYU4662_0-1732610070536.png LYU4662_1-1732610503510.png LYU4662_2-1732610546453.png LYU4662_3-1732610814774.png
LYU4662 by Associate
  • 61 Views
  • 1 replies
  • 1 kudos

Resolved! st25r3916b full power antenna

Hi,I am using the st25r3916b to read cards (ISO14443A) and as card emulator. I am not sure if I am using the maximum antenna power. If you could give the clue of which registers and which values should I use to have it with the maximum output power.T...

SG3 by Associate III
  • 131 Views
  • 2 replies
  • 1 kudos

Cannot Detect ST25DVC Tag in iOS

Hello All, I am facing a problem with NFC reading with ST25DV64KC-DISCO board.To integrate the SDK, I have followed the instruction over here Even though I have imported all of the SDK files, and supporting files as well (including models, protocols ...

Screenshot 2024-11-08 at 09.34.38.png
Aly by Associate II
  • 1108 Views
  • 20 replies
  • 1 kudos

Resolved! Handling multiple devices with st25r3911b

How would i send apdu to multiple detected devices? I believe I should use the rfalIsoDepPollAHandleActivation() function with different DID values. I couldn't find much documentation on DID other than it's used to determine which device to activate ...