Skip to content

Commit 71fe5f0

Browse files
committed
Fixes README for NFC-B and HACKER_CAP rename
1 parent dd46118 commit 71fe5f0

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,20 @@ Support may be expanded in future updates to cover PICCs not listed here.
4949

5050
- \*1 MIFARE Plus SL3 operation has issues.
5151

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+
5262

5363
## Emulation
5464

55-
Emulation is **NOT** supported on Unit-RFID.
65+
Emulation is **NOT** supported on UnitRFID and UnitRFID2.
5666

5767
## Known Issues
5868

@@ -84,14 +94,17 @@ Use **QWIIC port (port_a)** with a QWIIC-GROVE conversion cable instead.
8494
## Examples
8595
See also [examples/UnitUnified](examples/UnitUnified)
8696

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+
87100
### For ArduinoIDE
88101
Each example contains the following block to select the unit:
89102

90103
```cpp
91104
// For UnitNFC
92105
// #define USING_UNIT_NFC
93106
// For CapNFC
94-
// #define USING_HACKER_CAP
107+
// #define USING_CAP_CC1101
95108
// For UnitRFID2
96109
// #define USING_UNIT_RFID2
97110
```
@@ -101,7 +114,7 @@ For this library, uncomment `USING_UNIT_RFID2`:
101114

102115
```cpp
103116
// #define USING_UNIT_NFC
104-
// #define USING_HACKER_CAP
117+
// #define USING_CAP_CC1101
105118
#define USING_UNIT_RFID2
106119
```
107120

0 commit comments

Comments
 (0)