diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f37e21aa..f8564a535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,8 @@ * SubGHz: **Sommer - last button code 0x6 support** (mapped on arrow keys) * SubGHz: Add 390MHz, 430.5MHz to default hopper list (6 elements like in OFW) (works well with Hopper RSSI level set for your enviroment) * SubGHz: Fixed button mapping for **FAAC RC/XT** -* SubGHz: KeeLoq display decrypted hop in `Hop` instead of showing encrypted as is (encrypted non byte reversed hop is still displayed in `Key` field) +* SubGHz: KeeLoq **display decrypted hop** in `Hop` instead of showing encrypted as is (encrypted non byte reversed hop is still displayed in `Key` field) +* SubGHz: **BFT KeeLoq** try decoding with **zero seed** too * NFC: Handle PPS request in ISO14443-4 layer (by @WillyJL) * NFC: Fixes to `READ_MULTI` and `GET_BLOCK_SECURITY` commands in ISO 15693-3 emulation (by @WillyJL & @aaronjamt) * Archive: Allow folders to be pinned (by @WillyJL) diff --git a/documentation/FAQ.md b/documentation/FAQ.md index cd38ad7a8..25f19e30f 100644 --- a/documentation/FAQ.md +++ b/documentation/FAQ.md @@ -44,21 +44,21 @@ Here - [link](https://github.com/DarkFlippers/unleashed-firmware/blob/dev/docume ## I want to request or make new SubGHz protocol, my remote (is not car keyfob) and is not supported, how to record RAW signal properly? -1. Open SubGHz app, (if you know the frequency skip that step and go to Read) select Frequency analyzer, press and hold button on your remote and place it near IR window on flipper -You will find a approx. frequency that remote uses, release button on the remote and wait until frequency will be placed in history list -Hold OK on flipper to jump into Read mode, now try pressing your remote couple times holding it for at least 2 seconds -Try different modulations, AM650/FM238/FM476/FM12K - nothing works? Lets make RAW recording for analysis -2. Knowing the frequency open Read RAW and set it here in config page -Make sure RSSI Threshold is set to (----) -You need to make 1 RAW for each modulation AM650/FM238/FM476/FM12K -Press REC and on your remote press 1 button 5 times holding it for 1-2 seconds - then 5 times holding it for 5 seconds each time -If your remote has more than 1 button - record each button in similar way +1. Open SubGHz app, (if you know the frequency skip that step and go to Read) select Frequency analyzer, press and hold button on your remote and place it near IR window on flipper
+You will find a approx. frequency that remote uses, release button on the remote and wait until frequency will be placed in history list
+Hold OK on flipper to jump into Read mode, now try pressing your remote couple times holding it for at least 2 seconds
+Try different modulations, AM650/FM238/FM476/FM12K - nothing works? Lets make RAW recording for analysis
+2. Knowing the frequency open Read RAW and set it here in config page
+Make sure RSSI Threshold is set to (----)
+You need to make 1 RAW for each modulation AM650/FM238/FM476/FM12K
+Press REC and on your remote press 1 button 5 times holding it for 1-2 seconds - then 5 times holding it for 5 seconds each time
+If your remote has more than 1 button - record each button in similar way
Label each raw - what button you recorded -3. Copy all that RAW files to PC and create issue in firmware repo, attach raw's in archive -Provide high quality photos of the remote, if possible - photos of disassembled remote too -Its model, manufacturer, any known information -If you have access to receiver board, add a photo too -Done! If your remote appears not to be encrypted and very unique, it might be added soon +3. Copy all that RAW files to PC and create issue in firmware repo, attach raw's in archive
+Provide high quality photos of the remote, if possible - photos of disassembled remote too
+Its model, manufacturer, any known information
+If you have access to receiver board, add a photo too
+Done! If your remote appears not to be encrypted and very unique, it might be added soon
In case if you want to help us or analyze that signals youself there's a great online tool - https://lab.flipper.net/pulse-plotter ## How to build (compile) the firmware?