# pxt-NFCUART
**Repository Path**: dfrobot/pxt-NFCUART
## Basic Information
- **Project Name**: pxt-NFCUART
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-02-02
- **Last Updated**: 2025-02-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# NFCUART
## Micro:bit NFC Sensor expansion board.
## Table of Contents
* [URL](#url)
* [Summary](#summary)
* [Blocks](#blocks)
* [License](#license)
## URL
project URL: ```https://github.com/DFRobot/pxt-NFCUART```
## Summary
NFC Sensor expansion board provides some Micro:bit blocks for reading and interpreting PN532 NFC RFID Module over I2C. These blocks make it easy to operate or acquiring imformation from the card via NFC sensors.Near field communication (NFC) is a set of standards for smart phones and similar devices to establish radio communicationwith each other by touching them together or bringing them into close proximity, usually no more than a few centimeter.
## Blocks
### 1.nfcEvent

When the card is detected, the program in the module is executed.
### 2.writeData

NFC data writing.
### 3.checkUID

Whether UID data of card is detected.
### 4.getCard

Whether a card is detected by NFC.
### 5.getUID

Read NFC sensor UID data.
### 6.readNFCData

Read all data on NFC data block.
### 7.readNFCDataOne

Read NFC data specifying one byte.
### 8.blockList

### 9.nfcDataList

## License
MIT
## Supported targets
* for PXT/microbit
(The metadata above is needed for package search.)
```package
NFC=github:DFRobot/pxt-NFCUART
```