2020-06-27 01:17 AM
I want to combine multiple card in one, can I do as I said above? If yes, how do I read the card from flash then send to st25r3917 for card simulation?
Solved! Go to Solution.
2020-06-29 03:15 AM
Hi,
it depends a lot on the type of cards....
If you talk about some memory card then it can be possible to emulate a previously read-out card and its memory content.
On ST25R3916/7 side you will need to implement on the MCU all the command response frames being expected by a reader device and answered by the real card.
In our demo software we are emulating for example an NFC Forum T3T/T4T. (E.g. ST25TA is T4T compatible. If you copy all the content of NDEF file and CC previously read from the ST25TA into the emulated memory of the T4T it should to the job.)
Please beware that this only works for such memory cards. E.g. with a real ST25TA you get some more commands which are not covered by our T4T emulation.
Some cases where copying / emulating a different card becomes impossible or virtually impossible:
Regards, Ulysses
2020-06-29 03:15 AM
Hi,
it depends a lot on the type of cards....
If you talk about some memory card then it can be possible to emulate a previously read-out card and its memory content.
On ST25R3916/7 side you will need to implement on the MCU all the command response frames being expected by a reader device and answered by the real card.
In our demo software we are emulating for example an NFC Forum T3T/T4T. (E.g. ST25TA is T4T compatible. If you copy all the content of NDEF file and CC previously read from the ST25TA into the emulated memory of the T4T it should to the job.)
Please beware that this only works for such memory cards. E.g. with a real ST25TA you get some more commands which are not covered by our T4T emulation.
Some cases where copying / emulating a different card becomes impossible or virtually impossible:
Regards, Ulysses