flipperdevices / flipperzero-firmware

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

RFID Farpointe Pyramid support #2995

Open Tylerrattv opened 1 year ago

Tylerrattv commented 1 year ago

Describe the bug.

Hi,

Got a unreadable tag. I believe this a "Farpointe Pyramid MAXSecure" format on a T5577 tag. Have attached raw RFID files. Unreadable.zip

Reproduction

RFID Read

Target

No response

Logs

No response

Anything else?

No response

Tylerrattv commented 1 year ago

Is there any update to this tag being supported?

skotopes commented 1 year ago

Nope, it's in backlog

crunchy234 commented 12 months ago

Hopefully this helps but this has been implemented on the Keysy RFID duplicator: https://medium.com/@ninjavelli/anytime-fitness-hacked-rfid-nfc-tag-duplicator-vs-access-control-systems-9e9d175766e7

Very keen to have this feature working. Also can test dev builds of this if that is helpful.

crunchy234 commented 12 months ago

Just looking at the firmware code, it seems like this is supported: https://github.com/flipperdevices/flipperzero-firmware/blob/dev/lib/lfrfid/protocols/protocol_pyramid.c

I can read my card successfully but can't emulate it successfully.

During an emulation, the reader beeps as if it's a real card, but then the door doesn't open 🤔

skotopes commented 12 months ago

@crunchy234 we need that reader ;-( As I remember we already in the process of ordering it. @doomwastaken correct me if i wrong

crunchy234 commented 11 months ago

I have been using this release https://github.com/Flipper-XFW/Xtreme-Firmware/releases/tag/XFW-0052_09122023 Which makes emulation work on the door, aka a Beep & unlock door...

I'm using the same scan from v0.95—stable standard firmware

I also tried RC v0.96.1, which didn't work for me either.

IMLJ2009 commented 11 months ago

I have the same issues, do you successfully solve this problem? thanks.

skotopes commented 10 months ago

@gornekich @doomwastaken any progress?