how can i make this RFID module work, i dont have diagram and i cant find this type of module in the internet also. and what kind of library would i used?
Asked
Active
Viewed 1,044 times
1 Answers
2
Your module is a cheap 125 kHz RFID module that supports a Serial
interface and also provides Wiegand output. You can communicate with it by merely connecting 'V' to 5V, 'G' to GND, and 'TX' to a SoftwareSerial RX pin. It'll spit out the serial number of your RFID tag accompanied with a checksum. Download the library here, follow their instructions and run the basic example to scan a card.

SoreDakeNoKoto
- 1,175
- 1
- 9
- 16