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: docs/PN532.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Please note that although the datasheet mentions that the PN532 can be used on S
19
19
20
20
## Configuration
21
21
22
-
`#define USE_PN532_DATA_FUNCTION`
22
+
`#define USE_PN532_DATA_FUNCTION`
23
23
==This function is experimental.== There are limitations because it seems not all cards are supported by this driver and/or the PN532 module. See issue [4941](https://github.com/arendst/Tasmota/issues/4941) for more information. We are still researching the
24
24
25
25
### Wiring
@@ -33,16 +33,16 @@ After selecting the correct protocol mode and connecting the HSU TX/RX pins of t
33
33
34
34
| PN532 | ESP |
35
35
|---|---|
36
-
|GND |GND
37
-
|VCC |3.3V
38
-
|SDA |GPIOx
36
+
|GND |GND
37
+
|VCC |3.3V
38
+
|SDA |GPIOx
39
39
|SCL |GPIOy
40
40
41
41
42
42
### Tasmota Settings
43
43
In the **_Configuration -> Configure Module_** page assign:
44
44
45
-
- GPIOx to `PN532 Rx (139)`
45
+
- GPIOx to `PN532 Rx (139)`
46
46
- GPIOy to `PN532 Tx (138)`
47
47
48
48
The module will reboot when you save this configuration.
@@ -70,7 +70,7 @@ The output on the console will look similar to the below when a new card is dete
The UID of the card/tag is reported and any text stored in BLOCK 1 of a Mifare Classic card or PAGE4-7 of a NTAG card (up to 16 characters in length) is reported in the `DATA` field of the JSON sent via telemetry. Please note that the `DATA` field field can contain only printable chars.
73
+
The UID of the card/tag is reported and any text stored in BLOCK 1 of a Mifare Classic card or PAGE4-7 of a NTAG card (up to 16 characters in length) is reported in the `DATA` field of the JSON sent via telemetry. Please note that the `DATA` field can contain only printable chars.
74
74
75
75
The content of the `DATA` on BLOCK 1 of a Mifare Classic (PAGE4-7 of a NTAG) card can be set as follows
0 commit comments