I am working on a system involving an EBay version of the MFRC522 RFID card scanner. The card claims to have several communication interfaces, and the Miguel Balboa library for the scanner implements the SPI interface, including a MOSI, MISO, SCK, and SS pin. The version of this scanner that I bought does not have a pin labeled SS (slave select), but has an SDA pin, probably for the I2C interface. If SS is not present, does that imply the chip considers itself selected all the time, or does the SDA pin represent SS in this case?
Thanks in advance for any help.