Setup Guide for the AccessHAT with Wiegand Keypad

Instructions for Setting up Wiegand Keypad with AccessHAT

This setup was done using a Rosslare AYC-F60 Wiegand keypad and reader.

  1. 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.

Back to blog

Leave a comment

Please note, comments need to be approved before they are published.