rfid

How to break out of a While True loop in Python

How to break out of a While True loop in Python Question: I am reading cards in Python using an RFID Reader and I want to detect how long a card has been detected for in seconds, minutes and hours. The program begins to run once a card has been detected and starts the count …

Total answers: 1

Defining a NDEF Message

Defining a NDEF Message Question: I am working on a Python project with my Raspberry Pi and the RFID-RC522 board. As NFC tags I use NXP NTAG213. My plan now is to store links on the tags. I can read/write on them without a problem. But I don’t understand how to define the NDEF header …

Total answers: 2