From 59d0620dc7f5b5ec2550c427b3f25badf5b5561b Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Wed, 25 Oct 2017 15:27:43 +0200 Subject: add tag compatibility infos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib3b2d59b50ae142d9515e6a8cd3e21b6b115b2f2 Signed-off-by: Loïc Collignon --- README.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25811ab..95f18fd 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,37 @@ # nfc-binding -Binding to handle NFC devices and tags +Binding to handle NFC devices and tags. +It currently use the libnfc, but we would like to support neard. +Unfortunatly, neard seem not mature enough right now. + +# Devices and Tags compatibilities + +Those tags were tested with both SCL3711 (pn533) and ACS122U (pn532). +ACS122U is currently not working using neard and have also some issues with libnfc. +Expect random error, but seem to stay stable and working. + +|Tag type |Protocol |libnfc|neard| +|---------------------------|----------------|------|-----| +|Alien H3 + FM1108 |ISO/IEC 14443A |yes |no² | +|FM1108 |ISO/IEC 14443A |yes |no² | +|Hitag2 |ISO/IEC 14443A |yes |no | +|Mifaire Ultralight |ISO/IEC 14443A |yes |yes | +|Mifare 1K S50 |ISO/IEC 14443A |yes |no² | +|Mifare Plus S2K |ISO/IEC 14443A |yes |no² | +|Mifare Desfire D41 |ISO/IEC 14443A |yes |yes | +|NTag 213 |ISO/IEC 14443A |yes |yes | +|Hellfest Cashless |ISO/IEC 14443A |yes |no² | +|French biometric passeport¹|ISO/IEC 14443A |yes |no² | +|French Credit Card |ISO/IEC 14443-4B|yes |no² | +|Alien H3 |N/A |no |no | +|Alien H3 9654 |N/A |no |no | +|Alien H3 9662 |N/A |no |no | +|Alien H3 + TK4100 |N/A |no |no | +|EM4450 |N/A |no |no | +|ICODE SLI |N/A |no |no | +|Picopass 2KS |N/A |no |no | +|SRI512 |N/A |no |no | +|Tag-it HF-I (TI2048) |N/A |no |no | +|TK4100 |N/A |no |no | + +¹ UID is randomly generated so the tag is detected as a new one on each poll. +² Polling is stopped at detection bu no tag is exposed. -- cgit 1.2.3-korg