Improve ISO15693 listener timing and inventory handling#566
Open
OndrejMiko wants to merge 2 commits into
Open
Conversation
Add listener-side request/response events for ISO15693 and SLIX so emulate mode can log field transitions, received frames, CRC errors, and transmitted responses. Handle ISO15693 inventory masks and 16-slot anticollision by matching UID mask bits and deferring slot responses until the correct EOF slot. Track the requested ISO15693 data rate and use it for listener responses, and keep fast NFC-V listener timing configurable via Momentum settings.
OndrejMiko
requested review from
956MB,
HaxSam,
MatthewKuKanich,
Sil333033 and
WillyJL
as code owners
July 11, 2026 16:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This improves NFC-V / ISO15693 listener behavior, especially for emulation and SLIX cards.
The change fixes listener response timing, adds support for selecting the response data rate from the reader request flags, improves ISO15693 inventory mask handling, and adds proper 16-slot inventory EOF flow handling. It also exposes more listener events so the NFC app can log received frames, CRC errors, transmitted responses, and field on/off transitions during emulation.
Changes
FIELD ONFIELD OFFR:received requestE:received invalid/error frameT:transmitted responseTesting
git diff --check.devbase commit.