Simplified main.c
[hackover2013-badge-firmware.git] / tools / examples / sensors / pn532 / ISO14443A_ID / readme.txt
1 OVERVIEW
2 ============================================================
3 This example will wait for an ISO14443A card to enter
4 the RF field, and then try to determine the specific card
5 model (SENS_RES and SEL_RES) as well as the card's NFCID.
6
7 All information will be sent to USBCDC by default, with the
8 PN532 breakout board connected via UART.
9
10 HOW TO USE THIS EXAMPLE
11 ============================================================
12 1.) Connect the PN532 NFC Breakout Board to UART on the
13 LPC1343 as follows:
14
15 PN532 LPC1343
16 ----- -------
17 GND GND
18 TXD RXD
19 RXD TXD
20 3.3V 3.3V
21
22 2.) Configure your terminal software to open the USB COM
23 port at 115K.
24
25 3.) When the application starts, there is a 5 second delay
26 (to allow you time to connect via USB CDC), after which
27 point the device will wait for a single ISO14443A card
28 (Mifare Classic, etc.) and try to read it's ID. Once a
29 card is found, the reader will start looking again for a
30 card after a 1 second delay.
This page took 0.04774 seconds and 5 git commands to generate.