Hi everyone, recently I have this project which needs to read 2 wiegand signal using Arduino Mega 2560.
I have an access control device which will output wiegand signal once the user is allow to enter, and there's a RFID reader which will transmit the card no in wiegand signal to my access control device.
So I need to get card no from the RFID reader and also from the Access control device, so I connect them like the attachment given, using a library here: ( GitHub - ugge75/Wiegand-V3-Library-for-all-Arduino ), everything works fine at first, but once a while, I can't read signal from the RFID Reader, and sometimes I can. Could anyone let me know why is this happening?
After done some researches on Google, I could only found this: I'm not sure if this ( Wiegand Splitter | rf IDEAS ) is needed for this project, since I'm using 1 wiegand output for 2 controller.
No, you should be able to do this project without this.
Your link points me to a .ino file. I am on a mobile device and they can’t cope with .ino files. This is why we ask you to post any code in a in a window using code tags.
I have a project where I read three wiegand RFID readers, but this is on a Uno so it won’t work on a Mega. I suspect that the problem is in the software but Wiegand outputs normally need pull up resistors and you haven’t got any shown on your diagram.