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
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...
你好:我想读�?�和写入类型 4 标记与 X 核 nfc06A1。是�?�有任何这样的例�?�?�以帮助我快速入门
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...
I would like to refer to the operation of the GUI in order to optimize the reception function.It is written in the UM2268 User manual."In the Diagnostic Sweep Function panel it is possible to run a reflected power sweep measurements across the selec...
Hi,I have made a custom design for reading/writing NTAG213 tags based on the X-NUCLEO-NFC06A1 board. I have adapted the firmware that works on this demo board (along with all the drivers related to the ST25R3916 and RFAL) into a STM32G030K8T6 microco...