flipperdevices / flipperzero-firmware

Flipper Zero firmware source code
https://flipperzero.one
GNU General Public License v3.0
12.75k stars 2.71k forks source link

LFRFID: chubb 125khz tag support #3792

Closed austinscreations closed 2 months ago

austinscreations commented 3 months ago

Description of the feature you're suggesting.

To extend existing 125khz rfid tag support:

I'm working on a project that uses a rather old 125khz rfid tag - chubb branded 125khz card has label "G-prox II" I've only found one other company with an "off the shelf" reader that works in my application but has been very painful process to buy was hoping the flipper would help be design my own reader.

I have roughly 20-25 cards on hand that I can provide RAW data from. Plus have two different readers that can read these cards. I'm not a good c programmer and currently busy in school so not sure I can offer much in the way of programming (also in no rush) but happy to help support this project (and quite happy with my new to me flipper)

here is an initial scan I did of one of the cards, and I'll await direction from someone on if the protocol is possible and what / if anything I can send to help. raw testing (card 054495).zip

thanks

Anything else?

No response

skotopes commented 3 months ago

Looks like dump to contains payload, we'll implement it later.

austinscreations commented 2 months ago

I loaded 741329a onto my flipper via qflipper and PR Add lfrfid GProxII support #3796 does solve the read on my specific card. (my cards happen to be 36bit cards)

thanks for the implementation.

edit: can also confirm emulation worked (test on proxmark3 easy reader, I'll try my other rfideas reader at some point as well)

skotopes commented 2 months ago

Awesome, I'll close this issue then.