Modifications

Sauter à la navigation Sauter à la recherche
1 286 octets ajoutés ,  7 novembre 2015 à 19:39
Ligne 8 : Ligne 8 :  
{{ambox|text=libnfc is a constantly moving target, and due to the frequent changes from one version to the next we aren't able to offer libnfc support ourselves for the PN532. We can only guarantee support and working code for the Arduino codebase that we maintain ourselves. The information below is our best attempt at helping you get started with libnfc and the PN532 breakout, but it may require a bit of poking and prodding on your own depending on the library version and platform you are working with. libnfc use is, unfortunately, at your own discretion. }}
 
{{ambox|text=libnfc is a constantly moving target, and due to the frequent changes from one version to the next we aren't able to offer libnfc support ourselves for the PN532. We can only guarantee support and working code for the Arduino codebase that we maintain ourselves. The information below is our best attempt at helping you get started with libnfc and the PN532 breakout, but it may require a bit of poking and prodding on your own depending on the library version and platform you are working with. libnfc use is, unfortunately, at your own discretion. }}
 
}}
 
}}
 +
 +
=== Utiliser le breakout PN532 avec libnfc ===
 +
 +
{{bloc-etroit|text=libnfc is a mature, cross-platform, open-source NFC library that can be easily configured to work with the PN532 Breakout Board. While Linux is probably the easiest platform to use libnfc with, it can be configured for the Mac and Windows as well, though you may need to dig around on the libnfc Community Forums for some specific details on compiling .dlls for Windows, etc.
 +
 +
If you want to test the PN532 Breakout Board out with libnfc, this simple tutorial should walk you through the absolute basics of compiling and configuring libnfc, and using some of the canned example SW included in the library.
 +
 +
{{ambox-stop|text= This is only for using the PN532 breakout with an FTDI cable or FTDI Friend to a proper computer. You cannot run LIbNFC on an Arduino or other microcontroller}}
 +
 +
}}
 +
 +
== Libnfc sous Linux ==
 +
Dans cet exemple, nous utilisons Ubuntu 10.10.
 +
 +
=== Etape 1: télécharger libnfc ===
 +
Download the latest version of [http://code.google.com/p/libnfc/downloads/list libnfc from Google Code] (ex. "libnfc-1.4.1.tar.gz") and extract the contents of the file as follows:
 +
 +
<code>  $ wget http://libnfc.googlecode.com/files/libnfc-x.x.x.tar.gz
 +
  $ tar -xvzf libnfc-x.x.x.tar.gz
 +
  $ cd libnfc-x.x.x</code>
 +
 +
 
https://learn.adafruit.com/adafruit-pn532-rfid-nfc/libnfc
 
https://learn.adafruit.com/adafruit-pn532-rfid-nfc/libnfc
    
{{PN532-RFID-NFC-TRAILER}}
 
{{PN532-RFID-NFC-TRAILER}}
29 917

modifications

Menu de navigation