Files

134 lines
4.0 KiB
Markdown
Raw Permalink Normal View History

2020-03-19 21:06:45 +08:00
# Module FACES RFID
2019-06-20 18:32:22 +08:00
<el-tag effect="plain">SKU:A067</el-tag>
2020-03-19 10:58:07 +08:00
2020-04-08 14:09:44 +08:00
<div class="product_pic"><img src="assets/img/product_pics/module/faces_rfid/faces_rfid_01.webp"><img src="assets/img/product_pics/module/faces_rfid/faces_rfid_02.webp"></div>
2019-06-20 18:32:22 +08:00
## Description
2021-01-04 13:23:37 +08:00
**FACE-RFID** is a FACES kit compatible panel, with the Radio frequency identification chipset integrated on it.
Same as RFID units, it is MFRC522-based. The MFRC522 operates in the 13.56MHz frequency band and uses the modulation and demodulation principle to interact with the proximity RF card.
2019-06-20 18:32:22 +08:00
<br>
This unit can realize the function of the card reading and writing device, to identify and record multiple card information, to encode and authority an RF card. With FACES panel, you can have an upgrade level of RFID device with a more complete and enclosed pattern.
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/faces_rfid/faces_rfid_03.webp" width="30%" height="30%">
2019-06-20 18:32:22 +08:00
Communication Protocol: I2C.
## Product Features
2020-06-24 15:15:40 +08:00
2019-06-20 18:32:22 +08:00
- FACES bottom compatible
2019-08-22 14:16:47 +08:00
- Interface Serial I2C (21/22)
2020-06-10 14:13:34 +08:00
- MFRC522
2019-06-20 18:32:22 +08:00
2020-06-18 09:30:41 +08:00
## Applications
2020-06-24 15:15:40 +08:00
2020-06-18 09:30:41 +08:00
- Reader­-Tag
- Security
2019-06-20 18:32:22 +08:00
## Include
2019-06-21 21:08:40 +08:00
- 1x FACES-RFID panel
- 1x RFID card
- 1x Fudan S50 card
2019-06-20 18:32:22 +08:00
2020-05-29 16:36:24 +08:00
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
<tr>
<td>Operating frequency</td>
<td>13.56MHz</td>
</tr>
<tr>
<td>I2C data rate</td>
<td>Fast mode: up to 400 Kbit/s; High-speed mode: up to 3400 Kbit/s</td>
</tr>
<tr>
<td>Supported protocol</td>
<td>ISO14443A, MIFARE and NTAG</td>
</tr>
<tr>
<td>Data retention time</td>
<td>> 10 years</td>
</tr>
<tr>
<td>Reading and writing distance</td>
2020-08-25 11:49:40 +08:00
<td> < 20 mm</td>
2020-05-29 16:36:24 +08:00
</tr>
<tr>
2020-11-18 19:00:45 +08:00
<td>Net weight</td>
2020-05-29 16:36:24 +08:00
<td>18.4g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>52g</td>
</tr>
<tr>
<td>Product Size</td>
<td>58.2*54.2*10mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>95*65*25mm</td>
</tr>
<tr>
<td>Material</td>
<td>Plastic(PC)</td>
</tr>
</table>
2019-06-24 17:43:36 +08:00
## EasyLoader
2020-04-08 14:09:44 +08:00
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.webp" width="100px" style="margin-top:20px">
2019-06-24 17:43:36 +08:00
2020-08-21 14:55:54 +08:00
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Module/EasyLoader_FACES_RFID.exe"><el-button type="primary">download EasyLoader</el-button></a>
2019-06-24 17:43:36 +08:00
2020-11-17 16:38:23 +08:00
>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.
2019-06-24 17:43:36 +08:00
>2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning.
2021-01-04 13:23:37 +08:00
>3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. [Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver)
2019-06-24 17:43:36 +08:00
2019-06-20 18:32:22 +08:00
## Schematic
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/faces_rfid/faces_rfid_04.webp">
2019-06-20 18:32:22 +08:00
### PinMap
<table>
<tr><td>M5Core</td><td>SCL(22)</td><td>SDA(21)</td><td>5V</td><td>GND</td></tr>
<tr><td>FACES RFID</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
</table>
2020-06-18 09:30:41 +08:00
## Related Link
2019-06-20 18:32:22 +08:00
- Datasheet **[MFRC522](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/MFRC522_en.pdf)**
2019-06-20 18:32:22 +08:00
2020-02-11 18:00:45 +08:00
## Example
2020-01-08 20:42:38 +08:00
2020-04-24 21:10:31 +08:00
### 1. Arduino IDE
2019-06-20 18:32:22 +08:00
2020-04-30 14:13:25 +08:00
If you want the complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Face/RFID)
2020-01-07 15:43:12 +08:00
2020-04-24 21:10:31 +08:00
### 2. UIFlow
2020-01-07 15:43:12 +08:00
2020-03-19 21:06:45 +08:00
If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACES_RFID/UIFlow)
2019-06-20 18:32:22 +08:00
2020-04-08 14:09:44 +08:00
<img src="assets/img/product_pics/module/faces_rfid/faces_rfid.webp" width="50%" height="50%">
2020-02-18 17:55:26 +08:00
2021-01-04 13:23:37 +08:00
<el-divider content-position="right">Last updated: 2020-12-28</el-divider>
2019-06-20 18:32:22 +08:00
2020-02-11 18:00:45 +08:00
<script>
var purchase_link = 'https://m5stack.com/collections/m5-module/products/rfid-rc522-panel-for-m5-faces';
anchor_search(purchase_link);
scrollFunc();
2021-01-04 13:23:37 +08:00
</script>