tagtool.py stuck at touch a tag on raspberry pi

Asked by Toby Herbert

Hi there,

I am using a raspberry pi with a pn532 reader attached to it's GPIO.

Running tagtool.py finds the reader but doesn't see when you touch a tag on it. The same happens when running helloworld.py that sees the reader but not the tag.

Using libnfc's nfc-poll does see the tag so i am unsure why nfcpy doesn't.

Is it a supported device on the nfcpy library?

Kind Regards Toby.

UPDATE: It does work but it doesn't support Mifare Classic cards. Is there any way to use these?

Question information

Language:
English Edit question
Status:
Solved
For:
nfcpy Edit question
Assignee:
No assignee Edit question
Solved by:
Stephen Tiedemann
Solved:
Last query:
Last reply:
Revision history for this message
Best Stephen Tiedemann (stephen-tiedemann) said :
#1

Mifare Classic cards are not NFC Forum Tags and main goal for nfcpy is to implement NFC Forum specifications. It's simply a matter of priority and on my personal priority it's rather low. I'd happily accept merge requests if someone thinks it's necessary to support them. Technically nothing speaks against, although knowledge of read/write keys is required.
/Stephen

Revision history for this message
Toby Herbert (tobyherbert) said :
#2

Thanks Stephen Tiedemann, that solved my question.

Revision history for this message
Toby Herbert (tobyherbert) said :
#3

Hi Stephen, thanks for your help. Ill look into libnfc and try to use that with my Mifare Classic cards.

Thanks for your help.

Toby