richardperryman / NFC-Engineering-Project

1 stars 0 forks source link

Implement Data Stack for Android Communication on PN532 #8

Closed jessicamorris closed 7 years ago

jessicamorris commented 8 years ago

The PN532 hardware can support it (reference), but the software libraries available do not. The stack is as so:

+------------------------------------------------+
|        NFC Data Exchange Format (NDEF)         |
+------------------------------------------------+
|     Simple NDEF Exchange Protocol (SNEP)       |
+------------------------------------------------+
|    NFC Logical Link Control Protocol (LLCP)    |
+------------------------------------------------+
|  NFC Data Exchange Protocol (NFC-DEP/NFCIP-1)  |
+------------------------------------------------+

Resources:

jessicamorris commented 7 years ago

Got this working, closing