-
Notifications
You must be signed in to change notification settings - Fork 425
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
add support for RDM6300 125KHz RFID reader #163
Conversation
I also wrote a simple library to interface with the RDM6300 RFID reader: https://github.com/arduino12/rdm6300
I fixed a bug in the rdm6300 lib (new version is 1.0.1), |
Actually, you can even set the revision on platformio ini of a git repository. Platformio Library manager is just a json crawler. No need to wait. Anyway i will review your PR, thank you. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfectly clear, amazing, thank you.
Thank you, this is great. |
You're welcome, Before I connect two of these to my lab's doors, PS: |
Thanks to @nardev the board is really good, is this keypad works on spi bus? Also there are wiegand readers that also have keypad built in i think that will be more looking good on your lab's door. |
This keypad is based on MPR121 - I2C interface capacitive touch sensor, |
I also wrote a simple library to interface with the RDM6300 RFID reader:
https://github.com/arduino12/rdm6300