ondryaso / pi-rc522

Raspberry Pi Python library for SPI RFID RC522 module
MIT License
412 stars 150 forks source link

RFID-THM3030 #15

Open thijstriemstra opened 7 years ago

thijstriemstra commented 7 years ago

Do you have any idea if and how this reader pictured below would map to the pins mentioned in the documentation?

9176 png

faultylee commented 7 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
thijstriemstra commented 7 years ago

Thanks for your feedback @faultylee, I'll give that a try.

ondryaso commented 7 years ago

@thijstriemstra Well, does it work? I have trouble finding any info about it.

thijstriemstra commented 7 years ago

ill give it a try this weekend, thanks for your patience.

eboily commented 7 years ago

Any news? Does it work? Any insights to share? :-)

thijstriemstra commented 7 years ago

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.