From a2d0f336614ddf159e2a2cdb1f1b89a7002866eb Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sat, 14 May 2022 23:30:09 -0700 Subject: [PATCH] More NFC ReadMe updates coming... --- NFC/Fun_Files/ReadMe.md | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/NFC/Fun_Files/ReadMe.md b/NFC/Fun_Files/ReadMe.md index 1357106f..c0c43106 100644 --- a/NFC/Fun_Files/ReadMe.md +++ b/NFC/Fun_Files/ReadMe.md @@ -19,4 +19,43 @@ The last byte in page 6 (0x04) defines what type of encoding ([data sheet](https One limitation is the URL will be truncated if it goes beyond page 11! If your URL is less than exact, pad it with 00, making sure page 12 stays as "FE 00 00 00". Note that [TinyURL](https://tinyurl.com/app) links appear to fit well and conversion/use is free. If your link doesn't launch automatically when scanned, try using a different URI identifier. -Acknowledgements: RogueMaster | cyanic | Null Silvry (for discussions, testing, and any files.) +Acknowledgements: RogueMaster | cyanic | Null Silvry | Equip | DDVL (for discussions, testing, and any files.) + +Value    Protocol     ([SOURCE](https://learn.adafruit.com/adafruit-pn532-rfid-nfc/ndef))
+------    ----------
+0x00     No prepending is done ... the entire URI is contained in the URI Field
+0x01     http://www.
+0x02     https://www.
+0x03     http://
+0x04     https://
+0x05     tel:
+0x06     mailto:
+0x07     ftp://anonymous:anonymous@
+0x08     ftp://ftp.
+0x09     ftps://
+0x0A     sftp://
+0x0B     smb://
+0x0C     nfs://
+0x0D     ftp://
+0x0E     dav://
+0x0F     news:
+0x10     telnet://
+0x11     imap:
+0x12     rtsp://
+0x13     urn:
+0x14     pop:
+0x15     sip:
+0x16     sips:
+0x17     tftp:
+0x18     btspp://
+0x19     btl2cap://
+0x1A     btgoep://
+0x1B     tcpobex://
+0x1C     irdaobex://
+0x1D     file://
+0x1E     urn:epc:id:
+0x1F     urn:epc:tag:
+0x20     urn:epc:pat:
+0x21     urn:epc:raw:
+0x22     urn:epc:
+0x23     urn:nfc: