flipper-zero-tutorials/subghz/samples
2024-01-28 12:02:51 -06:00
..
chevy-hhr-2006 Chevy HHR 2006 lock/unlock 2023-02-02 15:40:50 -05:00
genie-girud-1t Key 0001 and 0002 using "Protocol: Genie" 2024-01-28 12:02:51 -06:00
modulation Flipper Zero modulation samples 2023-10-11 16:39:12 -05:00
quantum-fire Updated quantum-fire - filenames&protocol capture. 2023-02-03 14:57:52 -05:00
x10 bug #14: Update x10 remote with latest 2023-10-12 12:12:21 -05:00
README.md Genie GIRUD-1T 2023-10-01 19:08:10 -05:00

Sub-GHz Samples

These are samples captured by various remotes I own.

Check out my YouTube videos for more information on how to use these files.

Understanding the data

  • The file format is documented on the flipperdevices github account.

  • There are two types of .sub files.

    • Files where the protocol is known.
    • Files where the protocol is unknown.
  • For unknown protocols, the "Filetype:" will be "Flipper SubGhz RAW File".

    • You will see "RAW_Data:" lines. The positive numbers are the length of tones (in uS, which is 1/1000 millisecond.) The negative numbers are the length of the silences (in uS).
    • You can interpret and create RAW files to send a different button; see these videos.
  • For known protocols, the "Filetype:" will be the name of the protocol. Often for known protocols the file has a line called "Key:" with the data needed for transmitting the code.

    • You can edit the "Key" data to send a different button; see these videos.