From d76403376bb7b2dec6211c6822dc7ce0556d3b6f Mon Sep 17 00:00:00 2001 From: 7h30th3r0n3 <7h30th3r0n3@proton.me> Date: Sun, 26 Apr 2026 13:24:00 +0200 Subject: [PATCH] docs: update README for v2.1 with NFC scan feature --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bacc96..1d529bb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TagTinker V2.0 +# TagTinker V2.1

Infrared ESL Research Toolkit for Flipper Zero
@@ -29,6 +29,7 @@ This tool is built for IoT security curiosity, learning about obscure protocols, - **TagTinker Flipper App:** High-performance, zero-allocation RLE streaming IR engine. - **TagTinker Android Companion:** Edit and dither images directly on your phone and sync them instantly to the Flipper Zero over BLE. +- **NFC Tag Scan:** Instantly identify ESL targets by scanning their NFC tag — no manual barcode entry needed. - Display text, custom images, and test-patterns. - Support for monochrome and accent-color (red/yellow) graphics tags. @@ -61,6 +62,8 @@ To understand the underlying protocol, signal structure, and history, please rea - **Furrtek’s ESL research:** [https://www.furrtek.org/?a=esl](https://www.furrtek.org/?a=esl) - **PrecIR reference implementation:** [https://github.com/furrtek/PrecIR](https://github.com/furrtek/PrecIR) +NFC tag decoding contributed by **7h30th3r0n3**. + ## Disclaimer > [!CAUTION]