Open thijstriemstra opened 8 years ago
That looks like any RC522 module, try (The table was taken from [https://github.com/ondryaso/pi-rc522/blob/master/README.md])
Board pin name | Board pin | Physical RPi pin | RPi pin name | Your Module |
---|---|---|---|---|
SDA | 1 | 24 | GPIO8, CE0 | SS_N |
SCK | 2 | 23 | GPIO11, SCKL | SCLK |
MOSI | 3 | 19 | GPIO10, MOSI | MOSI |
MISO | 4 | 21 | GPIO9, MISO | MISO |
GND | 6 | 6, 9, 20, 25 | Ground | GND |
RST | 7 | 22 | GPIO25 | RSTN |
3.3V | 8 | 1 | 3V3 | DVDD |
Thanks for your feedback @faultylee, I'll give that a try.
@thijstriemstra Well, does it work? I have trouble finding any info about it.
ill give it a try this weekend, thanks for your patience.
Any news? Does it work? Any insights to share? :-)
I connected it using @faultylee's instructions but no response when I swipe over it. It also seems it doesn't have a LED indicator so it's hard to say what it's doing.
Do you have any idea if and how this reader pictured below would map to the pins mentioned in the documentation?