v1.0.0
[hackover2013-badge-firmware.git] / tools / examples / sensors / pn532 / MifareUltralight_MemDump / readme.txt
1 OVERVIEW
2 ============================================================
3 This example will wait for a Mifare Ultralight card to enter
4 the RF field, and then try to dump the card's contents to
5 USB CDC.
6
7 HOW TO USE THIS EXAMPLE
8 ============================================================
9 1.) Connect the PN532 NFC Breakout Board to UART on the
10 LPC1343 as follows:
11
12 PN532 LPC1343
13 ----- -------
14 GND GND
15 TXD RXD
16 RXD TXD
17 3.3V 3.3V
18
19 Set SEL0 to Off and SEL1 to Off (= UART)
20
21 or via I2C as follows:
22
23 PN532 LPC1343
24 ----- -------
25 GND GND
26 SDA SDA
27 SCL SCL
28 IRQ 3.2
29 3.3V 3.3V
30
31 Set SEL0 to On and SEL1 to Off (= I2C)
32
33 2.) Configure your terminal software to open the USB COM
34 port at 115K.
35
36 3.) When the application starts, there is a 5 second delay
37 (to allow you time to connect via USB CDC), after which
38 point the device will wait for a single ISO14443A card
39 (Mifare Classic, etc.) and try to read it's ID. Once a
40 card is found, the reader will start looking again for a
41 card after a 1 second delay.
42
43 SAMPLE OUTPUT
44 ============================================================
45
46 When a Mifare Ultralight card is placed in the field you
47 should see results similar to the following:
48
49 Please insert a Mifare Ultralight card
50 UID: 04 7b cb 51 96 22 80
51
52 Page Hex Text
53 ---- -------- ----
54 0x00 047bcb3c .{Ë<
55 0x01 51962280 Q\96"\80
56 0x02 6548ff7f eHÿ
57 0x03 e1100600 á...
58 0x04 031dd101 ..Ñ.
59 0x05 19550174 .U.t
60 0x06 7461672e tag.
61 0x07 62652f6d be/m
62 0x08 2f303437 /047
63 0x09 42434235 BCB5
64 0x0a 31393632 1962
65 0x0b 32383050 280P
66 0x0c c7badbbb Ǻۻ
67 0x0d 3df622c1 =ö"Á
68 0x0e 68e88f24 hè\8f$
69 0x0f 00000000 ....
This page took 0.045602 seconds and 5 git commands to generate.