An open API service indexing awesome lists of open source software.

https://github.com/filiprokita/pn532-nfc-reader

A simple NFC reader using an Arduino-compatible board and a PN532 module. This project reads NFC tags, extracts their UID, and prints it to the Serial Monitor. Ideal for RFID-based identification systems and IoT applications.
https://github.com/filiprokita/pn532-nfc-reader

arduino embedded-systems hardware i2c iot nfc nfc-reader platformio pn532 rfid serial-monitor

Last synced: 7 months ago
JSON representation

A simple NFC reader using an Arduino-compatible board and a PN532 module. This project reads NFC tags, extracts their UID, and prints it to the Serial Monitor. Ideal for RFID-based identification systems and IoT applications.

Awesome Lists containing this project

README

          

# NFC Reader with PN532

This project reads NFC tags using an Arduino-compatible board and a PN532 NFC module connected via **I2C**.

## 📌 Features
- Reads NFC tag UID
- Prints UID to Serial Monitor
- Uses `PN532_I2C` for communication
- Simple and lightweight code

## 🔧 Requirements
- Arduino board (Uno, Mega, ESP32, etc.)
- PN532 NFC module
- Arduino IDE or PlatformIO

## 🚀 Installation
1. Clone this repository
2. Open in **Arduino IDE** or **PlatformIO**.
3. Upload the code to your board.
4. Open **Serial Monitor** (`115200 baud`).
5. Scan an NFC tag!