N0YJV
Member
Hi All,
I have this script that I will paste below, and it works on my RaspberryPI, but
there are some things I'd like to fix in it, and maybe someone here can
fix my script for me:
It scans the 2-meter FM band and plays it over the speaker.
I'm running it in a terminal window using a screenreader called Orca...
1.
I can't seem to get the squelch to work, I always hear the radio hiss.
The script wants a two digit number, which comes after -l.
2.
When I key up my HT and talk on 146.520, I hear the scan stop, but when I talk, I just hear a
glitch sound.
3.
I'd like to get Orca to not constantly speak characters while it's scanning, there is some sort of readout of values going on.
Script Start:
rtl_fm -M fm -f 144.000M -f 154.75M -f 154.82M -f 154.89M -s 12k -g 50 -l 70
| play -r 12k -t raw -e s -b 16 -c 1 -V1 -
Script End
This is a one-line script I call 2m.sh.
Thanks for any help.
Glenn K0LNY
I have this script that I will paste below, and it works on my RaspberryPI, but
there are some things I'd like to fix in it, and maybe someone here can
fix my script for me:
It scans the 2-meter FM band and plays it over the speaker.
I'm running it in a terminal window using a screenreader called Orca...
1.
I can't seem to get the squelch to work, I always hear the radio hiss.
The script wants a two digit number, which comes after -l.
2.
When I key up my HT and talk on 146.520, I hear the scan stop, but when I talk, I just hear a
glitch sound.
3.
I'd like to get Orca to not constantly speak characters while it's scanning, there is some sort of readout of values going on.
Script Start:
rtl_fm -M fm -f 144.000M -f 154.75M -f 154.82M -f 154.89M -s 12k -g 50 -l 70
| play -r 12k -t raw -e s -b 16 -c 1 -V1 -
Script End
This is a one-line script I call 2m.sh.
Thanks for any help.
Glenn K0LNY