-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Support for NFC NTAG203 #1284
Comments
I can take this on after #1313 is merged. Note that NTAG203 is quite different from NTAG21x from the lack of configuration area, and is not a simple extension of original Mifare Ultralight due to the in-array counters and odd dynamic lock bytes, so there's some effort required to emulate it properly. Edit: there's no GET_VERSION support either, so this will have to be detected by attempting to read page 41 after GET_VERSION NAKs. |
Ran into a little snag with this, I'm not sure where to source actual NTAG203s. The cards Adafruit sells are counterfeit NTAG213s. |
want me to mail you a couple??
I've been looking into it, it seems they're obsolete yet at the same time
they are still in use everywhere.
…On Thu, Jun 30, 2022 at 1:15 PM Yukai Li ***@***.***> wrote:
Ran into a little snag with this, I'm not sure where to source actual
NTAG203s. The cards Adafruit sells are counterfeit NTAG213s.
—
Reply to this email directly, view it on GitHub
<#1284 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASFLKJXMTK4Z54CDORKN7LVRX57XANCNFSM5XM36K3A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Currently asking Adafruit to confirm whether they have an inventory of any NTAG203s, but if they don't, then sure. |
Adafruit said their manufacturer switched chips on them, so their stock is not guaranteed to be NTAG203. I've sent you an email to the address you have on your commits. |
no problem I'll dig a few out and the other later today, direct email me
the shipping address.
…On Thu, Jul 7, 2022, 13:25 Yukai Li ***@***.***> wrote:
Adafruit said their manufacturer switched chips on them, so their stock is
not guaranteed to be NTAG203. I've sent you an email to the address you
have on your commits.
—
Reply to this email directly, view it on GitHub
<#1284 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASFLKI7NPD2BQSX3XWUZSLVS44JVANCNFSM5XM36K3A>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
@gornekich what do you think? Can we include it in our plans? |
@evilpete Got the tags, and finished up the PR. |
Flipper will scan NTAG215 but not the simular/simpler lesser memory NTAG203 tags
NTAG203 and the NTAG215 are from the same NTAG family of chips (Both Type 2) ( ECC signatures are not supported in the NTAG203)
The text was updated successfully, but these errors were encountered: