2022-10-25 11:12 PM
Hello,
We are trying to make an NFC reader for door access control. Reading NFC tags and Android phones are as expected. But for Apple product we have to support Apple VAS. I found a similar question https://community.st.com/s/question/0D53W00001MY8kJSAT/apple-vas-compatibility but I have some gray areas in my mind.
I have no idea what to do. Would you please give me an overview about the steps. Where should I start?
TNX
Solved! Go to Solution.
2022-11-02 01:53 AM
Hello,
unfortunately we cannot share code for supporting Apple VAS. All our ST25R chips are front-end chips where the host MCU can influence all details of the polling, as such also implement Apple ECP and subsequently Apple VAS.
First step for you needs to be to become Apple MFi member. This should give you access to relevant specs and make it also clear to you how to add Apple support by e.g. using callbacks from rfal_nfc layer.
Best Regards, Ulysses
2022-11-02 01:53 AM
Hello,
unfortunately we cannot share code for supporting Apple VAS. All our ST25R chips are front-end chips where the host MCU can influence all details of the polling, as such also implement Apple ECP and subsequently Apple VAS.
First step for you needs to be to become Apple MFi member. This should give you access to relevant specs and make it also clear to you how to add Apple support by e.g. using callbacks from rfal_nfc layer.
Best Regards, Ulysses
2022-11-02 02:17 AM
Thanks