protocol Wiegand 26
Code: Select all
# wget http://abyz.co.uk/rpi/pigpio/pigpio.zip
# unzip pigpio.zip
# cd PIGPIO
# make
# make install
# pigpiodCode: Select all
# netstat -anp|grep 8888
tcp 0 0 0.0.0.0:8888 0.0.0.0:* LISTEN 3772/pigpiod
Code: Select all
# wget http://abyz.co.uk/rpi/pigpio/code/wiegand_py.zip
# unzip wiegand_py.zip
# python wiegand.pyDATA0 and DATA1 are connected correctly, the power to have the reader, LED light, the reader is OK
bootloader and all packages updated
Code: Select all
# rpi-update
# apt-get update
# apt-get dist-upgrade