|
Filtering data by AZIMUTH *and* DISTANCE - seeking your feedback
.....seeking feedback on this idea from a broad audience!
In a month or so I'd like to give a talk to a group here in Arizona, a group of DX'rs who haven't used WSPR to study propagation. They have
.....seeking feedback on this idea from a broad audience!
In a month or so I'd like to give a talk to a group here in Arizona, a group of DX'rs who haven't used WSPR to study propagation. They have
|
By
Curt K7ZOO
·
#519
·
|
|
Re: How to see WD 2.10's log of overload events
a further variation...
awk '{ printf "%s: %4d %s\t %s\n", strftime("%c",$1), $2, FILENAME, $3}' ./*/ov.log | sort -k3,3 | less
a further variation...
awk '{ printf "%s: %4d %s\t %s\n", strftime("%c",$1), $2, FILENAME, $3}' ./*/ov.log | sort -k3,3 | less
|
By
Jim Lill
·
#518
·
|
|
Re: How to see WD 2.10's log of overload events
I took your script and added filename, thus knowing band
awk '{ printf "%s: %4d %s\t %s\n", strftime("%c",$1), $2, FILENAME, $3}' ./*/ov.log
I run that from the receiver path. So for K76, one of
I took your script and added filename, thus knowing band
awk '{ printf "%s: %4d %s\t %s\n", strftime("%c",$1), $2, FILENAME, $3}' ./*/ov.log
I run that from the receiver path. So for K76, one of
|
By
Jim Lill
·
#517
·
|
|
Re: How to see WD 2.10's log of overload events
On Tue, Oct 19, 2021 at 02:33 PM, Rob Robinett wrote:
awk '{ printf "%s: %4d %s\n", strftime("%c",$1), $2, $3}' On my Pi 4b running bash, I needed to run that script using 'gawk'. Download and
On Tue, Oct 19, 2021 at 02:33 PM, Rob Robinett wrote:
awk '{ printf "%s: %4d %s\n", strftime("%c",$1), $2, $3}' On my Pi 4b running bash, I needed to run that script using 'gawk'. Download and
|
By
Rob Robinett
·
#516
·
|
|
Re: Chasing ov
your MW OV is likely less severe than mine but perhaps not. In any event, I built discrete notches for the offending mW stations and that solved things. You might also consider as a
your MW OV is likely less severe than mine but perhaps not. In any event, I built discrete notches for the offending mW stations and that solved things. You might also consider as a
|
By
Jim Lill
·
#515
·
|
|
Re: Chasing ov
Rob
Here the 1660 station is about 10 km @ 10 Kw daytime 1 Kw night time and the 1560 is about 5 km @ 5 Kw daytime and 1 Kw nighttime. I have another one with 4 phased towers about 2 1/2 km at
Rob
Here the 1660 station is about 10 km @ 10 Kw daytime 1 Kw night time and the 1560 is about 5 km @ 5 Kw daytime and 1 Kw nighttime. I have another one with 4 phased towers about 2 1/2 km at
|
By
Rolf Ekstrand
·
#514
·
|
|
Re: Chasing ov
In Maui the Flamingo was not enough to suppress overloads from the 10 Km distant 5 KW 550 AM station. A friend designed a custom replacement which suppresses 550AM by more than 60 dB while passing
In Maui the Flamingo was not enough to suppress overloads from the 10 Km distant 5 KW 550 AM station. A friend designed a custom replacement which suppresses 550AM by more than 60 dB while passing
|
By
Rob Robinett
·
#513
·
|
|
Chasing ov
Greetings, y'all
I am now chasing ov events here. Have installed the Flamingo - am bandpass filter, but seemingly still have some ov events around daybreak. The culprit are likely to be traced to two
Greetings, y'all
I am now chasing ov events here. Have installed the Flamingo - am bandpass filter, but seemingly still have some ov events around daybreak. The culprit are likely to be traced to two
|
By
Rolf Ekstrand
·
#512
·
|
|
How to see WD 2.10's log of overload events
I have recently become aware of how little many Kiwi users appreciate the importance of filtering the RF feed to a Kiwi so as to minimize RF overload events.
Each Kiwi receive job run by WD logs those
I have recently become aware of how little many Kiwi users appreciate the importance of filtering the RF feed to a Kiwi so as to minimize RF overload events.
Each Kiwi receive job run by WD logs those
|
By
Rob Robinett
·
#511
·
|
|
Re: wsprdaemon.log, error message meaning
On Mon, Oct 18, 2021 at 05:02 PM, Rob Robinett wrote:
No, those are not benign and your log file will grow unbounded.
Can you email your conf file and I'll log into it.
Emailed it to the address
On Mon, Oct 18, 2021 at 05:02 PM, Rob Robinett wrote:
No, those are not benign and your log file will grow unbounded.
Can you email your conf file and I'll log into it.
Emailed it to the address
|
By
Bruce KX4AZ
·
#510
·
|
|
Re: wsprdaemon.log, error message meaning
No, those are not benign and your log file will grow unbounded.
Can you email your conf file and I'll log into it.
--
Rob Robinett
AI6VN
rob@...
mobile: +1 650 218 8896
No, those are not benign and your log file will grow unbounded.
Can you email your conf file and I'll log into it.
--
Rob Robinett
AI6VN
rob@...
mobile: +1 650 218 8896
|
By
Rob Robinett
·
#509
·
|
|
wsprdaemon.log, error message meaning
As far as I can determine wsprdaemon is running fine since I got it started a day or two ago. I have noticed that the log file is full of repeated error messages of this type:
Mon Oct 18 12:30:01 UTC
As far as I can determine wsprdaemon is running fine since I got it started a day or two ago. I have noticed that the log file is full of repeated error messages of this type:
Mon Oct 18 12:30:01 UTC
|
By
Bruce KX4AZ
·
#508
·
|
|
Re: New install on Pi4 question
In WD 3.0 I will add checks of the receiver names to the config file validation function.
Thanks for the reports
--
Rob Robinett
AI6VN
rob@...
mobile: +1 650 218 8896
In WD 3.0 I will add checks of the receiver names to the config file validation function.
Thanks for the reports
--
Rob Robinett
AI6VN
rob@...
mobile: +1 650 218 8896
|
By
Rob Robinett
·
#507
·
|
|
Re: Radio "limbo"
I have 2 public systems, jimlill.com:8075 has a Nooelec filter, jimlill.com:8073 has HB notch filters on the nearby very strong MWBC stations. You can compare...
On 10/18/21 8:54
I have 2 public systems, jimlill.com:8075 has a Nooelec filter, jimlill.com:8073 has HB notch filters on the nearby very strong MWBC stations. You can compare...
On 10/18/21 8:54
|
By
Jim Lill
·
#506
·
|
|
Re: Radio "limbo"
On Sun, Oct 17, 2021 at 04:03 PM, Rob Robinett wrote:
...The $16 Nooelec Flamingo AMBF (https://www.nooelec.com/store/flamingo-am.html) is enough for several of my receive sites, but you could very
On Sun, Oct 17, 2021 at 04:03 PM, Rob Robinett wrote:
...The $16 Nooelec Flamingo AMBF (https://www.nooelec.com/store/flamingo-am.html) is enough for several of my receive sites, but you could very
|
By
Bruce KX4AZ
·
#505
·
|
|
Re: Radio "limbo"
With any kind of decent antenna and a reasonably quiet site, the Kiwi needs 10+ dB gain to get signals above 10 MHz to be stronger than the internal noise of the Kiwi RF amplifier.
Of course that 10
With any kind of decent antenna and a reasonably quiet site, the Kiwi needs 10+ dB gain to get signals above 10 MHz to be stronger than the internal noise of the Kiwi RF amplifier.
Of course that 10
|
By
Rob Robinett
·
#504
·
|
|
Re: Radio "limbo"
On Sun, Oct 17, 2021 at 11:16 AM, Rolf Ekstrand wrote:
...see you got your Kiwi WD up and running and doing well. What antenna(s) are you using on the RX site?
73 RolfRolf,
Currently I have
On Sun, Oct 17, 2021 at 11:16 AM, Rolf Ekstrand wrote:
...see you got your Kiwi WD up and running and doing well. What antenna(s) are you using on the RX site?
73 RolfRolf,
Currently I have
|
By
Bruce KX4AZ
·
#503
·
|
|
Re: Radio "limbo"
Bruce,
It's amazing how far you can go with almost nothing. I am usually running QRO here at 200 mW -:) into an old Cushcraft R7 usually on 7 and 14 but then again there are some crafty
Bruce,
It's amazing how far you can go with almost nothing. I am usually running QRO here at 200 mW -:) into an old Cushcraft R7 usually on 7 and 14 but then again there are some crafty
|
By
Rolf Ekstrand
·
#502
·
|
|
Re: Radio "limbo"
Some final comments on my "radio limbo" experiment. I've left it running since October 7th and will shut it down today (October 17th), in order to reclaim the step attenuator I've been using to
Some final comments on my "radio limbo" experiment. I've left it running since October 7th and will shut it down today (October 17th), in order to reclaim the step attenuator I've been using to
|
By
Bruce KX4AZ
·
#501
·
|
|
Re: Wsprdaemon location error (mine) & noise reporting
Gwyn,
Thank you for the quick feedback, happy to know the noise data is being uploaded & with the correct location. Doesn't matter to me whether it is -T or /T, either way it helps me distinguish the
Gwyn,
Thank you for the quick feedback, happy to know the noise data is being uploaded & with the correct location. Doesn't matter to me whether it is -T or /T, either way it helps me distinguish the
|
By
Bruce KX4AZ
·
#500
·
|