Hey,
I bought a RC522 for a project with a Raspberry Pi 4 but the RC522 has a short range. I need a range of at least 10 cm. So, I bought the PN5180, but now I can't find any working library. I want to use Python for this project, but a C++ or any other programming language library would also be fine. Is there any library available?
Here is the Hardware I want to use: Raspberry Pi 4 to control the reader, NFC Tag (NFC-Chip: NXP NTAG213, NFC-standard: ISO/IEC 14443-A, NFC Forum: Type 2), PN5180
Note: I want to read the UID and don't need to write to the chips.
Thanks, Konrad