-
Notifications
You must be signed in to change notification settings - Fork 10
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
sox after receiving wav file - fails #13
Comments
Hi, have you installed the software in the last 12 hours? If not, please upgrade it as last night I pushed some changes in the user settings and before some other changes fixing other bugs like this BTW: please provide some context, for example you got that running it by hand or from a log of a programmed task? Thanks for testing/using the software... |
Hi thanks for the very fast answer. Now i have reinstalled sw and wait for next passes. i will update you with the results. |
Ok, I wait for your comments... |
Hey! any progress? It worked? |
hi, sorry for the long delay but i was busy this week :-( i have reinstalled new version - but same error - have attached an output from shell script |
From your log:
Do you have 10 RTL-SDR devices connected to the Raspberry Pi? Unlikely but possible, If so you need to modify the script to signal rtl_fm to choose just one of them. If not and there is only one, then you have a problem with the RTL-SDR device detection... and maybe that is causing the problems. Cheers. |
Hello. I had same problem on Raspberry Pi OS yesterday. More information:
So I have modified "rtl_fm" to "/usr/local/bin/rtl_fm" in FAASGS/sat.sh Best regars, |
Hello it is not an rasperrry, it is an INTEL NUC with proxmox and serveral linux containers. /usr/local/bin/rtl_fm -d 4 i have already rebuild the rtl_fm from newest source from osmocom - But same result now i will try with the rtl_fm source from your link i will inform you regards |
Hum... interesting Worth a note in the README. |
Please do feedback, I have included a note in the README.md about this issue
|
I got same problem when I tried osmocom . It seems forked from https://github.com/pinkavaj/rtl-sdr and added such a option. It may be better that use same repository that apt.armbian using. I couldn't find. Best regards, |
hello seems that now it produce an correct wave file. question: the rasperry have to set to GMT time right ? thanks for your support wolfgang |
It does not matter if you set the correct timezone. Run the raspi-config If the Raspi has internet connection it will fetch the time from the net and you are set. |
I am getting a similar problem, see text below and also have the problem of wxmap: error: city, country (Leicester, United_Kingdom) not recognised. Have tried every combination of City and Country. Also I have noticed that a lot of the time 'Tuned to' does not have the correct satellite frequency
|
The example in the docs is with the London city, in this way (I tested it and it works) "London, United Kingdom", so in your case it will become in the
Change it and just wait for the next pass to validate. |
That's normal, the RTL-SDR is 2 Mhz wide receiver, it can't tune to the exact freq as the DC spike will disturb the signal we need. Instead it tunes above or below and uses oversampling to try to squeeze all the useable information from the radio signal. Note this data in your log dump :
It's sampling at 1.6 Mhz wide (1600000 S/s), Tuned to 138,020 Mhz, oversampling by 32 the input, shifted 50khz down from the DC spike and with no oversampling on the out signal. |
Changing user.conf to read Here is part of my user.conf file CALL=G8PGO |
Yep, |
as I prefer to stick to standard installations, why not let rtf_fm grab in raw format and let sox convert from raw to wav? |
I would llike to see the code for that, but please remember
|
valid points indeed, although by default /tmp is not in RAM on a raspberry PI. |
This works for me:
|
sox FAIL formats: can't open input file `/tmp/sat.wav': WAVE: RIFF header not found
The text was updated successfully, but these errors were encountered: