Adding RC522 RFID reader to supported drivers - first working attempt attached #9916
Labels
enhancement
Type - Enhancement that will be worked on
fixed
Result - The work on the issue has ended
Have you looked for this feature in other issues and in the docs? Yes
Is your feature request related to a problem? Please describe. No
A clear and concise description of what the problem is.
Describe the solution you'd like
A clear and concise description of what you want to happen.
RC522 readers are far more prevalent than PN532 readers simply due to cost. There is not current support for them in Tasmota
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
I have made an RC522 work at its most rudimentary level by hacking into the PN532 ino. It works, but its obviously not clean and I have to compile my own BIN for this project. Perhaps someone with more time/skills can take this further or pretty it up so it is more acceptable to the main code base
This can be renamed .ino to use and just plug it right in and you have to also add the MFRC522.h library to the build.
Its only function right now is that when you scan an RFID card it will report out in the console the number of this card in the sensor data. It is formatted along the lines of tele/CardSwipe5/SENSOR = {"Time":"2020-11-19T07:20:53","PN532":{"UID":AFF2BA}} It works for my purposes but is rudimentary and an admitted complete hack. Someone else can do better
xsns_40_pn532.txt
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: