Flipper Zero - Sub-GHz Custom Settings

Поделиться
HTML-код
  • Опубликовано: 28 авг 2024

Комментарии • 47

  • @Thadopeera
    @Thadopeera Год назад +2

    Thank you Mr. Jamison

  • @radkep
    @radkep 2 месяца назад +1

    Hi , can I add the FM(FSK) modulations and in the same way? Is additional (external) CC1101 module required for this? The second question- I am little bit confused about the designation of the modulations. You said that for example AM102 is 102kHz deviation (+-51kHz) which is clear to me. How is it in FM(FSK)? What FM238 would mean? 238KHz freuency shift or 2.38KHz frequency shift?

    • @MrDerekJamison
      @MrDerekJamison  2 месяца назад +1

      No external module is required, but it should be applied to internal & external if the file exists.
      github.com/jamisonderek/flipper-zero-tutorials/wiki/Sub-GHz#preset-data explains things in a lot more detail. But general naming convention for "AM" is the number after it is the bandwidth (register 0x10). The AM tones happen on the frequency you select, but it listens to the entire bandwidth so a similar frequency will also get picked up. For "FM" the number after it is the deviation (register 0x15), the 2FSK tones happen above and below the carrier frequency (no tone is actually sent at the carrier frequency). FM238 is 2.380kHz from center, while FM476 is 47.607kHz from center, FM95 is 9.521kHz and FM15k is 15.869kHz.
      I'd love to continue the conversation in my Discord server with you. discord.gg/k7WX7Be3Vy is an invite link to the server. There is a #subghz channel & it would be awesome to answer questions there -- I'm sure other people have similar questions!

  • @doctorarjun2010
    @doctorarjun2010 3 месяца назад +1

    What is the path for the file which includes the modulations in flipper zero firmware, such as AM650 and FM237, and how do I modify the file so that I can add the custom Honda1 Modulation from the Honda firmware?

    • @MrDerekJamison
      @MrDerekJamison  3 месяца назад

      Take a look at github.com/jamisonderek/flipper-zero-tutorials/wiki/Sub-GHz#custom-settings
      If you need additional help, please join my Discord server and someone will help you there... discord.com/invite/NsjCvqwPAd

  • @raidmarji
    @raidmarji Год назад

    Many Thanks for this amazing Video.
    My hospiral uses Garrison>> LK-102P-RM remote control with one button only to open the staff elevator. Flipper is unable to read or read raw. Analyzer is unable to read it also. I searched the internet and found that the frequency is 380MHz.
    I replaced the firmware with rougeMaster and does not help
    I'm new to flipper and have no idea how to add this frequency.
    your help will be appreciated
    Many thanks

    • @MrDerekJamison
      @MrDerekJamison  Год назад

      If you have Discord you can use my #general channel discord.gg/NsjCvqwPAd or ping me on Discord at codeallnight.
      Roguemaster expects the file on the SD card to be named "subghz/assets/setting_user.txt" (with the .txt extension).
      Rougemaster allows 37800000 to 481000000 so 380000000 should work. I'd recommend turning on logging (at least at Error level) and then open lab.flipper.net/cli and run "log". Then you should be able to start Sub-GHz and see the issue.
      10575192 [I][SubGhzSetting] Removing standard frequencies
      10575201 [E][SubGhzSetting] Frequency not supported 380000000

  • @ThermalWorld_
    @ThermalWorld_ Год назад +1

    Nice video and very understandable..
    Keep up your nice work..

    • @MrDerekJamison
      @MrDerekJamison  Год назад +1

      Thanks! Hopefully next Saturday video, when I get into hex codes and bits, I can keep it understandable. :)

    • @ThermalWorld_
      @ThermalWorld_ Год назад

      @@MrDerekJamison I'm pretty sure you can.. ;)
      The way you explain it's calm and precise on every step..

  • @SgtStarSlayer
    @SgtStarSlayer Год назад +4

    Just to let you know this only covers the stock Firmware not including custom firmware such as RogueMaster and Unlesashed.

    • @MrDerekJamison
      @MrDerekJamison  Год назад +3

      Good point. RogueMaster uses (setting_user.txt instead of setting_user, per their README) you would use the custom firmware file from their repo instead of official...
      github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/assets/resources/subghz/assets/setting_user.txt
      they still have custom preset example (search for "AM_1"). You would add your own entries below the Honda 2 entry (if you wanted it last in the list).
      The Unleashed file is still called "setting_user" and is at...
      github.com/DarkFlippers/unleashed-firmware/blob/dev/assets/resources/subghz/assets/setting_user.example
      NOTE: For Unleashed, your entries happen just after "FM476" and before "FM95".

    • @user-oi9gu6cz8e
      @user-oi9gu6cz8e Год назад +2

      @@MrDerekJamison What about xtreme?

    • @MrDerekJamison
      @MrDerekJamison  Год назад +1

      @@user-oi9gu6cz8e xtreme uses setting_user as the config file.

  • @r0bbyt1
    @r0bbyt1 9 месяцев назад +1

    Great video, but the music is a bit distracting.

    • @MrDerekJamison
      @MrDerekJamison  9 месяцев назад

      Thanks for the feedback. In recent videos I’ve tried to not use loud background music.

  • @mariuz77
    @mariuz77 7 месяцев назад

    Hi Derek, could you tell me how to cancel frequencies in hooping. I have followed the steps to add them in subghz/assets/setting_user and I have added them perfectly but I would like to delete some that are pre-established such as 315 or 418

    • @MrDerekJamison
      @MrDerekJamison  7 месяцев назад

      This was also discussed in my Discord server recently and the solution worked for them: Make sure Add_standard_frequencies is set to false. This will clear the default frequencies and hopper frequencies. You can then add Frequency and Hopper_frequency entries in your setting_user file.

  • @user-my3uo6bv9t
    @user-my3uo6bv9t 7 месяцев назад

    Hi Derek, I followed the same steps as in the video customizing the setting_user but the subghz do not reflect in the flipper GUI, I am using of the unleashed version - unlshd-066 thanks Sr.

    • @MrDerekJamison
      @MrDerekJamison  7 месяцев назад +1

      I'm not sure. I'll switch to unleashed today and give it a try. I recommend joining my Discord server and asking for help there - I'm happy to do a debugging session there. discord.com/invite/NsjCvqwPAd

    • @MrDerekJamison
      @MrDerekJamison  7 месяцев назад +1

      I tried this out with unleashed. The added frequencies are at the end of the frequency list (even though my freq was 31042000). The added modulations are between FM476 and FM95 (even though my freq was "AM_DEMO"). The hopping frequencies show up quickly when I enable hopping. Let us know if you are still having issues. Again, the easiest way for me to do troubleshooting is on my Discord server -- RUclips hides replies by default.

  • @shoichimizumasu1125
    @shoichimizumasu1125 5 месяцев назад

    Sir I have committed at the unleashed firmware and frequency 430.50 is now in the dev build.

    • @MrDerekJamison
      @MrDerekJamison  5 месяцев назад

      Cool. I know some custom firmwares also have a way to add custom frequencies & hopping frequencies from their settings UI; which is typically easier than messing with the files.

  • @bennguyen1313
    @bennguyen1313 Год назад

    I understand this is modifying a configuration file that the app uses.. but any idea how the apps themselves work? For example, if you wanted to write something custom, is the fap written in 'c' or is it a script (ex. ducky)?
    I'm interested in studying how some of the apps work, for example how does it analyze a particular psk/ask/fsk/qam protocol.
    I'd also like to write a portable hotspot application, that users can connect to, enter a password and it will then allow them to use my mobile connection!

    • @MrDerekJamison
      @MrDerekJamison  Год назад +1

      Sure, I can do a video on how "SubGHz Read" code decodes/encodes with one of the protocols (like Princeton). NOTE: The Flipper uses SubGHz (

  • @emmanuelramirez6430
    @emmanuelramirez6430 Год назад

    Hey have a question I'm a little lost here I can find the key buying.... # custom preset ?

    • @MrDerekJamison
      @MrDerekJamison  Год назад +1

      Are you able to contact me on Discord, it might be easier to debug… codeallnight
      I probably need to ask multiple questions, like which firmware you have, etc.

  • @user-bs7uq4ej4u
    @user-bs7uq4ej4u 4 месяца назад

    Hello? where is the text file with the custom presets description?

    • @MrDerekJamison
      @MrDerekJamison  4 месяца назад

      github.com/jamisonderek/flipper-zero-tutorials/wiki/Sub-GHz#custom-settings
      It is on the SD Card in “/subghz/assets”, called setting_user.txt.example or similar. It needs to be named “setting_user” or “setting_user.txt” (depending on firmware).

  • @luizfilipelopesfialho2612
    @luizfilipelopesfialho2612 9 месяцев назад

    Thanks for the video. I need to use 292MhZ is there anyway to reach it?

    • @MrDerekJamison
      @MrDerekJamison  9 месяцев назад

      300MHz is the lowest supported range, however, there are unsafe things you can try (but I'm not willing to try & frequencies aren't legal in my region anyway).
      github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/documentation/DangerousSettings.md

  • @user-bm8zj3hw7e
    @user-bm8zj3hw7e Год назад

    Hey. What are the recommended settings for an external antenna?

    • @MrDerekJamison
      @MrDerekJamison  Год назад +1

      For external, I’ve used various external CC1101 from Amazon - some have connector for antenna and some have coiled antenna. They all seem to do better range than the internal device (but it means custom firmware) and now the flipper is a little less portable. The Dolphin board is nice, in that you can still access other GPIO pins. If you are trying to be compact and don’t care about GPIO access, I think TalkingSasquatch has some videos? I haven’t tried different external antennas on my CC1101.
      In next Saturday’s video, I’ll try to cover PA-Table bytes (which is important if you are trying to not break local regulations on TX power).

    • @user-bm8zj3hw7e
      @user-bm8zj3hw7e Год назад

      @@MrDerekJamison i have the cc1101 antena for FZ and its very good In addition, it keeps the flipper from being destroyed by excessive effort. And this also increases the range

  • @dyloexpert
    @dyloexpert 10 месяцев назад

    which version are you using?
    it didn't work for me

    • @MrDerekJamison
      @MrDerekJamison  10 месяцев назад

      Which firmware are you on? Sometimes the customized entry is at the end of the selection. Some firmware also require it be named setting_user.txt instead of setting_user. My Discord server is best place for help - discord.com/invite/NsjCvqwPAd - but if you let me know your firmware (like Official, RogueMaster, Xtreme, etc.) I can install and give you the specifics.

    • @dyloexpert
      @dyloexpert 10 месяцев назад

      Extreme Xfw-0051_01082023

  • @hayworths1
    @hayworths1 4 месяца назад

    6:22

    • @hayworths1
      @hayworths1 4 месяца назад

      How do these signals get “picked up”? Mine doesn’t catch it like that?

    • @MrDerekJamison
      @MrDerekJamison  4 месяца назад

      It depends on what is broadcasting near you. a.co/d/8JsOPPB is an example device that sends Princeton signals.

  • @allin6262
    @allin6262 Год назад

    Update please

    • @MrDerekJamison
      @MrDerekJamison  Год назад +4

      Not sure what you are asking?
      I moved to Nashville this Tuesday & I think it went well. No internet (so yesterday’s video was released at the local coffee shop). My computer and desk is still in boxes, but the kitchen is almost unpacked.
      I hope to have next video on Saturday. Bandwidth and PATable for sure. Haven’t started making the video yet, so no idea if I’ll have enough time to cover more (like deviation in 2fsk). Some people probably don’t read data sheets for fun, so I’m going to spend some time on explaining that too.

  • @MENAC3_
    @MENAC3_ 11 месяцев назад

    Why don’t any of these videos actually explain what the different apps actually do lol

    • @MrDerekJamison
      @MrDerekJamison  11 месяцев назад

      Hi. Does the below video link help explain some of the apps? The target audience of this customize video is someone who probably also has a software-defined-radio, but wants to tune the Flipper settings to receive a signal from a particular remote that uses subghz frequencies in the 300, 433, 800 or 900MHz range.
      Flipper Zero - Overview of Official Firmware
      ruclips.net/video/eIAhiloEOlo/видео.html

  • @mannyfresh2deff
    @mannyfresh2deff 8 месяцев назад

    A bd 😢😢 🎉😊 is

  • @zabagar
    @zabagar 2 месяца назад

    Disappointing video

    • @MrDerekJamison
      @MrDerekJamison  Месяц назад

      Thanks for the feedback. I've learned a ton since then about the Flipper Zero and the CC1101. Is there something in particular you were thinking it would be instead? (If it is Flipper Zero or CC1101 related maybe I can make a new video in the future that addresses the additional topics). If it's something unrelated, perhaps I can answer your questions in my discord server - discord.gg/k7WX7Be3Vy