-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR] Add support for PN5180 - RFID #4827
Comments
What's the USP (Unique selling point) for adding support for this board? We already have support for several, differently interfaced, RFID boards... |
The PN5180 can read the card/tag up to 15 cm. |
The second library you linked is apparently also supporting the PN532, which we do support. |
PN5180 uses different library than PN532. |
PN532 does support SPI, I2C and serial (AFAIR), but we support it in I2C mode only. PN5180 only has support for SPI interface. |
As far as I can remember is SPI support for the PN532 far from stable. Have to see if it is already available for a reasonable price at the usual channels. |
It looks like the PN5180 is an NFC reader, not a RF-id. |
It costs about 5 Euro on AliExpress. |
Hi!
Is it possible to add NXP Semiconductors PN5180 RFID?
Docs Libraries:
https://github.com/ATrappmann/PN5180-Library
https://github.com/taymuur/ESP32-PN5180-PN532
https://github.com/playfultechnology/arduino-rfid-PN5180
https://github.com/dotnet/iot/tree/main/src/devices/Pn5180
https://docs.nanoframework.net/devicesdetails/Pn5180/README.html
Many thanks!
The text was updated successfully, but these errors were encountered: