How to detect removed card with MFRC522
问题 I am working on project where I need to read ID of NFC tag, and then perform some action based on that ID. So far I am able to read it once (object with tag is on the reader whole time), but I also need to have some feedback when object is taken off. I am using MFRC522 reader with RPi and SimpleMFRC522 library. I've tried poking around code in that, but without any success. Do you have any directions / ideas? I have following code: reader = SimpleMFRC522.SimpleMFRC522() buffor = 0 while