Skip to main content
Visitor II
March 23, 2022
Solved

How to communicate with two x-NUCLEO-NFC05A1- ST25R3911B in P2P Communication

  • March 23, 2022
  • 2 replies
  • 1126 views

Hi,

here I am trying to Communicate with two x-NUCLEO-NFC05A1 Board For P2P Communication.STM32G071RB Nucleo Kit Board using for this Main MCU. 

Getting the demo.c file from this below Link

Connect two X-NUCLEO-NFC05A1 with Peer to Peer (p2p) connection. (st.com)

using this Example demo.c. i can read Passive NFCA type tags . But Not to see any NFCF Passive P2P device found.

Here our application is data File Transfer from one Controller to Another by NFC P2P Mode.

  

Pls Give the guidance how to data Exchange from one to another.? 

    This topic has been closed for replies.
    Best answer by Ulysses HERNIOSUS

    Hi SKaru.5,

    a P2P example is nowadays implemented inside STSW-ST25R-LIB. Please check it out.

    BR, Ulysses

    2 replies

    Technical Moderator
    March 25, 2022

    Hi SKaru.5,

    a P2P example is nowadays implemented inside STSW-ST25R-LIB. Please check it out.

    BR, Ulysses

    SKaru.5Author
    Visitor II
    March 27, 2022

    Thanks Ulysses,

    Yes it's Working.. Now I can Data Exchange from one controller to another controller.