通过 arduino 和 MFRC522 在 Mifare 上使用 MFOC

Use MFOC on Mifare with arduino and MFRC522

我有一个 Mifare RFID 标签,我知道密钥 A。

但是我需要密钥B

如何在带有 MFRC522 的 arduino 上使用 MFOC?

我一直在研究,但没有找到任何参考。

MFOC 依赖于 libnfc。有一个 libnfc 版本可以使 Arduino 板与 libnfc 兼容。

http://nfc-tools.org/index.php?title=Libnfc:Arduino

https://learn.adafruit.com/adafruit-pn532-rfid-nfc/libnfc

他们在 Arduino 上有特定的软件和 libnfc 的补丁版本。他们依赖于与 MFRC522 不同的 PN532 reader。

有一个支持 MFRC522 的类似库,但它不起作用。

https://github.com/ehkom/libnfc

MFOC 也不会在 arduino 上直接 运行。