aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2017-10-25 15:27:43 +0200
committerLoïc Collignon <loic.collignon@iot.bzh>2017-10-25 15:27:43 +0200
commit59d0620dc7f5b5ec2550c427b3f25badf5b5561b (patch)
tree3a28cf2301135b7b090945a494d47c8bea36f0b3
parent399800e461ad28e067a15c794f18843b48bfc919 (diff)
add tag compatibility infos
Change-Id: Ib3b2d59b50ae142d9515e6a8cd3e21b6b115b2f2 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rw-r--r--README.md37
1 files changed, 36 insertions, 1 deletions
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.