]> sigrok.org Git - sigrok-dumps.git/blame - uart/nfc/pn532/README
nfc: Add MiFare classic dumps
[sigrok-dumps.git] / uart / nfc / pn532 / README
CommitLineData
0137c3ff
MR
1-------------------------------------------------------------------------------
2PN532 NFC UART output
3-------------------------------------------------------------------------------
4
5This is a dump of several MiFare Classic cards + tokens.
6
7For details see:
8http://www.adafruit.com/products/364
9http://www.adafruit.com/products/365
10http://www.adafruit.com/datasheets/pn532ds.pdf
11http://www.nxp.com/documents/data_sheet/MF1S503x.pdf
12
13
14Logic analyzer setup
15--------------------
16
17The logic anlyzer used was a Open Logic Sniffer at a sample rate of 1MHz for
18using a baud rate of 106000 8N1.
19
20Each item's UID is within the filename of the dump.
21
22 Probe UART
23 ----------------
24 0 RX
25 1 TX
26
27
28Data
29----
30
31The sigrok command line used was:
32
33 sigrok-cli --driver=ols:conn=/dev/ttyACM0 --config rle=1:samplerate=<hz> \
34 --samples=1400000 -p '0=RX,1=TX' --triggers 'RX=0' -o <file>.sr
35
36The libnfc command line used was:
37
38 ./examples/nfc-poll
39 /stash/libnfc-sources/libnfc/examples/.libs/lt-nfc-poll uses libnfc libnfc-1.7.0-rc7-42-g8fe13ec
40 NFC reader: pn532_uart:/dev/ttyUSB0 opened
41 NFC device will poll during 30000 ms (20 pollings of 300 ms for 5 modulations)
42 ISO/IEC 14443A (106 kbps) target:
43 ATQA (SENS_RES): 00 04
44 UID (NFCID1): eb 95 b2 b1
45 SAK (SEL_RES): 08
46