2020-04-07 09:56 PM
Hi !
I have a question about CR95HF. This module supports reader/writer.
I want to make 2 devices including CR95HF module to communicate each other.
I know that this module does not support peer to peer (P2P) feature.
Is it possible to send NDEF messages of one device to other device with this module ?
If not, could you please introduce other solutions for that ?
Thanks,
Hansung
Solved! Go to Solution.
2020-04-09 01:28 AM
Hi Hansung,
ST25DV-I2C dynamic tag provides:
Overview:
MCU <--- I2C ---> ST25DV (Mailbox) <--- NFC RF Interface---> ST25R95<--SPI-->MCU
The ST25DV-DISCOVERY provides a demo of such bi-directional communication that can be used with the ST25 NFC Tap App running on a Android phone.
Rgds
BT
2020-04-08 05:27 AM
Hi,
can you describe more precisely your application? My guess is that you would like to be able to have NFC communications between 2 MCUs. If my guess is correct, I would recommend one of the following solutions:
Solution #1 would be the most cost efficient. The firmware package for ST25R95/CR95HF (X-NUCLEO-NFC3) supports ST25DV-I2C mailbox read write RF commands. ST25DV-DISCOVERY provides a ready to use example of mailbox on ST25DV-I2C.
I would not recommend to use communication between 2 ST25R95.
Rgds
BT
2020-04-08 04:34 PM
Brian. Thanks for your answers.
Yes, you're exactly right. I have a question about solution #1.
In this case, is it possible to communicate each other ? If it's one-way communication, it's not suitable for our project.
Could you please check it again ?
Thanks,
Hansung
2020-04-09 01:28 AM
Hi Hansung,
ST25DV-I2C dynamic tag provides:
Overview:
MCU <--- I2C ---> ST25DV (Mailbox) <--- NFC RF Interface---> ST25R95<--SPI-->MCU
The ST25DV-DISCOVERY provides a demo of such bi-directional communication that can be used with the ST25 NFC Tap App running on a Android phone.
Rgds
BT