-
Notifications
You must be signed in to change notification settings - Fork 397
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
Added option for multiple RFID Readers #1012
Conversation
To use it, the two files Reader.py and RegisterDevice.py must be replaced with the *py..Multi files. If you activate multiple RFID readers it´s e.g. possible to read Card and "Figure" RFID parallel.
Hi @ProchaskaMarkus |
Hi, |
Hi Markus 🙋♂️ Cool enhancement, so I could upgrade my Phoniebox to figures without soldering 😀 Does this also work with single readers? Then we could think about to merge your improvements into the original files in the future. |
f5f2736
to
9145cae
Compare
Hey s-martin,
If this is necessary, are those not listed by list_devices()? How are they added with RegisterDevice() then? Or do I have to write it manually in the deviceName.txt file? |
Yes, list_devices only returns USB devices, but no devices connected via GPIO interface. That's the reason why those are added manually. |
…e Reader.py.experimental.Multi) Added Register NonUSB Devices with RegisterDevice (see RegisterDevice.py.Multi)
I have now created the script Reader.py.experimental.Multi based on the Reader.py.experimental. With this script you can read from several USB devices and non-USB readers. I have also changed the registerDevice.py.Multi so that non-USB devices can be added. |
The following link describes the use case with two readers. One reader for the rfid figures and one for rfid cards. |
Hi @ProchaskaMarkus |
Hey, I will write the text for the Wiki the next days. |
-Added Multi Reader registration to buster-install-default.sh as extra option -Changed the installscripts/buster-install-default.sh to use new RegisterDevice.py.Multi -Added requirement for PN532 and RC522 installation direct to RegisterDevice.py.Multi if the user chooses it.
c9ea117
to
dc2a864
Compare
Issue #760
To use it, the two files Reader.py and RegisterDevice.py must be replaced with the *py..Multi files.
If you activate multiple RFID readers it´s e.g. possible to read Card and "Figure" RFID parallel.