Summer Time Atomspherics; Why is there another FM station on our frequency!!??

That is indeed a good question. There may be several explanations; a pirate, somebody’s Part 15 device, or atmospheric ducting. If the weather is good, tropospheric ducting can cause VHF (FM broadcast) and UHF (TV broadcast as well as Remote Pickup units and STLs) signals to travel far beyond their intended reception areas.

The Troposphere is the zone in the atmosphere closest to the Earth, ranging from 0 to 15 km. It is the area where most weather phenomena take place. For VHF and sometimes UHF, refraction can bend the signal back towards the surface of the Earth. Refraction at lower altitudes (called surface ducts) can cause radio signals to travel shorter distances than normal unless they are over water. Refraction at higher altitudes (elevated ducts) can cause those same signals to travel far beyond their normal range, sometimes hundreds or thousands of kilometers.

Three things affect the tropospheric refraction index (or N); water vapor, air pressure, and air density. At higher altitudes, the air is normally cooler, less dense, and dryer than air closer to ground level. However, high barometric pressure will often bring warm, dense, moist air to high altitudes. This can create a layer of warm air over a layer of cooler air known as a temperature inversion. This can create a “duct” in the upper troposphere similar to a waveguide. These signals can be very strong, sometimes overpowering a local FM signal due to the capture effect.

There is an online source that predicts atmospheric ducting, mostly used by Amateur Radio operators, but it can also be a useful troubleshooting tool: https://vhf.dxview.org/

That site produces a map like this:

VHF Ducting map

This can happen any time of the year but is more common in summertime. Tropospheric ducting is not an effect of ionization from the sun. This phenomenon is known as Sporadic E, which will be covered below.

The good news is tropospheric ducts normally last a few minutes to a few hours. Sometimes they can last longer however changes in the width or length of the ducts will change the frequencies and distances that RF signals travel along that duct. In addition, if you are hearing a co-channel FM station from many hundred kilometers away, listeners of that station are now hearing your station the same way.

Another long-distance VHF propagation phenomenon is called Sporadic E layer propagation or simply Sporadic E. This happens when the Ionosphere is heavily affected by a solar storm or sunspot. Sunspots run in an 11-year cycle. We are approaching the solar maximum for Solar Cycle 25, predicted to happen in July 2025.

NOAA Space Weather Solar Cycle 25 progression

Sporadic E is much less predictable, more random, and short-lived. Solar storms can create highly ionized areas in the E layer of the Ionosphere, creating skywave conditions for VHF signals. These signals will skip in the same way that HF and MF signals do. Fortunately, these conditions usually last a few seconds or minutes at most. More on the solar cycle can be found here: https://www.swpc.noaa.gov/products/solar-cycle-progression

North American Sporadic E Map

Once again, Amateur Radio operators are interested in this as a mode of communication. There is a Sporadic E map online at: https://www.tvcomm.co.uk/g7izu/radio-propagation-maps/north-american-sporadic-e/

GPS controlled clock based on Raspberry Pi

This is an adjunct to my previous post on creating a Stratum 1 NTP time server with a Raspberry Pi. I finished this project about a year ago, and I have to say it has been running flawlessly since then. I thought that perhaps the inexpensive GPS module designed to work with drones might not hold up. But it has.

Midnight in London

Wouldn’t it be nice to use this time source, not just to set hardware clocks but also display the time in varous places? Yes, yes it would.

Since most of my ideas are not original, I figured a quick internet search may shed some light on how to proceed. Keith, G6NHU did exactly this a year ago or so. His project can be viewed here: https://qso365.co.uk/2023/05/how-to-build-a-shack-clock-using-a-raspberry-pi-and-a-7-touch-display/

As I suspected, with a few more configuration steps, this NTP server can display the time on the native HDMI port as well as create a simple web page available on the LAN for any computer to access with a web browser. The web server is Lighttpd, which is a low CPU load, low memory demon, perfect for an older Raspberry Pi 3.

The display I chose is a 7-inch 16×9 non-touch purchased from Amazon for $33.99: https://www.amazon.com/gp/product/B0BGXB2Y67/ (not an affiliate link)

When I created the NTP server last year, I named it ntpserver. The unit runs headless (no keyboard or monitor) so I use ssh to get into the command line. Thus, the first command is:

ssh ntpserver@192.168.1.200

Once in, always do an update:

sudo apt-get update
sudo apt-get upgrade -y

The following programs need to be added to the Pi:

sudo apt install xorg openbox xserver-xorg xinit unclutter lighttpd -y

If the OS is off the shelf Raspian, then Chromium should already be installed, but if not, then add it:

sudo apt install chromium-browser -y

Once that is done, some things need to be configured. Using whatever text editor you like the xserver so that anyone can access it. Open the Xwrapper file:

sudo nano /etc/X11/Xwrapper.config

Then add line:

allowed_users=anybody

Exit and save. Next open the xserverrc file:

