flipper-zero-tutorials/subghz/samples/genie-girud-1t
2023-10-01 19:08:10 -05:00
..
keys-genie.txt Genie GIRUD-1T 2023-10-01 19:08:10 -05:00
README.md Genie GIRUD-1T 2023-10-01 19:08:10 -05:00

Genie GIRUD-1T

These keys were captured from a Genie Intellicode remote from the GIRUD-1T kit.

This was decoded using the KeeLoq.c protocol decoder with a TE_short set to 200, a TE_long set to 400, and a TE_delta set to 70. The capture was on the 315MHz channel using AM650. After 65536 signals, the key repeated from the beginning.

Each entry in the TXT file is something like the following 97A38C95007F1991 which is the 64-bit key for the remote. You would need to make a file similar to the following to transmit the key.

Be sure your TE_short is set to 200, TE_long to 400, and TE_delta to 70 in keeloq.c so the signal is sent correctly, otherwise it will not work!!!

Filetype: Flipper SubGhz Key File
Version: 1
Frequency: 315000000
Preset: FuriHalSubGhzPresetOok650Async
Protocol: KeeLoq
Bit: 64
Key: 97 A3 8C 95 00 7F 19 91

In the future, I'll provide a python script that generates a Bin_RAW file, which will have the TE set to 200 and not require any changes to keeloq.c.