-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lots of CRC mismatches #92
Comments
From looking at the output the CRC errors are caused by very low SNR. The antenna that comes with that isn't very good so I would try to build a dipole for the FM broadcast band and try again. Rabbit ears are also a good antenna for FM broadcast band. |
Ok thanks. About what SNR am I looking for? |
Are you able to post a FFT shot of this station form software such as GQRX? |
@impala454 Looking at that screenshot the COFDM sidebands are basically burred in noise which explains your issues. I would try a different antenna and try again. |
Ok will do. I also went ahead and used SDR# to find a better station (where the sidebands were easily visible) then went back and tried nrsc5 again. This time it appears to work, however I still get no audio. Here's a snippet of that log:
|
@impala454 Hum, How about running it directly and not piping it to mplayer? |
One more sample of another from the execution until I stopped it, and a screenshot of the FFT:
|
Ran it without the pipe and see all kinds of binary data, so I suspect it's working? Guess I'm not sure why the mplayer part isn't working. I know when I run the included sample I hear audio. |
I wonder if it's possible the station in question has a broken dead-air stream if the included sample works. I've seen this occur before here. Is it possible for you use post a sample from the station using the -w samples-output? |
Whoa... uh that makes me hear audio... well ok then. I expected that command would just save samples. I did this and now I hear it loud and clear through the speakers: |
Was my syntax above wrong? |
Try running the command without piping to mplayer try using the command |
Yep! Works! Sorry it was so boneheaded. I guess I was just following the example given in the readme. Thanks for the help! |
Perhaps the README should include an command example such as that. @argilo suppose this could be easily added. |
I just want to add this is a great piece of software and if I see a way to contribute I will. Thanks again. |
@impala454 Looks like your problems were resolved, so I'll close this issue. |
@impala454 two things to do that helped me a lot, even with analog FM: get an old style pair of rabbit ears, as in a dipole antenna. The kind that actually look like rabbit ears. Spread the two antennas as far apart as they'll go. Those dipoles were for VHF-Lo television in the old days, which is hardly used in today's digital world due to impulse noise, but happens to be right near the FM broadcast band frequencies. You can also try putting your SDR away from the computer using a USB extension cord. I also put mine inside a tin can. It sounds silly but it really did help. You may not need to take this step since some of the dongles being sold are already encased in some aluminum shielding. I do this an receive analog FM stereo that is essentially perfect. |
@ClassicFM thanks for the suggestions. I do actually have a couple of antennas lying around similar to what you mention (rabbit ears plus a circle in the middle) and will give them a shot. I do believe though my main issue was simply the misunderstanding of the application syntax. My FM sounds great with the included antenna, and so far about five or six HD radio stations come in crystal clear as well. I'm sure eventually I'll be putting a nice one on the roof. |
Hello, I'm a long time software developer but brand new to SDR and just learning. I have been messing with nrsc5 for about a week now and keep having trouble getting it going. I have a NooElec NESDR Mini 2 w/the default antenna and am building and running on Ubuntu 16.04. I've chosen one of the stronger stations in the Houston area and keep getting CRC mismatches which end up exiting the program. I'm running in a VMware VM but have also tried it on bare metal. I've loaded a fresh Ubuntu 16.04 image with nothing but the dependencies and this software and still get the same issue. I notice all of the extra data is found (even the png image!) but it seems when it gets to the audio decode something gets messed up. As a newbie I'm not sure if my SNR is high enough but this channel was the highest I saw in my area, which I'd expect to be good as it's a huge city. Any guidance would be appreciated or if others aren't using Ubuntu then maybe I found something. Please let me know if there's something I can do to provide more data to debug with. Here's a sample run:
The text was updated successfully, but these errors were encountered: