I have a problem that I need to control two NFC RC522 over a long distance. Now I saw that there is LTC6820 IC that could make my life easier.
However in the datasheet it can be seen that the SPI slaves need an address to indentify, because the CS pin is not switched separately. Is there any way to classify an RC522 with an address and then be able to use it with an Arduino and the MFRC522 library?
Here is a datasheet of the LTC6820: https://www.analog.com/media/en/technical-documentation/data-sheets/LTC6820.pdf
In the datasheet (https://www.nxp.com/docs/en/data-sheet/MFRC522.pdf) of the RC522 there is something about addressing in the bullet point 8.1.2.3, but I don't understand it yet.
I hope someone can tell me about a multidrop connection with the LTC6820 with RC522 slaves.