sudo nano /home/ntpserver/.xserverrc

Add the following:

#!/bin/sh
#Start the X server session with no power management so the display never sleeps
exec /usr/bin/X -s 0 -dpms -nolisten tcp "$@"

Exit and save. Next open the xsession file:

sudo nano /home/ntpserver/.xsession

Add the following:

#!/bin/sh
#Start Chromium at startup
chromium-browser --start-fullscreen --window-size=800,480 --disable-infobars --noerrdialogs --incognito --kiosk http://localhost

Exit and save. Note the display size can be configured to any screen resolution. This affects the HDMI port, not the web page. The 7-inch Raspberry Pi monitor that I purchased from Amazon has an 800 x 480 screen resolution. If you are using a different screen resolution, change as needed. Next open the clock.service file (it will be created when you save the file):

sudo nano /etc/systemd/system/clock.service

Add the following:

[Unit]
Description=Clock
After=network-online.target
DefaultDependencies=no

[Service]
User=clock
ExecStart=/usr/bin/startx
Restart=always
RestartSec=10

[Install]
WantedBy=multi-user.target

Exit and save.

The web page that will be displayed on the HDMI port as well as served to local hosts on the LAN is a java script page. It was originally developed by Nayuki: https://www.nayuki.io/page/full-screen-clock-javascript You can download whatever format you like from that site (I copied the page source) or you can download a 24-hour format from Keith’s site:

cd /var/www/html
sudo wget https://qsl.net/g6nhu/clock/index.html

The colors can be edited:

sudo nano /var/www/html/index.html

The background, foreground, and font type can be changed as desired.

Next start the clock service and reboot:

sudo systemctl enable clock
sudo systemctl start clock
sudo reboot now

Here is a quick video of the web page on my desktop computer. I have the GPS monitor from the ntpserver up and running in the left upper corner. That shows the GPS data going into the Raspberry Pi from the serial port along with some scratchy WWV audio. The actual clock sync is from the 1PPS output of the GPS module.

I could see this being used as an inexpensive master clock system somewhere. With an HDMI splitter (or a better name would be Distribution Amp), this could be sent to many locations.

Now all I need to do is figure out how to get a GPS synced 10 MHz output capable of driving multiple devices.

Special Equipment

This year, winter in the Northeast has been relatively tame (so far). As I type this today, the temperature is 60 degrees F. The average high temperature this time of the year is around 40 F. This is an anomaly due to the strong El Nino currently going on in the Pacific Ocean. Next year will likely be closer to normal.

To that end, one of the problems in winter time is access to mountaintop transmitter sites. Several of the sites we maintain can only be accessed with special equipment such as a snowcat, track machine, or snowmobile. We have two or three sites that are cut off from regular vehicular access for 2-4 months per year. One site in particular has water flowing down the access road from a reservoir creating a 200-foot sheet of ice that is not even walkable.

For many years, I have been on the lookout for some special equipment that will allow us to get there safely and back.

Meet the special equipment:

Polaris Ranger 900 with studded tracks
The wheels were replaced with tracks and we added this stud kit for ice
Polaris Ranger 900

Like other such items, there is a cost associated with owning this. In the past, we have paid a two-way radio company that has a larger snow machine for rides to the top of various mountains. That can get pricey if several trips are needed. We will have to figure out a reasonable fuel surcharge for the operation of this track machine.

Co-located common antenna FM stations

One of our clients needs to move to another transmitter site because their lease is expiring at the old site. We have been working on this for several months now. One of the nice features of this project is the panel antenna.

Kathrein 754154 spec sheet

This is installed in a 2-bay 3-around configuration. I don’t see this particular model in the Kathrein catalog anymore, but there are other cross-polarized panel antennas available from them.

Colocated tower

There are many existing services on this tower including two full-power FM stations, a translator, a VHF TV station, numerous cell carriers, etc. Once the installation is done we will have to check carefully for intermodulation.

Honda Track Machine

Winter in the Northeast; there was just enough snow and slush on the access road that the truck could not make it to the top of the hill. This track machine works great. We have added a Polaris Ranger 900 to our inventory (not this machine) for winter access to several of the more difficult transmitter sites. While I do enjoy the occasional walk in the snow, the key word here is occasional.

AAT branch combiner inputs

The three stations are combined into the panel antenna with this rather nice American Amplifier Technologies C-IR-3-3-30K-N branch combiner.

AAT branch combiner output side

The input filters needed a slight adjustment to compensate for the difference between the test load they were tuned to and the actual antenna load they will be running into

Touching up input filters

Two of the transmitters are Broadcast Electronics STX-10 units. We have had good service from the STX-10 which was installed on Mount Beacon a few years ago.

Pair of BE STX-10 transmitters

We are waiting for the Comrex Bric Link III to come back from the factory after their firmware update. They are to be used for the STL. Once they are returned, we should be good to go for site turn-up.