esprfid / esp-rfid

ESP8266 RFID (RC522, PN532, Wiegand, RDM6300) Access Control system featuring WebSocket, JSON, NTP Client, Javascript, SPIFFS
MIT License
1.36k stars 422 forks source link

Mqtt control relay switch #255

Closed zhangziran closed 5 years ago

zhangziran commented 5 years ago

Is there another way to implement Wiegand to read encrypted sectors?

zhangziran commented 5 years ago

.

Netoperz commented 5 years ago

wiegand, no. You need PN532 for example and some code to get the data, it's not a problem to do that , there are examples on the pn532 lib to red data, and on the gui you should add the place to input the password if you want to use own encrypted tada not the satandard keys.

As for wiegand, You need to buy reader that can work that way, for example ROGER has got this functions where you may preprogram the reader to read choosen sector with a default or predefined by admin key to decipher, and than it is throwing the output to the wiegand where you could catch the data using this device.

zhangziran commented 5 years ago

wiegand, no. You need PN532 for example and some code to get the data, it's not a problem to do that , there are examples on the pn532 lib to red data, and on the gui you should add the place to input the password if you want to use own encrypted tada not the satandard keys.

As for wiegand, You need to buy reader that can work that way, for example ROGER has got this functions where you may preprogram the reader to read choosen sector with a default or predefined by admin key to decipher, and than it is throwing the output to the wiegand where you could catch the data using this device.

Hello, thank you very much for your reply and patient answers.