LibNFC: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
Page à completer |
Page à completer |
||
=Installation= |
|||
Install [http://nfc-tools.org/index.php?title=Libnfc LibNFC] (on Debian) |
|||
<pre> |
|||
sudo apt-get install libnfc-dev libnfc-bin libnfc-examples |
|||
</pre> |
|||
<pre> |
|||
sudo nfc-list |
|||
</pre> |
|||
Launch nfc-poll and put a NFC card/tag on the reader |
|||
<pre> |
|||
sudo nfc-poll -v |
|||
</pre> |
|||
The ID of the NFC card/tag is prefixed by the string <code>UID (NFCID1):</code>. |