flipperzero-firmware icon indicating copy to clipboard operation
flipperzero-firmware copied to clipboard

Sub-GHz scan is missing PMR frequencies (EU version)

Open rsplaul opened this issue 1 year ago • 8 comments

Describe the bug.

The Sub-GHz scan of the Flipper Zero (EU version) cannot be tuned to PMR446 frequencies as used by restaurant pagers like this one: IMG_3470

Reproduction

  1. Select Sub-GHz in menu
  2. Select Read
  3. Click left for Config
  4. Try to select Frequency

Target

No response

Logs

No response

Anything else?

No response

rsplaul avatar Jul 27 '22 00:07 rsplaul

you can add this frequency to subghz/asset/setting_user

Skorpionm avatar Jul 27 '22 16:07 Skorpionm

you can add this frequency to subghz/asset/setting_user

I was under the impression, that the Flipper firmware only allows for scanning frequencies from the Table of frequencies by region. PMR446 isn’t on that list at all.

Also, I do not understand the syntax of the setting_user file. Is there any documentation about this file?

rsplaul avatar Jul 27 '22 17:07 rsplaul

This is mine for example :

Filetype: Flipper SubGhz Setting File
Version: 1

# Add Standard frequencies for your region
add_standard_frequencies: false

# Default Frequency: used as default for "Read" and "Read Raw"
default_frequency: 433920000

# Frequencies used for "Read", "Read Raw" and "Frequency Analyzer"
frequency: 315000000
frequency: 433920000
frequency: 446156250
frequency: 868350000

# Frequencies used for hopping mode (keep this list small or flipper will miss signal)
hopper_frequency: 315000000
hopper_frequency: 433920000
hopper_frequency: 868350000

File is self-documented

theobarrague avatar Jul 27 '22 18:07 theobarrague

Maybe I am doing something wrong, but changing the settings file does not have any effect at all. I also tested with the exact file posted above by @theobarrague.

rsplaul avatar Jul 27 '22 18:07 rsplaul

Did you change the file under SD Card / subghz / assets / setting_user ?

I just updated my firmware with the latest version on dev branch and I use this :

Filetype: Flipper SubGhz Setting File
Version: 1

# Add Standard frequencies for your region
Add_standard_frequencies: false

# Default Frequency: used as default for "Read" and "Read Raw"
Default_frequency: 433920000

# Frequencies used for "Read", "Read Raw" and "Frequency Analyzer"
Frequency: 315000000
Frequency: 433920000
Frequency: 446156250
Frequency: 868350000

# Frequencies used for hopping mode (keep this list small or flipper will miss signal)
Hopper_frequency: 315000000
Hopper_frequency: 433920000
Hopper_frequency: 868350000

( I don't know if the case matters )

theobarrague avatar Jul 27 '22 18:07 theobarrague

i have the same issue @rsplaul , i can't change frequencies anymore in 0.63.1-RC or dev version, it works fine with 0.62.1, i'm wondering if this could be related to preset refactoring done by @Skorpionm ? i'm digging the code

vr avatar Jul 28 '22 12:07 vr

@rsplaul @vr capitalization of the first character in setting_user changed recently, e.g. Frequency: vs. frequency:. Check the example here.

bbock avatar Jul 28 '22 14:07 bbock

yes just saw this ! Thank you @bbock

vr avatar Jul 28 '22 14:07 vr

we bring everything to the same standard, and now in the settings, as in the saved key files, all parameter names begin with a capital letter. It's better to do it now before it really hurts. if your problem is solved, close the issue

Skorpionm avatar Aug 01 '22 03:08 Skorpionm

Sorry for leaving this open for so long. I can indeed confirm that is was about the capitalization in the settings file.

rsplaul avatar Aug 27 '22 12:08 rsplaul