miguelbalboa / rfid

Arduino RFID Library for MFRC522
The Unlicense
2.77k stars 1.44k forks source link

Will this library work with this RFID RC522 module ? #531

Closed adrianTNT closed 4 years ago

adrianTNT commented 4 years ago

Hello. My RFID RC522 module looks like this:

RFID RC522

The pinouts are labeled: NRST, GND, SWIM, VCC and GND, RX, TC, VCC I cannot find any documenation, prodocol it uses, product name, etc, nothing :/

Thank you.

Rotzbua commented 4 years ago

I cannot find any documenation, prodocol it uses, product name, etc, nothing :/

That is the worst case. 💥

Your mentioned labels let me suggest i2c as supported protocol, which is not supported by this library. You can find libraries with i2c by github search or my untested fork, see #522.