From f6c8f467175b903173a6e677134e4c0e41a8578c Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 14 Jun 2022 14:47:25 -0700 Subject: [PATCH] Update ReadMe.md --- NFC/Fun_Files/ReadMe.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/NFC/Fun_Files/ReadMe.md b/NFC/Fun_Files/ReadMe.md index 332cbc337..22565b730 100644 --- a/NFC/Fun_Files/ReadMe.md +++ b/NFC/Fun_Files/ReadMe.md @@ -2,6 +2,20 @@ Some files that are fun to use. Starting to get a better idea on the structure (Flipper format) of NFC files and payloads. +---------------------------------------------- + +**Flipper Zero can read the following**: +- T5777 Card Freq 125K +- 125 kHz RFID (MiFare Classic Card) +- NFC MiFare Classic Clear Tag +- NFC HID Card Freq 125KHZ +- 125 kHz RFID FourPoints.Com Card NFC +- NFC Mifare Ultral/NTAG Gen1A 1k S50 HF RFID Card +- NFC UID Freq 13.56MHZ Card | NFC Hotel KeyCards +- NFC ValuProx 125kHz ISO + +---------------------------------------------- + Example using the [RickRoll.nfc](https://github.com/UberGuidoZ/Flipper/blob/main/NFC/Fun_Files/RickRoll.nfc) file. Leave the data in pages 1 through 6 alone (though not always true, but it is for YouTube links.) Page 7: 79 6F 75 74
@@ -21,20 +35,6 @@ One limitation is the URL will be truncated if it goes beyond page 11! If your U Acknowledgements: [RogueMaster](https://github.com/RogueMaster/) | cyanic | Null Silvry | Equip | DDVL (for discussions, testing, and any files.) ----------------------------------------------- - -**Flipper Zero can read the following**: -- T5777 Card Freq 125K -- 125 kHz RFID (MiFare Classic Card) -- NFC MiFare Classic Clear Tag -- NFC HID Card Freq 125KHZ -- 125 kHz RFID FourPoints.Com Card NFC -- NFC Mifare Ultral/NTAG Gen1A 1k S50 HF RFID Card -- NFC UID Freq 13.56MHZ Card | NFC Hotel KeyCards -- NFC ValuProx 125kHz ISO - ----------------------------------------------- - [NTAG Differences](https://www.rfidfuture.com/difference-between-ntag213-ntag215-and-ntag216.html) | [NTAG Datasheet](https://www.nxp.com/docs/en/data-sheet/NTAG213_215_216.pdf) | [ASCII to HEX](https://onlinehextools.com/convert-ascii-to-hex) | [HEX to Decimal](https://www.binaryhexconverter.com/hex-to-decimal-converter) (Other converters at both links.) ![NFC_Mem_Opt](https://user-images.githubusercontent.com/57457139/168696250-31ce8633-54cb-4ed7-96fb-f71723f686dd.png)