Instructions for Setting up Wiegand Keypad with AccessHAT
This setup was done using a Rosslare AYC-F60 Wiegand keypad and reader.
- Connect Wiegand keypad to AccessHAT using the terminal.
2. Compile and run the Wiegand driver.
cd accesshat_drivers/wiegand_driver/
gcc wiegand_example.c -laccesshat -lwiringPi -lrt
sudo ./a.out
3. Using the Wiegand driver.
After pressing the keypad number keys or tapping an access card or fob, you will see the data on the terminal.
- You can type up to 6 keys and either press # or wait one second for the data to transmit.
- Use * to cancel any keys pressed.
- Can use the Wiegand reader for access cards and fobs too.