-
Notifications
You must be signed in to change notification settings - Fork 57
Correct Predict longitude and gain settings #114
Comments
Hi!
List the passes with
longitude values for rome should be positive
automatic gain control is activated if you don't define the |
Hi! Supported gain values varies from hardware to hardware, run
Right now I'm playing a bit with the |
Thank you, i try the change for next pass. Have a good day! |
Hello, Other question about the gain: I have exactly the same valid gain values when rtl_test is activated. Best regards. |
agreed... in the script I see rtl_fm -s288k ... sox -r288k, both "help text" specify this as the sample rate. Is that what you're referencing? |
try different values... now i am set to 25.4 and is not bad...
Yes, i have changed it and waiting for pass... |
Hello maxzega, Thanks again. |
Thanks again. Great, I did the same thing, we'll update soon :) |
For the next pass i'll try GAIN=29.7 and 144k |
Good idea. We have to find a gain allowing us to have good captures for Meteor but also for NOAA ! Another question: I have put the ppm correction (-p 32 for me) in receive.sh Have a good evening. PS: I didn't take the time to thank reynico for his script ! |
I put the changes to gain into the receive_meteor.sh script alone, not changing the global value, allowing to experiment with Meteor without changing anything else. I haven’t had a pass yet to validate, but am following here to see your results 👍 |
surfrod, it's an evidence but I did not think about it ;-) |
Good idea! I am still trying to improve even for the noaa but managing the two types of satellite separately as gain is a great idea, maybe double gain could be inserted in the next updates of the script.
Yes, you can try !! |
Hi guys! I'm using |
Great capture of Meteor-M2 !! Best regards. |
The best would be to input a fixed signal to the antenna input, so that we can set a Meteor M2 photo condition independent of receiving conditions. But how do you generate such a signal? |
Good Morning all, In the Meteor receive script, I changed b/w from 288k to 120k for better results. Also output rtl_fm to a raw file (no-extension) instead of pipe directly to sox. Run sox on a separate command line using the raw file as input to produce resampled I/Q file. I also added --norm to the sox command as suggested by someone in another forum. Then in meteor_demod command added -O 8 -f 128 --pll-bw 400. Images still aren't perfect but they are better. I'm still playing with settings as well. I also split rtl_fm and sox commands in the noaa receive script. The --norm in sox seems to degrade the image so I don't use it for noaa. @dom1706 - b/w for noaa should be between 40k and 44k depending on how much noise/interference you experience. If you could apply doppler correction to rtl_fm in realtime (wishful thinking) you could set it to 38K. As for gain, I find max gain (29.7 for my SDRv3 dongle) works best for Meteor and 25.4 seems to be optimum for NOAA. I'm using a Tall-Narrow QFH with 85db FM notch filter and no pre-amp. |
Thanks mbruski, can you post your modified receive.sh and receive_meteor.sh ? I have added some var in noaa.conf for separate management of gain on noaa and meteor and sampletate/bw also. GAIN_NOAA=28 in receive.sh timeout "${6}" /usr/local/bin/rtl_fm ${BIAS_TEE} -f "${2}"M -s ${BW_NOAA}k -g ${GAIN_NOAA} -E wav -E deemp -F 9 - | /usr/bin/sox -t raw -e signed -c 1 -b 16 -r ${SR_NOAA} - "${RAMFS_AUDIO}/audio/${3}.wav" rate 11025 in receive_meteos.sh timeout "${6}" /usr/local/bin/rtl_fm ${BIAS_TEE} -M raw -f "${2}"M -s ${BW_METEOR}k -g ${GAIN_METEOR} | sox -t raw -r ${SR_METEOR}k -c 2 -b 16 -e s - -t wav "${RAMFS_AUDIO}/audio/${3}.wav" rate 96k |
Here are both of my scripts. My code/script baseline is from mid December and I have already tweaked the noaa.conf file to include some things I wanted. I also did some re-ordering of things in the scripts... nothing significant. for receive.sh (i changed the filename suffix to .txt so github would accept it...) for receive_meteor.sh (ditto...) |
So the price I pay for being careless when I added some comments to the receiver_meteor.sh script before I posted is a syntax error on the meteor_demod command line. The corrected line should be this:
My apologizes for the error. |
Mbruskj, I have tried your lines and here nothing worked. I didn't understand why. |
My sincere apologies. I'm not sure what happened here. My NOAA captures today are looking really good but my first two meteor captures of the day aborted for script errors and one I did manage to complete this evening looked pretty awful. I blame myself for not being more careful when I edited these things and I committed the worst sin by not backing them up before I did that. I'll keep working the meteor script and hope to get that back in order soon. |
I am very interested in Your Noaa.conf file. Can you send me a complete copy? |
noaa.conf NOAA_HOME=/home/mosaic/raspberry-noaa |
Thank You. |
Did anyone solved with Meteor captures? |
Hi, I wanted to ask how you can delete the steps scheduled by mistake.
If in predict/predict.qth the longitude must be negative (I live near Rome) or positive and from what I understand by setting the gain to 48 or 50 in noaa.conf the automatic gain of the key is activated. The other values to be set as an alternative are those that occur in response to the rtl_test? Float or integer?
Thanks a lot
The text was updated successfully, but these errors were encountered: