esp-rfid icon indicating copy to clipboard operation
esp-rfid copied to clipboard

Need more wiegand bit-length options

Open vrelk opened this issue 5 years ago • 4 comments

I noticed in your keypad code (src/rfid.esp line 41), you are only accepting 26 and 34 bits, otherwise it is a keypad entry. It would be nice to also add in 32, 35, and 64 bit options too. Maybe have a comma delimited entry for custom lengths?

32: another wiegand standard 35: HID Corporate 1000 64: one of the HID readers spits this out for Mifare cards

For output reference: https://pastebin.com/AcND7C5J (this was done by a HID MultiClass RP40 if I remember correctly)

http://cardinfo.barkweb.com.au/

vrelk avatar Feb 21 '20 08:02 vrelk

Hello,

you would have to upgrade the wiegand library that is used. Once it's upgradedd over there, than the compile will reflect and worn in esp-rfid as you expect.

nardev avatar Mar 15 '20 04:03 nardev

Ok, that looks easy enough. For now I have passed out the older fobs which are 34-bit and am keeping the 35-bit ones in a drawer. Still, might be useful to allow it for future releases.

vrelk avatar Mar 17 '20 15:03 vrelk