Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Can I read the blue tags also? #19

Open
MerlinGuy opened this issue Dec 4, 2019 · 1 comment
Open

Can I read the blue tags also? #19

MerlinGuy opened this issue Dec 4, 2019 · 1 comment

Comments

@MerlinGuy
Copy link

I have this library example working for the white cards but it does not detect the blue tag. Can anyone tell me if this is possible and if so what do I need to do. Thanks.

@alastaira
Copy link

"Fobs" / "cards" are just differently shaped plastic cases to contain an RFID PICC (the "tag") - what matters is not the shape of the plastic hardware, but the protocol of the RFID tag inside.
The PN5180 hardware supports several different RFID protocols, but this library currently only supports the ISO15693 interface.
From your description I would assume that your card uses ISO15693 (so works correctly with this library), but your blue tag uses the ISO14443 interface instead (you could verify this by trying to read the blue fob on one of the common MFRC-522 ISO14442 readers).

There is already an open issue to introduce ISO14443 support - fortunately it's a well-documented standard: #6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants