-
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
Implement RDM6300 RFID reader #4825
Comments
i dont have such a reader, i have the pn532, if anybody implements the requested debouncing, |
Hi ozett, |
If you connect it directly to the esp8266 RX pin. You should see the commands coming from your tag reader, right? In that case there is nothing extra to add. You can make the rules you want with the commands coming from your reader. |
The current implementation of the PN532 driver scans for a tag every 250ms - If a tag is found it will suspend scanning for 2 seconds - If the same card is present again (or still present) then it will generate a new mqtt message and event. This is done for two reasons
|
i would send the TAG UID as long as the card is hold before the reader, that way, for shorthand examples, overall, a short debounce is normal on a switch, and so i guess on the reader, |
Hi, Closing issue as it is not going to be added soon. Added the label Feature Request (hold over) for future reference. Thanks everyone for sharing their ideas 👍 |
attached is a ready to use RDM6300 driver. just copy it into the sonoff folder. it claims the serial port, so nothing to set up except #define USE_RDM6300 |
Please, make a PR for Theo to review it. Thanks |
Have you look for this feature in other issues and in the wiki?
Yes.
There is only this article but not is usefull in real scenario because the TAG ID is read continuosly while is near the reader with generation of a lot of identically repetead MQTT messages
https://github.com/arendst/Sonoff-Tasmota/wiki/Wemos-D1-Mini-and-RDM6300
There is also an old request without any response:
#1599
Is your feature request related to a problem? Please describe.
It's an enhancement for using the low cost RDM6300 RFID reader to implement a door/access control entry based on low cost Tag ID.
Important: This reader need only one GPIO pin (rx serial) to work.
Describe the solution you'd like
The best (probabilly) solution is to implement this library:
https://github.com/arduino12/rdm6300
(Work also with ESP8266 chip)
_
_
The library read only one time the same ID TAG positioned near the reader until are not get away
Describe alternatives you've considered
Buy an PN532 reader...
#2915
Additional context
The reader on Amazon:
https://www.amazon.com/s/ref=nb_sb_noss?field-keywords=rdm6300
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: