Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query: Using Apple Home Key as Trigger and Required NFC Reader Type #3

Closed
tomkinane opened this issue Aug 27, 2023 · 1 comment
Closed

Comments

@tomkinane
Copy link

I'd like to inquire about whether it's possible to set up a trigger using the Apple Home key within the provided test environment. Additionally, could you clarify the type of NFC reader that is necessary for this?

@kormax
Copy link
Owner

kormax commented Aug 29, 2023

Hello.

Regarding the trigger, if you're talking about the one added in IOS17 based on pass usage, it should work the same way. If you're talking about something else, custom implementation of a home key device can do anything you want, it's up to you.

Regarding the reader hardware. If you're not talking about the official one, of course.
HomeKey will be able to be implemented using any hardware that allows sending ISO7816 commands over ISODEP. So basically any PCSC reader or NFC module in existence.
For cool features such as express mode, you'll have to use reader hardware that allows ECP to be implemented. That limits you to using low-level NFC modules, like the ones used in Arduino-like projects.
For more info about that, I refer you to references section of this document or my profile.

@kormax kormax closed this as completed Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants