2017-10-27 06:58 AM
hello i have download the library for NFC 'en.x-cube-nfc5' and i running the demo example. i can read read the unique id from nfc card, but i cannot find a way to read ndef message.
how can i do it?thanks #st25r3911b-disco #ndef #read-ndefSolved! Go to Solution.
2017-12-14 06:32 AM
Posted on December 14, 2017 at 15:32
Hello Jason,
reading NDEF is not supported by source codes - sorry!
Regards, Ulysses
2017-12-14 06:32 AM
Posted on December 14, 2017 at 15:32
Hello Jason,
reading NDEF is not supported by source codes - sorry!
Regards, Ulysses
2019-11-07 03:11 AM
STM team,
Now, Do we have a way to read NDEF records / as plain data, from M24LR16E, using ST25R3911 <==> STM32-MCU ?
Software sample / support ?
2019-11-07 04:24 AM
Hello Jason,
X-CUBE-NFC5 v2.0.0 supports now ndef - at least on F4,L4. Please watch out for the provided targets/configurations in your IDE: e.g. STM32L476RG_NUCLEO_PollingTagDetectNdef vs STM32L476RG-Nucleo_PollingTagDetect.
Regards, Ulysses
2019-11-07 06:30 AM
Hello Ulysses,
Do we have a way to read NDEF records / as plain data, from M24LR16E, using ST25R3911 <==> STM32-MCU ?
Software sample / support ?
Since ST25R3911B DISCOVERY - PC application able to read - write NDEF, means, ST25R3911B_DISCO_FW_v1_2_8 firmware includes the NDEF reading from the STM32L476RE MCU !!??
2019-11-07 06:39 AM
Hello Jason,
yes, the demo should support reading NDEF from M24LR.
All low layer primitives including fast mode are implemented inside rfal_st25xv.c.
Regards, Ulysses