Skip to content

Commit 1fb14cc

Browse files
authored
Update README.md
1 parent b8f459c commit 1fb14cc

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
# T5577 Writer App
1+
# T5577 Raw Writer App
2+
An easy to use T5577 raw writer app for Flipper Zero.
3+
## Instruction:
24

5+
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.
6+
7+
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.
8+
9+
The texts like:
10+
`Modulation: ASK/MC
11+
RF Clock: 64
12+
Number of User Blocks: 8`
13+
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.
14+
15+
You can also save the data you've just loaded and/or configured.
16+
17+
## Updates
18+
As of 2024-7-28, this app only supports writing from the file and load it into the app to write.
19+
The feature of add manually is being developed and should be ready soon.
320

421

0 commit comments

Comments
 (0)