2017-09-12 04:41 PM
Our application will have two st95hf devices connected by external microcontrollers through SPI. I just need to be able to transfer data from one st95hf to another. I don't need two way communication, just one direction. I don't need any complicated features like anti-collision or anything. Is there a simple example showing how I can achieve simple data transfers between two st95hf devices? Thanks.
Solved! Go to Solution.
2017-09-18 04:24 AM
Hi,
In the libraries\95HF\ folder, the software package example, in the link above, you will find a library of source files, which should be MCU independent, and gather functions from the NFC ISO and NFC Forum standards. (With the ST95HF used as card emulator, the available protocol is ISO14443 or NFC Forum Type 4).
We provide only ready examples for ST microcontrollers, you'll need to adapt the code to fit with your MCU.
Best Regards.
2017-09-13 05:45 PM
To clarify, I would like to have one device configured as a 'card' or 'tag', this is the device that will actually send the data when it detects a field. The other device would be configured as a reader and would simply read the data as soon as it receives it. The data can be in a raw format and doesn't need to be interoperable with any NFC specifications. I am currently able to send data from the reader and receive it on the 'tag' device, but I need to be able to send the data the other way around. I have not been able to receive any data on the reader device from the tag device. Thanks
2017-09-14 08:16 AM
Hi Jas Per,
I invite you to have a look on our demonstration board
and software exampleThere are some examples that could help you for your application (communication between two ST95HF).
Hope this will help you
Best Regards.
2017-09-15 10:42 AM
Thank you, the problem is that those examples are so deeply integrated into an ST host microcontroller that they are very difficult to use with any other host microcontroller. It would be very nice if there was an open platform library/examples available to make the use of this chip. Is it possible to port the libraries for NFC to be used with my own host microcontroller? Is there any documentation for this?
2017-09-18 04:24 AM
Hi,
In the libraries\95HF\ folder, the software package example, in the link above, you will find a library of source files, which should be MCU independent, and gather functions from the NFC ISO and NFC Forum standards. (With the ST95HF used as card emulator, the available protocol is ISO14443 or NFC Forum Type 4).
We provide only ready examples for ST microcontrollers, you'll need to adapt the code to fit with your MCU.
Best Regards.