Skip to content

Commit 5f90b41

Browse files
authored
Update README.md
1 parent ce06869 commit 5f90b41

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# T5577 Raw Writer App
22
An easy to use T5577 raw writer app for Flipper Zero. [Discord project page.](https://discord.com/channels/1211622338198765599/1267190551783018659)
3-
## Instruction:
3+
## Instruction
44

55
Configure the modulation, RF Clock, number of blocks, and block data in the `Config` menu.
66

77
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.
88

99
The texts like:
10-
`Modulation: ASK/MC
11-
RF Clock: 64
12-
Number of User Blocks: 8`
10+
11+
`Modulation: ASK/MC`
12+
13+
`RF Clock: 64`
14+
15+
`Number of User Blocks: 8`
16+
1317
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.
1418

1519
You can also save the data you've just loaded and/or configured.
1620

17-
## Special Thanks:
21+
## Special Thanks
1822
Thank [@jamisonderek](https://github.com/jamisonderek) for his [Flipper Zero Tutorial repository](https://github.com/jamisonderek/flipper-zero-tutorials) and [YouTube channel](https://github.com/jamisonderek/flipper-zero-tutorials#:~:text=YouTube%3A%20%40MrDerekJamison)! This app is built with his Skeleton App and GPIO Wiegand app as references.

0 commit comments

Comments
 (0)