Skip to content

alperenguman/rpi-wiegand-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiegand Reader for Raspberry Pi

Use this repository to read RFID cards with the Raspberry Pi.

Wires Function
Red Typical operation 5V-12V -- 3.3V + 5V from GPIO is connected
Black Ground
Green Data 0 - Logic 5V coming out, regulate down to 3.3V for rPi GPIO
White Data 1 - Logic 5V coming out, regulate down to 3.3V for rPi GPIO
Yellow Programmatic Beep Control (Reader beeps when Yellow is set to ground)

To compile:

$ gcc -lpthread -lwiringPi -lrt reader.c -o reader.o

Sample output:

Output

Wiring:

Fritzing Cable attachments

About

RFID Wiegand Reader for the Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages