Willy-JL 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
..
.github 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
assets 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
examples 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
screenshots 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
.DS_Store 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
.gitattributes 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
.gitsubtree 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
CHANGELOG.md 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
LICENSE 7d80fbcab7 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
README.md 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
application.fam 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
icon.png 6453eadc70 Add t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
t5577_config.c c3b24c90bb Format преди 1 година
t5577_config.h c3b24c90bb Format преди 1 година
t5577_writer.c 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година
t5577_writer.h 58f5070432 Merge t5577_raw_writer from https://github.com/zinongli/T5577_Raw_Writer преди 1 година

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: 7'

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. Or, you can load the data directly and adjust the configuration in the app before writing tags. Editing the texts mentioned above wouldn't work.

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

Future goals

  • Writing light blink
  • Write page 1
  • Write with password
  • Load and automatically parse PM3 .json dumps
  • Emulation

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.