Where can I get the data on my Tag
Hi im using the ST25R3911b and the RFAL lib.
With what expression can i see the Data on my Tag ?
Hi im using the ST25R3911b and the RFAL lib.
With what expression can i see the Data on my Tag ?
Hi Titus,
yes you can use RFAL for ST25R3911B but I would rather recommend to use ST25 embedded NFC library which contains ready to use demos on top of the RFAL, in particular the "polling" demo. The polling demo polls for the various tags technologies and if a NFC-V tag is found, it reads the 1st block of memory (see demoNfcv in demo_polling.c) using rfalNfcvPollerReadSingleBlock API.
If you have already built your application on top of the RFAL for ST25R3911B package, you can simply have a look on the demoNfcv from the ST25 embedded NFC library to see how to use rfalNfcvPollerReadSingleBlock and then cherry pick this into your application.
Rgds
BT
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.