sage full transcript highlights tlfong01 2888 Apr 1, 14:33 Next step is to use a multi-meter to check the open/short wiring of SPI connection of MRFC522 module to Rpi. 2 hours later… 627117717.pr Apr […]
penzu pirc522 usage examples
5:27PM FRI. 4/10/2020 MRFC522 Programming V1.0 – pirc522 usage examples penzi link: https://penzu.com/p/e2834d88 RFID Usage https://github.com/ondryaso/pi-rc522/blob/master/README.md from pirc522 import RFID rdr = RFID() while True: rdr.wait_for_tag() (error, tag_type) = rdr.request() if not error: print(“Tag […]
MFRC522 NFC Discussion Notes
How can Rpi python read a MFRC522 NFC tag? Ask Question Asked 12 days ago Active today Viewed 217 times 1 Trying to read my RFID MFRC522 using a Mifare blue tag and it is […]