I'm new to NFC but I have searched stack overflow and not been able to resolve some questions. I am using an OMNIKEY 5127CK mini reader that is attached to an Android device. I'm looking for a solution to have the reader emulate a basic NFC tag with a URL and have that URL automatically open when a user taps their phone (not requiring a special NFC reader app to be open). My main concerns that I have not been able to resolve are:
- Does OMNIKEY 5127CK support card emulation through Host Card Emulation or Card Emulation Mode on the device itself?
- Can Host Card Emulation be used through to emulate a tag that is automatically picked up by Android/IOS phones?
- Is NFC Forum Type 4 Tag the right tag to use for this? I've read somewhere that NFC Forum Type 2 Tag may be better for this but can HCE be used for Type 2 Tags?
I know that for HCE the reader (in this case, a user's phone) must send SELECT command. I'm using the Type 4 Tag AID D2760000850101 but not sure if Android/IOS phones will send SELECT command for that AID. I have tried implementing a Type 4 Tag card emulation similar to the accepted answer described her https://stackoverflow.com/questions/29122848/ndef-message-with-hce-android but have been unsuccessful in getting it to work as expected so far.
I'm trying to determine if I'm going down the right track for this and appreciate any help.