View: 2231|Reply: 3

RFID code not working lesson 19

[Copy link]

2

Threads

2

Posts

10

Credits

Newbie

Rank: 1

Credits
10
Post time 2019-10-27 23:55:54 | Show all posts |Read mode
When I try to start Read.py from lesson 19 I get following error
/home/pi/Documents/Adeept_RFID_Learning_Kit_Python_Code_for_RPi-master/19_RFID/MFRC522-python/MFRC522.py:113: RuntimeWarning: This channel is already in use, continuing anyway.  Use GPIO.setwarnings(False) to disable warnings.
  GPIO.setup(22, GPIO.OUT)
Traceback (most recent call last):
  File "Read.py", line 21, in <module>
    MIFAREReader = MFRC522.MFRC522()
  File "/home/pi/Documents/Adeept_RFID_Learning_Kit_Python_Code_for_RPi-master/19_RFID/MFRC522-python/MFRC522.py", line 115, in __init__
    self.MFRC522_Init()
  File "/home/pi/Documents/Adeept_RFID_Learning_Kit_Python_Code_for_RPi-master/19_RFID/MFRC522-python/MFRC522.py", line 386, in MFRC522_Init
    self.MFRC522_Reset();
  File "/home/pi/Documents/Adeept_RFID_Learning_Kit_Python_Code_for_RPi-master/19_RFID/MFRC522-python/MFRC522.py", line 118, in MFRC522_Reset
    self.Write_MFRC522(self.CommandReg, self.PCD_RESETPHASE)
  File "/home/pi/Documents/Adeept_RFID_Learning_Kit_Python_Code_for_RPi-master/19_RFID/MFRC522-python/MFRC522.py", line 121, in Write_MFRC522
    spi.transfer(((addr<<1)&0x7E,val))
TypeError: function takes exactly 2 arguments (1 given)

Reply

Use magic Report

0

Threads

69

Posts

412

Credits

Website Editor

Rank: 8Rank: 8

Credits
412
Post time 2019-10-28 10:44:37 | Show all posts
The warning is because the status of the GPIO is not cleared after running the program of the previous course, and it will not affect the operation of the program. The error may be that the MFRC522 library have not been installed, please refer to the manual.
Reply

Use magic Report

0

Threads

3

Posts

10

Credits

Newbie

Rank: 1

Credits
10
Post time 2020-10-25 06:26:15 | Show all posts

The Problem still occurs, is there any update?
Reply

Use magic Report

23

Threads

223

Posts

814

Credits

Senior member

Rank: 4

Credits
814
Post time 2021-2-4 17:10:15 | Show all posts
1603578179 replied at 2020-10-25 06:26 AM
The Problem still occurs, is there any update?

We have updated the manual and code, please download again (V3.0 version):
https://www.adeept.com/learn/detail-23.html

Reply

Use magic Report

You have to log in before you can reply Login | Sign Up

Points Rules