monkeyboard / Wiegand-Protocol-Library-for-Arduino

Wiegand 26 and Wiegand 34 Protocol Library for Arduino
323 stars 131 forks source link

Does the reader support 125Khz readers? #60

Open Proggopogo opened 2 years ago

Proggopogo commented 2 years ago

I have received a reader which is similar to the one we discussed over here, but this one uses the 125khz standard instead of the Mhz standard. I receive no output whatsoever, even tho the wiring is the same, and it's all properly connected. Any ideas?

jpliew commented 2 years ago

Hi @Proggopogo , this library basically read the Wiegand data and is not aware of what reader. Therefore as long as the reader is sending out Wiegand data. 125KHz or Mhz is not relevant. Please see explanation below.

CARD----->(Khz/Mhz)---->READER----->Wiegand---->(This library)

Proggopogo commented 2 years ago

Thanks a bunch! I had to add additional pull-up resistors to make the whole thing work.