Obsttube / MFRC522_NTAG424DNA

Arduino RFID/NFC Library for NXP NTAG 424 DNA tags using MFRC522.
MIT License
6 stars 2 forks source link

MFRC522_NTAG424DNA

Arduino RFID/NFC Library for NXP NTAG 424 DNA tags using MFRC522.

Read and write a NTAG 424 DNA card or tag. Plain, Mac and Full communication modes supported. LRP and SDM not yet supported.

Warning! This library and its dependencies take a lot of flash and SRAM. Basic programs should work on Arduino Uno, but even some medium-complexity ones might be unstable. It is recommended to use ESP8266 instead. This library should work on NodeMCU as well, but it was not tested.

To use this library you have to install two libraries manually (see Dependencies section).

Author: Piotr Obst

DNA_StatusCode numbers

What works and not?

Works

Works partially

Does not work

Compatible boards

Tested on Arduino Uno and ESP8266 (on ESP-12E, ESP-12F, ESP-12S modules). Not tested on ESP-12 (without a letter) and other ESP modules.

Pin layout / how to connect?

See https://github.com/miguelbalboa/rfid#pin-layout

Dependencies

License

MIT License

Copyright (c) 2023 Piotr Obst

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.