Skip to main content
Visitor II
October 27, 2017
Solved

read ndef message with ST25R3911B-DISCO

  • October 27, 2017
  • 4 replies
  • 967 views
Posted on October 27, 2017 at 15:58

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-ndef
    This topic has been closed for replies.
    Best answer by Ulysses HERNIOSUS

    Posted on December 14, 2017 at 15:32

    Hello Jason,

    reading NDEF is not supported by source codes - sorry!

    Regards, Ulysses

    4 replies

    Technical Moderator
    December 14, 2017

    Posted on December 14, 2017 at 15:32

    Hello Jason,

    reading NDEF is not supported by source codes - sorry!

    Regards, Ulysses

    Visitor II
    November 7, 2019

    STM team,

    Now, Do we have a way to read NDEF records / as plain data, from M24LR16E, using ST25R3911 <==> STM32-MCU ?

    Software sample / support ?

    Technical Moderator
    November 7, 2019

    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

    Visitor II
    November 7, 2019

    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 !!??

    Technical Moderator
    November 7, 2019

    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