Hey guys.
I need to read a lot of RFID's, and I want to bundle as many readers as I can on a arduino
I'm using:
the generic MFR522 RFID MODULE as the reader
Arduino Mega
the library GitHub - miguelbalboa/rfid: Arduino RFID Library for MFRC522
I made a "expander" pcb toat has only some headers to stick the rfids in them.
I use a level shifter between the mega and the readers.
MISO, MOSI, SCK, RESET are all shared with the readers, only SS is different for each reader.
It works well if I put the readers in the header, but if I use some wires (5cm) between the reader and the header, it won't work anymore.
The reader is not detected anymore.
Since it works directly in the header and not with the wires, I think is something related to noise?
Any ideea how to make it work?
Lower the clock, add some filtering stuff?
Any ideea is welcomed.
Thanks.