暫無描述

zinongli 952669eacc update git action version 11 月之前
.github 952669eacc update git action version 11 月之前
assets cef627b9e9 Use system icon 1 年之前
examples 1f6927700d Update Tag_1.t5577 1 年之前
screenshots 84c8b5b36a added screenshots 1 年之前
.DS_Store 952669eacc update git action version 11 月之前
.gitattributes df8738a798 Initial commit 1 年之前
CHANGELOG.md 3dd943fb56 Update CHANGELOG.md 1 年之前
LICENSE fa5371f8f8 Create LICENSE 1 年之前
README.md 743baec2c5 Update README.md 1 年之前
application.fam 18e6cd6ad1 Update application.fam 1 年之前
icon.png 28fd381593 uncreative fap icon 1 年之前
t5577_config.c e69c75a3f8 initial 1 年之前
t5577_config.h e69c75a3f8 initial 1 年之前
t5577_writer.c 952669eacc update git action version 11 月之前
t5577_writer.h 944a7887f3 use FlipperFormat struct for saving and loading 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.