mxgxw / MFRC522-python

A small class to interface with the NFC reader Module MFRC522
GNU Lesser General Public License v3.0
524 stars 418 forks source link

New User Need Help #13

Open RohanMathur opened 9 years ago

RohanMathur commented 9 years ago

Hi! I am trying to run the codes you have uploaded.I have downloaded the SPI-py file and the RPI.GPIO -0.4la files, both of these are stored in my home/pi directory along with zip life of your code( I extracted them in the same home/pi) . I don't have a lot of experience with pi, just have run a simple code of PIR using GPIO which works. I have tried to run the files you gave in the Idle , gksudo idle- then opened the files in the order MFRC522.py, dump.py, read.py, then write.py and clicked on run module no output is coming, I am placing my RFID card to read but it is not reading anything, no print statements shown in the code are coming on python shell. an error line113 GPIO.setup(22,GPIO.OUT) is coming

i will recheck the pins but please tell me how to execute these file, I mean one by one or all together what is the procedure