From 1fb14cc891aa66de1a0de657aeb896b8cb7153f2 Mon Sep 17 00:00:00 2001 From: Zinong Li <131403964+zinongli@users.noreply.github.com> Date: Sun, 28 Jul 2024 14:38:46 -0400 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a390643381..7e06793c4b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ -# T5577 Writer App +# T5577 Raw Writer App +An easy to use T5577 raw writer app for Flipper Zero. +## Instruction: +Configure the modulation, RF Clock, and number of blocks in the `Config` menu. The edit block feature is useless right not but will be implemented to allow editing user blocks in the future. + +Or, you can load a .t5577 file into the app and write it. An example file can be found [here](https://github.com/zinongli/T5577_Raw_Writer/blob/b8f459c787802a443b2a943250b2ad8249f7c0ea/examples/Tag_1.t5577). The configuration will be automatically loaded from block 0 data. + +The texts like: +`Modulation: ASK/MC +RF Clock: 64 +Number of User Blocks: 8` +in the .t5577 files are derived from the block 0 data when saved. So if you want to adjust the configuration, you can simply edit block 0 data, without having to edit the text in the file. Or, you can load the data directly and adjust the configuration in the app before writing tags. + +You can also save the data you've just loaded and/or configured. + +## Updates +As of 2024-7-28, this app only supports writing from the file and load it into the app to write. +The feature of add manually is being developed and should be ready soon.