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

Indala 224 card not being read #2386

Open
Divide-By-0 opened this issue Feb 12, 2023 · 4 comments · May be fixed by #3337
Open

Indala 224 card not being read #2386

Divide-By-0 opened this issue Feb 12, 2023 · 4 comments · May be fixed by #3337
Assignees
Labels
Feature Request New feature or user-story you wanna add to flipper RFID 125kHz 125, 134 kHz RFID

Comments

@Divide-By-0
Copy link

Divide-By-0 commented Feb 12, 2023

Describe the bug.

I have a dual Indala 125 kHz ID and Mifare Classic 13.56 mHz card, and the Mifare classic reads fine on NFC. The Indala should read on the Extra Actions menu but nothing is detected.

Reproduction

Switch to Indala mode
Try to read
It doesn't read

Target

Indala card, len 224. Proxmark 3 recognizes it as chipset detection: EM4x05 / EM4x69.
The proxmark sometimes confueses it for a COTAG Found: FC 240, CN: 64702 Raw: EBE3...

Logs

There's nothing shown on the screen, what command is most useful for me to put logs?

Anything else?

I can read it on the Proxmark 3 (but not write it), it starts with 80000003...

@ghost
Copy link

ghost commented Feb 12, 2023 via email

@DrZlo13
Copy link
Member

DrZlo13 commented Feb 12, 2023

Yes, Indala-224 is not supported by the LF-RFID protocol library. We need to wait for someone to implement it.

@DrZlo13 DrZlo13 added Feature Request New feature or user-story you wanna add to flipper RFID 125kHz 125, 134 kHz RFID and removed Bug labels Feb 12, 2023
@DrZlo13 DrZlo13 changed the title Indala card not being read Indala 224 card not being read Feb 12, 2023
@Divide-By-0
Copy link
Author

I see, is it still possible to emulate/write if I know the ground truth code from being previously read?

@Codeplaya
Copy link

Codeplaya commented Mar 31, 2023

Looking at the github, I understand that Flipper is trying to read only Indala cards with PSK1 modulation.

At the same time, looking at Proxmark 3 commands code, it lists 4 different modulations for 4 different types of Indala cards right in the beginning of the code: “PSK1, rf/32, 64 or 224 bits (known)”

In their demodulation code on line 1779 there is demodulation code for Indala 64-bit and 224-bit cards. There is also a comment by Marshmallow that 224 formats are typically PSK2.

Maybe it is helpful for implementing Indala higher-bit cards in Flipper.

@Aidan-McNay Aidan-McNay linked a pull request Jan 4, 2024 that will close this issue
3 tasks
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 RFID 125kHz 125, 134 kHz RFID
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants