openwebrx icon indicating copy to clipboard operation
openwebrx copied to clipboard

Center Freq UI Change.

Open modem2k2 opened this issue 4 years ago • 9 comments

My openwebrx raspi image running very nicely. I'd like to run a tunable VHF/UHF receiver for our local ham group but the Web interface does not allow the receiver center frequency to be changed. I can understand the reason for that where multiple user tune commands could stomp on one another, but in our application that risk is OK.

modem2k2 avatar Apr 04 '20 18:04 modem2k2

You can change the center frequency. Please have a look at the profiles, the RPi image should come with a profile for both 2m and 70cm frequencies.

jketterl avatar Apr 04 '20 18:04 jketterl

That works well for a small number of bands, but the feature I'm interested in and think other people could benefit from is the ability to set the center frequency from the web interface without having to edit the configuration file or having to create dozens of bands.

modem2k2 avatar Apr 04 '20 19:04 modem2k2

OK so there's a big difference between being able to change the center frequency and giving the user complete freedom to change it, at least if you see it from a legal perspective.

What you're requesting is the so-called "private mode", simply because I cannot recommend making a receiver in a configuration like that public. It's planned, it will need to be explicitly enabled, but it's not top priority and will take some more work.

I'll add the feature flag just to make clear that this is not a bug.

jketterl avatar Apr 04 '20 19:04 jketterl

Thanks, certainly is a feature that should be expressly activated in the configuration file, is not intended to openwebrx to be exposed to the general public. But still can be very useful in various scenarios including checking the operation of the receiving station, RFI search, remote monitoring of the proper functioning of communications systems among others.

modem2k2 avatar Apr 04 '20 19:04 modem2k2

i would appreciate a private mode.

  • rf_gain
  • center_frequency
  • Sample rate

would be nice.

Old Issue, sounds like someone has an old fork with at least some features like this. https://github.com/ha7ilm/openwebrx/issues/102

alexFab avatar Jul 03 '20 08:07 alexFab

That was my fork :) It was a dirty hack and I since migrated to Jakob's fork. I do miss this feature dearly, though. When I want to roam the bands freely I either have to fire up spyserver and temporarily remove the device from openwebrx or I use a kiwisdr based webSDR

gymnae avatar Oct 28 '20 18:10 gymnae

OK so there's a big difference between being able to change the center frequency and giving the user complete freedom to change it, at least if you see it from a legal perspective.

What you're requesting is the so-called "private mode", simply because I cannot recommend making a receiver in a configuration like that public. It's planned, it will need to be explicitly enabled, but it's not top priority and will take some more work.

I'll add the feature flag just to make clear that this is not a bug.

Hi, do you have any estimate on this functionality? Is there anything a mid python dev can do to help? :)

m-stefanski avatar Nov 20 '20 09:11 m-stefanski

I think the best way of implementing this feature, to benefit of it also in "public mode" (the current one), is to allow to specify the lower and upper band in a certain profile, and allow the user to move the center in this range.

This would, for example, allow the user to navigate the entire broadcast FM spectrum, not going over that limit.

ale-rinaldi avatar Jul 10 '21 09:07 ale-rinaldi

I started using OpenWebRX a couple days ago to replace Gqrx mainly so I could listen on my phone when I'm away from my PC. I am not interested in making it public. It works great, but it is annoying to have to set up profiles for every 2 MHz slice where I might want to listen to something. I'm willing to deal with it for the convenience of listening on my phone.

I would like to be able to select from a list of all bookmarks to jump to it, much like profiles, or quickly tune to any frequency within the limits of the SDR, as most other SDR apps can do.

pilot51 avatar Nov 10 '22 23:11 pilot51