-
Notifications
You must be signed in to change notification settings - Fork 424
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wiegand reader leds and buzzer control. #470
Comments
hey @hinkma can you share some documentation of your specific wiegand device? I've tried understanding on mine if it's possible to manage lights and buzzer but I couldn't find any docs. It would be interesting! |
I use HID multiCLASS SE reader. It is Red and Green light and buzzer own input. When input connect GND (down) it activates the action. This normal almost every Wiegand in the commercial reader. https://www.hidglobal.com/doclib/files/resource_files/plt-01579-a.4_iclass_se_multiclass_se_installaton_guide.pdf |
Happy to donate an hid iclass se reader to the Dev if cover post |
hey @hinkma and @CountParadox we have implemented recently support for beeper and LED for access denied or for pincode waiting: you can wire them to the wiegand led/beeper, right? |
Hi. I can test weekend. Thanks. |
Can some one build ESP12E program? [{ |
I can build, my mistake. Problem in Platformio |
First thing, I use dev branch, I can't build and upload new program to ESP. ESP stuck boot loop at the start. I build new program and transfer that by webui update when older version is installed , then new program start. |
Would it be possible for the Wiegand reader to get outputs for LEDs, green and red, and a buzzer?
From an accepted reading, the green LED would light up for the set time and the buzzer would give a uniform beep. If there was no right of way then the red LED would light up for the set time and the buzzer would give an intermittent beep.
The text was updated successfully, but these errors were encountered: