-
Hello
Great job,
Wiegand support for Access Control Board would be great. Thank you
-
Pyramid card is Wiegand communication protocol and it is already realized in Proxmark3 repo, so idea is add this code to Chameleon Ultra.
Here is file in proxmark repo - "wiegand.c" (full link is htt…
-
Hello,
nemrég került a birtokomba egy wiegand reader.
(Rfid + keypad Aliexpressről)
Esp8266-al próbáltam a kódod, majd csak simán a könyvtár wiegand teszt fájlját, de nem mutatott semmi kommunikáci…
-
Was just wondering whether it would be possible to monitor two readers with the same controller. I tried the following code but it only logs reads from `Wiegand1`.
```
#include
WIEGAND wg1;
W…
-
Hello,
i have Mifare card with UID A4DCCC1D.
When reading with Wiegand reader using Wiegand 32 Type with this code i get this:
HEX = 126E660E, DECIMAL = 309224974, Wiegand Type = W32
The cod…
-
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 …
vrelk updated
4 months ago
-
Continued thread for RFID keyboards, issue #4
https://github.com/paulo-raca/YetAnotherArduinoWiegandLibrary/issues/4
We have found that the code that we last worked on 3 months ago does not work …
-
Hello.
I am using https://github.com/me-no-dev/ESPAsyncWebServer on an ESP32-EVB in a project that also uses the following library to read Wiegand Cards https://github.com/paulo-raca/YetAnotherArduin…
-
We're trying to go away from a dependent rich library, pigpio-client to RPIO for our Wiegand readers but are facing some problems with the polls. Below is a snapshot of the current code and old code. …
-
Hi – I bought a Hikvision Wiegand 26/34 Keypad (DS-K1802MK) to connect with ESP-RFID (v.2.0.0rc) however it only recognises input digits partially. Is this a known bug or are some Wiegand devices comp…