mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
521 stars 419 forks source link

Read card from two RC522 readers #19

Open latoz opened 8 years ago

latoz commented 8 years ago

Hi

Thanks for great software.

How to modify MFRC522.py and Read.py file to read from two readres ? I'm connect first to /dev/spidev0.0 (24 pin) and second /dev/spidev0.1 (25 pin). I'm can read from first and second reader when change /dev/spidev0.0 ti /dev/spidev0.1 in MFRC522.py.

Regards Lukasz

ghost commented 7 years ago

@latoz I believe it is late, but I present a solution at this link: https://github.com/erivandoramos/TwoRC522RPi