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

Can't emulate type 4 tag on pn533 #664

Open
hciulica opened this issue Dec 21, 2021 · 0 comments
Open

Can't emulate type 4 tag on pn533 #664

hciulica opened this issue Dec 21, 2021 · 0 comments

Comments

@hciulica
Copy link

Can i emulate type 4 tag on PN533 usb? If the answer is yes, using forum 4 tag gives me "Not (yet) implemented" error. This is my nfc_target configuration:

 nfc_target nt = {
    .nm = {
      .nmt = NMT_ISO14443A,
      .nbr = NBR_UNDEFINED,
    },
    .nti = {
      .nai = {
        .abtAtqa = { 0x03, 0x44 },
        .abtUid = { 0x08 ,0x77 ,0xb1 ,0x4a },
        .btSak = 0x20,
        .szUidLen = 4,
        .szAtsLen = 5,
        .abtAts = { 0x75, 0x33, 0x92, 0x03, 0x80 }
      },
    },
  };
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

1 participant