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

Way to set the supported modulations from within the codec code? #280

Open
maxieds opened this issue Oct 6, 2020 · 0 comments
Open

Way to set the supported modulations from within the codec code? #280

maxieds opened this issue Oct 6, 2020 · 0 comments

Comments

@maxieds
Copy link
Contributor

maxieds commented Oct 6, 2020

There are some current problems with my DESFire emulation mods when trying to detect the tags with libfreefare::mifare-desfire-info and/or a PM3 device. I looked into the libnfc related code that gets called by libfreefare. It looks to me like the mifare_desfire_taste function (source code here) that identifies whether a tag is of a DESFire type compares the ATS bytes, and also requires a supported modulation setting that gets set in the backend code.

I am not able to detect emulated tags with CONFIG=MF_CLASSIC|MF_ULTRALIGHT using the libnfc::nfc-list utility either. Is suspect it's a similar issue with the way this modulation is getting reported. Since it also does not seem to work for PM3 users, I wonder if this is something that should get handled in the Chameleon Mini codec code?

Any input to fix this and get the tags recognized with the libfreefare example utilities is much appreciated. Thanks.

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