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! reading/writing N213 tags using rfal

Hi,How can I easily write/read N213 tags using rfal v2.2.0?For the v1.3.2 version I used to call rfalISO14443ATransceiveFrame() to do it but I don't know how it's done in this latest stack version.regards,gaston

Gaston by Senior
  • 608 Views
  • 3 replies
  • 0 kudos

Resolved! Low power mode ST25R95, power consumption?

Hello,I'm using ST25R95 in my project. I'm sending pulse signal in order to transit from powerUP mode, and after it the Idle command in order to enter hibernate mode.Idle command: {0x07, 0x0E, 0x08, 0x04, 0x00, 0x04, 0x00, 0x18, 0x00, 0x00, 0x00, 0x0...

DGrgic by Associate II
  • 799 Views
  • 3 replies
  • 0 kudos

Resolved! Present password o ST25TV Tag failed with error RFAL_NFCV_ERROR_CMD_NOT_RECOGNIZED

err = rfalNfcvPollerSelect(RFAL_NFCV_REQ_FLAG_DEFAULT , &gDevList->dev.nfcv.InvRes.UID[0] );err = rfalNfcvPollerReadMultipleBlocks(RFAL_NFCV_REQ_FLAG_DEFAULT, &gDevList->dev.nfcv.InvRes.UID[0] , 0 , 4 ,&ttdata[0] , TT_TAGSIZE , &ttlen );err = rfalST2...