ha7ilm / openwebrx

Open source, multi-user SDR receiver software with a web interface
https://sdr.hu/openwebrx
GNU Affero General Public License v3.0
982 stars 464 forks source link

nothing but static on almost every frequency. #66

Open BustedSec opened 7 years ago

BustedSec commented 7 years ago

Trying to tune in local FM radio stations, all I'm getting is static despite a nice waterfall visualizaion of the data. I've tried changing rf_gain to 0 and adjusting the center frequency and sample rate. How can I just tune this thing to local FM and have it play some music?

these are my current settings

samp_rate = 25000000

center_freq = 145525000

center_freq = 87900000 rf_gain = 5 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain m$ ppm = 0

I've tried different variations of the above but everything just comes out static

running on Linux mini 4.4.0-63-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

ha7ilm commented 7 years ago

You can't. Currently OpenWebRX does not support WFM.

Look for NFM, AM or SSB transmissions.

ha7ilm commented 7 years ago

I mean:

RaymondDay61 commented 6 years ago

I get this too. I know it can do it because with another program I can just do this command line and it sounds good.

rtl_fm -M wbfm -f 104.3M | play -r 32k -t raw -e s -b 16 -c 1 -V1 -

Been edit the /root/openwebrx/config_webrx.py and restating and nothing helps

In that file here are some setting that I mostly change.

samp_rate = 2400000 center_freq = 91700000 rf_gain = 0 #in dB. For an RTL-SDR, rf_gain=0 will set the tuner to auto gain mode, else it will be in manual gain mode. ppm = 0

It be neat if could get this working good. I seen others that open theirs up on the web and they work real good.

I can not zoom out any it's just the one screen. I guess that is some settings too. So I can only see like 3 radio stations then.

-Raymond Day

ha7ilm commented 6 years ago

Yes, this does not work because WFM is currently unsupported.

RaymondDay61 commented 6 years ago

Links a http://sdr.hu/ show openwebrx working with all sorts of wireless can zoom way out and when you click on a line it don't sound like static. Seems like supported on there systems. But I do see they don't have a FM tab to click on in there Receiver that shows a lot more then my install.

ha7ilm commented 6 years ago

So actually what parameters does the signal have that you want to listen to? E.g. modulation, bandwidth?

RaymondDay61 commented 6 years ago

From Amazon I got this:

RTL-SDR Blog R820T2 RTL2832U 1PPM TCXO SMA Software Defined Radio with 2x Telescopic Antennas

But I put another Antenna on it that I installed long ago on the roof for radio.

It says on there "Can tune from 500 kHz to 1.8 GHz and has up to 3.2 MHz of instantaneous bandwidth (2.4 MHz stable). (HF reception below 24 MHz in direct sampling mode)."

So for that would would the settings be in the config_webrx.py?

I got them like this now.

samp_rate = 2400000 center_freq = 91700000

Thank you.

-Raymond Day

ha7ilm commented 6 years ago

See:

RaymondDay61 commented 6 years ago

I all ready did that at the 1st link you gave. Maybe I did some thing wrong.

I been to the wiki too. But I have not read it all yet. I will look at it more. Thanks.

-Raymond Day

RaymondDay61 commented 6 years ago

Here is what mine looks like if it don't support FM then why is it a click part on it? I can't do AM because it's only in the little rang of mhz I don't get how to widened that to make it wider. I guess it's some line in the config_webrx.py

A picture is worth a 1000 words so this my show it with out me typing a 1000 words :)

openwebrx limit mhz

-Raymond Day

RaymondDay61 commented 6 years ago

Would it be hard to get it to support FM? I guess AM is easier. I guess you know can make a wireless signal just by torching 2 wires together with power to make a spark. AM adjust the power of the spark. But FM it's the timing of the on and off of the spark. So seems like it would not be that hard to get FM to work in the OpenWebRx not sure.

-Raymond Day

ha7ilm commented 6 years ago

No, broadcast FM (WFM) does not work currently, while NFM does. (Contact me if you need this feature in a commercial project.)

But FM it's the timing of the on and off of the spark.

Today we are not using spark gap transmitters anymore. You can find more information about how an FM signal looks like here: https://en.wikipedia.org/wiki/Frequency_modulation

RaymondDay61 commented 6 years ago

I gave up just can't get it to scroll left or right to see other frequencies no setting to widen it out that I can find. All I can do it set the mid number and stop and start it and it starts at that place and maybe can see 2 or 3 other frequencies on one screen that can't move left or right.

All so still sounds like junk static. But know it's is some sound under the static.

Maybe they have a image all set up for a raspberry pi. To just put a ISO to a SD card that some one else all ready set up not sure.

-Raymond Day