Giter Club home page Giter Club logo

Comments (3)

schnellerFuchs avatar schnellerFuchs commented on July 16, 2024 1

Hello,

I have this RFID Chip: RFID Kit RC522 mit Reader, Chip und Card 13,56MHz SPI https://www.amazon.de/AZDelivery-Reader ... B074S8MRQ7

(This reader is working fine on an Arduino project using RFID tags that are belonging to a key system!!)

I use this RFID chip on a python project with two libraries:

"MFRC522" https://github.com/mxgxw/MFRC522-python/
"RC-522" https://github.com/ondryaso/pi-rc522

MFRC522 detects all cards and other RFID tags that I use. And - if I change code a little bit - I can use 7 byte UIDs. So I could use MFRC522, but since it has a very high CPU load, I would rather use RC-522. (Yes, its known that you can reduce CPU load a little bit by adding a sleep. But it's not that good in CPU load as RC522 by ondryaso.=

So, if I use the RC522 project of ondryaso it reads only some of my tags (wired correctly). But it doesn't detect all the rfid tags I use. The code is different and something prevents it to read the key system tags...

Technically, the reader is definitely able to read all the tags. MFRC522 can read it and it works in an Arduino project.

I use it with a Raspberry Pi Model 3 B.

Thanks!

from pi-rc522.

OmegaMatze avatar OmegaMatze commented on July 16, 2024

I have something similar.
The NXP MIFARE Classic 1k (ISO14443-3A) working fine.
But NXP MIFARE DESFire (ISO 14443-4) i don't get the full UID. they have a 7 Byte UID.
Also these are not detected by wait_for_tag.

I just used:

   rdr = RFID()
   (error, data) = rdr.request()
   (error, uid) = rdr.anticoll()

from pi-rc522.

schnellerFuchs avatar schnellerFuchs commented on July 16, 2024

Hello,
same Problem here!

If I use MFRC522 from [https://github.com/mxgxw/MFRC522-python], i can read any card.
But if I use pi-rc522 due to heavy CPU load of MFRC522, unfortunately, some of my cards and chips don't get read.

Is there a way to fix the problem?
Thanks!

from pi-rc522.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.