Skip to content

Aterg264/NFC-Archetype-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

NFC-Archetype-Manager

This commit adds an Arduino sketch that enables reading and writing data on NFC tags using the MFRC522 RFID module. The sketch includes functionality for:

  • Initializing the MFRC522 module.
  • Authenticating with NFC tags using default or custom keys.
  • Reading data from specific blocks on the NFC tag.
  • Writing data to specific blocks on the NFC tag.
  • Handling errors during communication with the NFC tag.

The code is designed to be easily customizable for different use cases, such as storing and retrieving custom data structures or managing access control systems.

Dependencies:

Usage:

  1. Connect the MFRC522 module to your Arduino board.
  2. Upload the sketch to the Arduino.
  3. Use the serial monitor to interact with the NFC tag.

This implementation is ideal for projects involving NFC-based data storage, access control, or IoT applications.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages