-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
SeeedStudio Grove 125khz RFID reader Wiegand protocol #9673
Comments
To rule out useless work being done I suggest you start to use the default Wiegand arduino code provided by seeedstudio on their devices and see if no fake data pops up. I don't expect this will solve the fake issue as the serial fake data was valid data with a valid header and a valid tail. I would expect to see the same using the wiegand interface. I guess there is a reason why there is different kinds of RFID hardware ;-) |
I'll close the issue as I need an Arduino for that. When I have one, I'll post my findings.. |
Reopening as requested by other users. Just for reference:
|
My Arduino is still on it's way... |
This issue has been automatically marked as stale because it hasn't any activity in last few weeks. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue was automatically closed because of being stale. Feel free to open a new one if you still experience this problem. |
Have you looked for this feature in other issues and in the docs?
Yes, but only a long closed issue.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
The problem is RDM6300 like readers seem to output fake data on the serial TX. See issue #9522
Describe the solution you'd like
A clear and concise description of what you want to happen.
SeeedStudio Grove 125khz readers also offer Wiegand communication by switching a jumper.
They have a wiki page with details about the readers.
And also in the page you can find Arduino sample code for the wiegand interface.
It's a matter of tasmotizing the code.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
No alternatives
Additional context
Add any other context or screenshots about the feature request here.
SeeedStudio Grove 125khz is superior to the RDM6300 and even if they output the same data on the serial, these readers pick up the cards from greater distance and don't miss tags.
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: