Florian Karuhtz
Florian Karuhtz
To clarify: NTAG213 tags (13, not 15) seem to work in current master. (after applying the workaround from #2387, wich was also required for me to read MIFARE Classic tags)
Ah, now I see how these two issues are related. I'm just building my first Phoniebox and just ran into the #2387 issue with my existing [Tonuino](https://www.voss.earth/tonuino/) tags (small paper...
After adding ```python self.clear_bitmask(0x13, 0x04) ``` at https://github.com/ondryaso/pi-rc522/blob/master/pirc522/rfid.py#L499 (`/usr/local/lib/python3.9/dist-packages/pirc522/rfid.py` on the phoniebox) I am getting IRQs from the reader with my empty NTAG213 tags :tada: This will clear the `RxNoErr`...
> Do you want to open a PR ... to fix this upstream? Definitely, but only after testing a bit more to be sure that this actually fixes the issue....