You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,20 @@ Support may be expanded in future updates to cover PICCs not listed here.
49
49
50
50
-\*1 MIFARE Plus SL3 operation has issues.
51
51
52
+
### NFC-B
53
+
54
+
**Available on UnitRFID2 (WS1850S) only.** UnitRFID (MFRC522) does NOT support NFC-B.
55
+
56
+
| PICC Type | NFC Forum Tag (NDEF) | Detect | Identify | Raw R/W | Notes |
57
+
|---|---|---|---|---|---|
58
+
| Unclassified | None | Yes | Partial | Yes | ISO-DEP transport only |
59
+
60
+
> **Note:** NFC-B is **not supported on the M5Dial builtin WS1850S**. The builtin small loop antenna cannot generate sufficient RF field for Type B PICC activation (Type B uses 10% ASK + BPSK subcarrier which is more sensitive to field strength and SNR than Type A). NFC-B requires the external **UnitRFID2** (with larger antenna).
61
+
52
62
53
63
## Emulation
54
64
55
-
Emulation is **NOT** supported on Unit-RFID.
65
+
Emulation is **NOT** supported on UnitRFID and UnitRFID2.
56
66
57
67
## Known Issues
58
68
@@ -84,14 +94,17 @@ Use **QWIIC port (port_a)** with a QWIIC-GROVE conversion cable instead.
84
94
## Examples
85
95
See also [examples/UnitUnified](examples/UnitUnified)
86
96
97
+
> **Note:** The examples in this library are imported from [M5Unit-NFC](https://github.com/m5stack/M5Unit-NFC) and shared between both libraries.
98
+
> The same source file supports multiple units via `#define` switches.
99
+
87
100
### For ArduinoIDE
88
101
Each example contains the following block to select the unit:
89
102
90
103
```cpp
91
104
// For UnitNFC
92
105
// #define USING_UNIT_NFC
93
106
// For CapNFC
94
-
// #define USING_HACKER_CAP
107
+
// #define USING_CAP_CC1101
95
108
// For UnitRFID2
96
109
// #define USING_UNIT_RFID2
97
110
```
@@ -101,7 +114,7 @@ For this library, uncomment `USING_UNIT_RFID2`:
0 commit comments