Skip to main content
Visitor II
May 27, 2020
Solved

M24LR-Discovery Transceiver Control Via MatLab?

  • May 27, 2020
  • 1 reply
  • 608 views

I am adding NFC configuration and energy harvesting capabilities to a product using the M24LR04E-R EEPROM. I purchased the M24LR-Discovery kit so that I could use the transceiver in a proof of concept before developing something on a larger scale.

I have played around with the M24LRxx Application to read and write data to the EEPROM, and everything works well. I would like to develop a script in MatLab to do the same thing, before eventually implementing that in a custom windows application.

I am just wondering if this is possible and, if so, how to establish communications between the transceiver and MatLab.

    This topic has been closed for replies.
    Best answer by NFC/RFID Customer support

    Hello,

    we have no experience on how to develop software using MathLab. Anyway, to drive M24LR-Discovery kit, you will need to record CR95HFDll.dll file in your workspace and declare functions included in. You will then need to use this functions to connect, disconnect, select RF protocol and send RF frames.

    We have posted some examples (Visual Basic / C) to understand how to manage it (included CR95HF.h file). Application note AN3954 will help you to manage functions (in & out parameters).

    AN3954 and VB/C source code examples :

    https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-95hf002.html#

    Best regards

    NFC/RFID customer support

    1 reply

    ST Employee
    June 16, 2020

    Hello,

    we have no experience on how to develop software using MathLab. Anyway, to drive M24LR-Discovery kit, you will need to record CR95HFDll.dll file in your workspace and declare functions included in. You will then need to use this functions to connect, disconnect, select RF protocol and send RF frames.

    We have posted some examples (Visual Basic / C) to understand how to manage it (included CR95HF.h file). Application note AN3954 will help you to manage functions (in & out parameters).

    AN3954 and VB/C source code examples :

    https://www.st.com/content/st_com/en/products/embedded-software/st25-nfc-rfid-software/stsw-95hf002.html#

    Best regards

    NFC/RFID customer support