Willy-JL b65288e391 Revert "Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer" 1 tahun lalu
..
assets 7a7f74be1a T5577 Raw Writer: Use system icon 1 tahun lalu
examples 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 1 tahun lalu
.DS_Store 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 1 tahun lalu
.gitattributes 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 1 tahun lalu
.gitsubtree 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 1 tahun lalu
LICENSE 7d80fbcab7 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 1 tahun lalu
README.md 7d80fbcab7 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 1 tahun lalu
application.fam c3b24c90bb Format 1 tahun lalu
icon.png 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer 1 tahun lalu
t5577_config.c c3b24c90bb Format 1 tahun lalu
t5577_config.h c3b24c90bb Format 1 tahun lalu
t5577_writer.c b65288e391 Revert "Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer" 1 tahun lalu
t5577_writer.h c3b24c90bb Format 1 tahun lalu

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.