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

Support for NFC NTAG203 #1284

Closed
evilpete opened this issue May 31, 2022 · 8 comments · Fixed by #1383
Closed

Support for NFC NTAG203 #1284

evilpete opened this issue May 31, 2022 · 8 comments · Fixed by #1383
Assignees
Labels
Feature Request New feature or user-story you wanna add to flipper NFC NFC-related UI Affects UI

Comments

@evilpete
Copy link

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)

@evilpete evilpete added the Feature Request New feature or user-story you wanna add to flipper label May 31, 2022
@GMMan
Copy link
Contributor

GMMan commented Jun 15, 2022

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.

@GMMan
Copy link
Contributor

GMMan commented Jun 30, 2022

Ran into a little snag with this, I'm not sure where to source actual NTAG203s. The cards Adafruit sells are counterfeit NTAG213s.

@evilpete
Copy link
Author

evilpete commented Jun 30, 2022 via email

@GMMan
Copy link
Contributor

GMMan commented Jun 30, 2022

Currently asking Adafruit to confirm whether they have an inventory of any NTAG203s, but if they don't, then sure.

@GMMan
Copy link
Contributor

GMMan commented Jul 7, 2022

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.

@evilpete
Copy link
Author

evilpete commented Jul 7, 2022 via email

@skotopes
Copy link
Member

@gornekich what do you think? Can we include it in our plans?

@GMMan GMMan mentioned this issue Jul 11, 2022
3 tasks
@hedger hedger added NFC NFC-related UI Affects UI labels Jul 20, 2022
@GMMan
Copy link
Contributor

GMMan commented Jul 21, 2022

@evilpete Got the tags, and finished up the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or user-story you wanna add to flipper NFC NFC-related UI Affects UI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants