Skip to content

Conversation

WillyJL
Copy link
Contributor

@WillyJL WillyJL commented Jun 29, 2025

What's new

I developed this as my final year project for university, as I have now got my results I'm here to upstream it (I was advised not to deal with uni bureaucracy weirdness so I waited until the course was over)

  • New Type 4 Tag (NDEF on NTAG4xx / MIFARE DESFire) protocol, full support
  • New NTAG4xx (NTAG413 DNA / NTAG424 DNA) protocol, only detection and basic info support
  • NDEF parsing plugin supports Type 4 Tag protocol
  • Show more version info for MIFARE Plus cards
  • Improve detection/verification of MIFARE DESFire and MIFARE Plus SE
  • Improve navigation for MIFARE Classic Update from / Write to Initial Card
  • Refactor Write code for MIFARE Ultralight/Classic in NFC app helpers
  • Cleanup event handling in NFC app
  • Refactor NXP Native Commands to share between protocols (used by MIFARE DESFire, MIFARE Plus, NTAG4xx)
  • MIFARE DESFire poller API can now switch between native and ISO7816-wrapped commands
  • Expand ISO14443-4A API with listener (emulation) support for sending responses to reader (except I-block chaining)
  • Exposed some APIs for apps to use that were meant to be public:
    • ISO14443-3A listener (emulation)
    • ISO15693-3 device (data), poller (reading), listener (emulation)
  • Cleanup/reorder protocol definitions for tidiness

image
image
image
image

Verification

  • Test that reading, parsing, writing and emulating of NTAG4xx and MIFARE DESFire containing NDEF data works as expected
  • Test that writing MIFARE Ultralight / Classic works as before
  • Test that reading MIFARE Plus EV1/2 shows extra version info in More > Info > More (just like NTAG4xx and similar to DESFire "Card Info" option)
  • If possible test reading original MF3ICD40 DESFire to ensure other changes did not break compatibility with pre-ISO7816 DESFire
  • Test that Edit UID options in NFC app (where applicable) work as before

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

WillyJL and others added 23 commits March 26, 2025 12:15
@zhovner
Copy link
Member

zhovner commented Jul 11, 2025

Wow, thank you. Will review and merge soon.

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

Successfully merging this pull request may close these issues.

3 participants