Random scripts and links for generating Flipper data files.
(An occasional work in Progress)
Python script to convert proxmark json dump into Flipper NFC Save File
prox2flip.py test_dat/mf-classic-1k-23AD7C86.json > mfc1k-23AD7C86.nfc
Based on @jinschoi's create_sub.py
Python script to generate Flipper RAW .sub files from 01 bitstreams
Added :
- FSK support
- insteon (funtional)
- FAN-11T Remote Control of Harbor Breeze Fan (Brute Force)
A command line based Python script to generate Flipper RAW .sub files
generate_sub_cmd.py -f 302500000 -0 333 -1 333 -m -B 0110100001000
Generates NFC with URL address data and outputs Flipper NFC "save" file format
gen_url_nfc.py https://youtu.be/dQw4w9WgXcQ "Rick Roll" > rick_roll.nfc
see file rick_roll.nfc
Note: requires ndeflib (available on pypi)
Generates file Flipper IR file will all command codes for a given address
gen_all_ir_codes.py RC5 03 00
Will generate filename IR-CMD-RC5-03.ir
Script to read Flipper SubGhz RAW File and plot 0 & 1 segment lengths using pyplot
Based on @jinschoi's histogram_sub.py
subghz_histogram.py sample.sub
reads Flipper NFC dump and adds ascii and hex to RFID HEX dump (for easier file analysis)
In:
Page 4: 03 29 91 01
Page 5: 15 55 04 79
Page 6: 6F 75 74 75
Page 7: 2E 62 65 2F
Out:
Page 4: 03 29 91 01 # - ) - - 3 41 145 1
Page 5: 15 55 04 79 # - U - y 21 85 4 121
Page 6: 6F 75 74 75 # o u t u 111 117 116 117
Page 7: 2E 62 65 2F # . b e / 46 98 101 47
Random Collection of flipper NFC signals files
Random Collection of flipper IR signal files
A Collection of Generated Subghz Signal Files
-
flipperzero_cmd : A command line based tool for file transfer and remote command
(Work in Progress) -
FlipperScripts : Reads the
DolphinStoreDatastruct fromdolphin.statefiles. -
create_sub.py : Python script to generate Flipper RAW .sub files from OOK bitstreams.
-
bitstream-from-sub.py : Decode raw bitstring captured Flipper RAW .sub file.
-
csv2ir : csv2ir is a script to convert ir .csv files to .ir files for the flipper.
-
flipperzero-goodies : More scripts resources
-
awesome-flipperzero : Another collection of links for the Flipper Zero device.
-
flipperzero-firmware : Flipper Zero's Custom Firmware with max features
