Brak opisu

Zinong Li f425ad34ee Merge pull request #9 from zinongli/revert-8-patch-1 1 rok temu
assets e0f9031173 success screen added 1 rok temu
examples 6222b01fc2 minot calculation debug 1 rok temu
.DS_Store 6222b01fc2 minot calculation debug 1 rok temu
.gitattributes df8738a798 Initial commit 1 rok temu
LICENSE fa5371f8f8 Create LICENSE 1 rok temu
README.md 6a35952f5c Update README.md 1 rok temu
application.fam 9e95c2c9cc Update app name 1 rok temu
icon.png 28fd381593 uncreative fap icon 1 rok temu
t5577_config.c e69c75a3f8 initial 1 rok temu
t5577_config.h e69c75a3f8 initial 1 rok temu
t5577_writer.c 4ded47a932 Revert "Update t5577_writer.c" 1 rok temu
t5577_writer.h e69c75a3f8 initial 1 rok temu

README.md

T5577 Raw Writer App

An easy to use T5577 raw writer app for Flipper Zero. Discord project page.

Instruction:

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

Or, you can load a .t5577 file into the app and write it. An example file can be found here. 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.

To-Do:

  • Update writing success icon as Willy did in momentum app catalog repo.
  • Edit the directory handling into using OFW built-in functions storage_simply_mkdir. Also Flipper format. Credit auguzanellato.

Special Thanks:

Thank @jamisonderek for his Flipper Zero Tutorial repository and YouTube channel! This app is built with his Skeleton App and GPIO Wiegand app as references.