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

125kHz Card Not Reading - Images and Raw Files Attached #3646

Open
davewilliamstx opened this issue May 13, 2024 · 6 comments
Open

125kHz Card Not Reading - Images and Raw Files Attached #3646

davewilliamstx opened this issue May 13, 2024 · 6 comments
Assignees
Labels
New Feature Contains an IMPLEMENTATION of a new feature RFID 125kHz 125, 134 kHz RFID

Comments

@davewilliamstx
Copy link

Description of the feature you're suggesting.

Have tried two different versions of this card, not reading on Flipper. I'm not sure on source of the cards, our HOA uses them.

Unknown RFID Card.zip

IMG_0804 Large
IMG_0805 Large
IMG_0806 Large

Anything else?

No response

@davewilliamstx davewilliamstx changed the title 125MHz Card Not Reading - Images and Raw Files Attached 125kHz Card Not Reading - Images and Raw Files Attached May 13, 2024
@skotopes
Copy link
Member

Yep this one is RFID, payload ASK coded, should be totally doable.

@skotopes skotopes assigned DrZlo13 and gsurkov and unassigned DrZlo13 May 22, 2024
@skotopes skotopes added RFID 125kHz 125, 134 kHz RFID New Feature Contains an IMPLEMENTATION of a new feature labels May 22, 2024
@zinongli
Copy link

zinongli commented Jun 9, 2024

The reading using flipper-raw-rfid from .ask looks similar to #3336
100000000011010010111111111111111111111011110011011100111011000011011010010111111111111111111111
Inverting it and parsing spacers gives wiegand 26-bit format
preamble ??bitlen reserved EPf fffffffc cccccccc cccccccOP CS1 CS2
0111111111 0 01011010 0 00000000 0 00000000 0 01000011 0 01000110 0 01001111 0 01001011 0 10000000 0 00000000 0 0000
f deontes facility code and c denotes card id. In this case card id is 1010001100100111 which is equal to 41767 in decimal. The same card number as printed on OP's card.

Also long pulses are around 330 mu sec given by Flipper Lab's pulse plotter. Close enough to RF/40 clock which would give 320 mu sec.

I'm not sure if inverting is intentional or if it is my mistake in analyzing the signal. If it is intended to be like the second sequence, then my PR #3697 should enable support for this card as well.

@davewilliamstx : do you mind taking a photo of the reader? It might help confirming the brand and protocol of this card.

@davewilliamstx
Copy link
Author

davewilliamstx commented Jun 12, 2024 via email

@zinongli
Copy link

Thanks! I'm not sure if the image got through from email replies to the comment section. Would you mind upload it on github directly?

@davewilliamstx
Copy link
Author

Ah, drat - here it is again. Cheers!
RFID Reader

@zinongli
Copy link

zinongli commented Jun 12, 2024

Ok I'm pretty sure that's a securakey radio key reader. Should be supported once my pull request above passes through, fingers crossed.

In the meantime, if you toggle on Debug Mode, you should be able to read raw and emulate raw. I've heard of successes with securakey raw emulations. Maybe it works in your case too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Feature Contains an IMPLEMENTATION of a new feature RFID 125kHz 125, 134 kHz RFID
Projects
None yet
Development

No branches or pull requests

5 participants