How to make a webpage from your WSJT-X log file

Map showing all M0AWS FT4/8 contacts

I’ve had a few messages of late asking how I generate my WSJT-X log web pages for my website. The answer is pretty simple, I use a little BASH script that I started writing some time back and have gradually improved over the last few months.

If you have a PC running Linux or a RaspberryPi running any of the normal Debian/Ubuntu/Redhat/Fedora based Linux distro’s that are available today then, this script should work just fine.

I originally wrote this program using Python but, a friend of mine bet me that I couldn’t write it in BASH and so, I took up the challenge and this is the result. It’s pretty simple and uses all the normal UNIX command line goodies like grep, sed and awk.

The script also uses WWL to calculate the distance between two Maidenhead locator grid squares and so it’s important to have it installed before running the script. (The script checks for it at runtime and will exit if it is not installed!). You can install WWL using your package manager on your Linux distro or from the command line directly. Details are in the READ-ME.txt file.

Screen grab from my M0AWS WSJT-X Log web page

It’s important that you READ the READ-ME.txt included in the zip file before trying to run any of the scripts included as it details the variables that you need to enter values for to make the script run on your PC/Server. (Example entries are in place as supplied).

The variables are mainly just paths to files on your system and whether you want distances calculated in miles or kilometres. Other than that there’s nothing else required for it to run.

I’ve also included details on how to run the script automatically from a crontab so that your webpage can be updated automatically every few minutes/hours etc.

The script also includes code to add a PNG map file into the generated webpage so that there is a graphical representation of all your QSOs. The map isn’t generated by the script (something I need to add in the coming few months) so you’ll need to generate it yourself and then add it to the website either via the crontab script included in the zip file or manually.

I use the QSOMap website to generate my map image files and then have them uploaded to my web server via the crontab script.

The script processes 100 entries per second on my web server (Headless virtual machine running Ubuntu Server 64bit Edition) and so should be pretty fast on most PCs. It will run somewhat slower on a RaspberryPi so be patient!

You can download the script and associated information using the button below.



If you do use my script please send me a link to your website so that I can take a look at your log file.

More soon …

MQ0AWS will be on air 01/06/22 – 30/06/22

To celebrate Her Majesty the Queen Platinum Jubilee, marking 70 years of service to the people of the United Kingdom, the Realms and the Commonwealth, U.K. Radio Amateur (HAM) operators can apply for a Notice of Variation (NOV) to use the Q Regional Secondary Locator.

The RSGB will also be operating a bunch of GB70 special event stations, full details on the GB70 website.

I have my NOV and will be on air using MQ0AWS for the whole of June 2022.

This callsign will operate for one month only and so will be a rare one for you to get in your log.

I will be operating on all HF bands 160-10m CW & FT4/8 and maybe some SSB depending on conditions.

All MQ0AWS logs will be uploaded to my website almost realtime and will be uploaded to EQSL at the end of June 2022.

If you hear me calling CQ please give me a call.

More soon …

IC-705 – Going wireless with Apple Mac computers

Since getting my Icom IC-705 I’ve had problems with computer noise causing interference when connected via USB. I solved the problem mostly by winding both the USB and coax cables around 240-31 ferrite toroids. This resolved the problem nicely on all HF bands except 10m. With further investigation I realised that the 240-31 ferrite toroid doesn’t provide much choking resistance at 28mhz and so a 240-43 would be better for the higher bands. This would mean I’d need a longer USB cable and coax to the AH-705 so that there was enough cable to wind around two ferrite toroids to cover all the HF bands.

Whilst this will almost certainly provide a complete solution to the problem there is of course another way around this issue. The IC-705 is a rare beast in that it has wifi capability built in. The wifi on the IC-705 is capable of operating in one of two different modes, Access Point (AP) and Station, a host on an existing wifi network.

Since I connected my IC-705 to my in-shack wifi I am using the radio in station mode for connectivity via wifi. By connecting it this way my MacBook Pro will also have access to the internet at the same time as connecting to the radio giving me the best of both worlds.

You can of course put the radio into AP mode and connect your computer directly to it via wifi however, you won’t have any internet access from the computer as it will be connected directly to the radio. This is how it will be used when in the field for portable operations unless you have a portable 3/4/5g wifi router.

Getting the radio connected to my shack wifi was easy, just go into the IC-705 menus, switch the WLAN on, pick the SSID of my wifi router and enter the password, the radio connects immediately. You will also need to switch on the network control option and also set up a user and password that is used when connecting to the radio from your computer. Refer to the IC-705 manual on how to do this if you haven’t done it already.

To be able to use the radio wirelessly from any Apple Mac computer you will need 2 applications, WFview and Blackhole. Both of these applications are Opensource Software, I’m a huge fan of Opensource Software and have over the years been involved in a number of opensource projects.

I’m fully aware that there is an application called SDR Control available on the Apple App Store for around £90.00 that can be used instead to connect to the IC-705 wirelessly however, I prefer to use Opensource software where possible.

Before proceeding with the instructions below make sure you have an up to date backup of your system. This installation and configuration shouldn’t cause any issues at all, it worked fine on my MacBook Pro but, it’s always best to backup before you install more complex software like this.

First you need to download WFView from the Download page, make sure to download the MacOS Universal package which was v1.1 at the time writing this article. Do **not** install WFView yet, the sequence of installation is important!

WFView Download page showing the MacOS (Universal) Package v1.1

Next download the Blackhole Virtual Audio Cable application from the download page. You will need to enter an email address and your name to be able to download the application. It’s not clear how much email/spam will be sent to you but, you will need to get at least one email to obtain the download link with the authorisation code in it.

Once you’ve entered the information and submitted it you will get an email with a URL enclosed, click the URL and goto the download page. On the page there are 3 options available for download, select the “Blackhole 2 Ch” option only. At the time of writing this v0.2.10 was the current version available.

Blackhole Download page showing the 3 options available

Once downloaded you need to install the Blackhole application first as it will create the necessary virtual audio cable for WFView to use to provide sound to WSJT-X and other digital mode applications. Installation is simple and follows the normal MacOS installation process. Double click the installation package and follow the prompts accordingly.

Once installed reboot your Apple computer to make sure it starts up OK with the new kernel module installed. When your system comes back up, login and open the “Audio Midi Setup” application. (The Midi app is in Applications >> Utilities)

Once the application opens you should see that you have a new audio device called “Blackhole 2ch”. On both the Input and Output tabs set the format to 48,000Hz. This setting will get the best results when using applications like WSJT-X for FT4/8 digital modes.

Apple Audio Midi Setup showing 48,000Hz selected

Leave everything else as default setting in the Audio Midi App, nothing else needs changing. Leave the Master volume at the default max as levels are controlled from the other apps.

Once you’ve set the 48,000Hz on the two tabs quit the audio midi app as it’s no longer required.

Next you need to copy the WFView app that you downloaded into the Applications folder on your Mac. Once in the applications folder you can create a shortcut to it on the dock by dragging and dropping the app icon onto your dock bar.

Next goto your IC-705 and go into the WLAN settings and make a note of the IP Address assigned to the radio from your wifi router. You will need this IP Address later.

At this point you are half way to having wireless control of your IC-705.

Start the WFView application and goto the settings tab.

The following settings need to be made:

1: Set Data Mod Input to LAN

2: Click the Connect Over LAN radio button.

3:Enter the IP Address from your IC-705 into the Radio IP Address field.

4: Make sure Radio Control Port is set to 50001

5: Enter the Username you configured on your IC-705 into the Username field

6: Enter the Password you configured on your IC-705 into the Password Field

7: Set Sample Rate to 48000

8: Set Audio Output and Input fields to BlackHole 2ch

9: Select the first option available in the Virtual Serial Port field. This should be as shown below:

/Users/username/Library/Containers/org.wfview.wfview/Data/Downloads/rig-pty1

Note: Replace username with your login username.

Leave all other settings as default and click Save Settings and then Exit Program.

You must exit the application in order to restart it with all the new settings.

WFView Settings tab showing all the necessary settings whilst connected to the radio

Start the WFView application again and goto the Settings tab. Click on the Connect Button.

Once it has connected to the radio you will see the RX Latency details etc on the bottom right of the window. Click on the View tab and you should now have an active waterfall.

At this point you have full control of your IC-705 wirelessly. Have a play with the application and get familiar with it.

Fully operational WFView connected to my IC-705 receiving FT8 on 10m

Once I had WFView operational I set about getting WSJT-X connected to the radio wirelessly. This is actually really simple to do and just needs a couple of changes to the settings to make it work.

Start up the WSJT-X application and goto the Radio Settings tab. On this page you need to set the radio to IC-705, serial port to that shown below (Also shown in point 9 in the WFView section above) and Baud Rate to 38400.

/Users/username/Library/Containers/org.wfview.wfview/Data/Downloads/rig-pty1

Note: Replace username with your login username.

WSJT-X Settings showing Serial Port and Baud Rate

Next select the WSJT-X Audio Settings tab and set the soundcard Input/Output fields to Blackhole 2ch. Set both Input and Output to Mono as shown below.

WSJT-X Audio settings

Click OK and return to the WSJT-X main screen. You should now be fully operational for WSJT-X digital modes.

WSJT-X transmitting through WFView to the IC-705

Once I’d made a few contacts with WSJT-X in FT8 mode I went on to try and get FLDigi working with WFView as well.

Unfortunately at the moment I cannot get CAT control working in either FLDigi or FLRig, neither will accept the /dev/ttys000 as the serial device however, I was able to get the audio working into FLDigi and even decoded some morse with it. I need to do little more work to fathom out why the CAT control doesn’t work in these two applications. I’m sure there is a way to resolve this but, I just need to put in a little more time to find the solution.

FLDigi decoding Morse code via WFView

UPDATE: There was some concern in one of the IC-705 Facebook groups that Blackhole wouldn’t work after a MacOS update. I’ve just upgraded my Macbook Pro to MacOS 11.6.6 and BlackHole is still fully functional afterwards. The MacOS update has no effect on the BlackHole service whatsoever. So you can rest easy!

More soon …

An evening of FT8 on the 40m Band

I spent the evening/early morning trying some FT8 on the 40m band taking advantage of the grey line and night time propagation. It’s been a while since I’ve stayed up late to catch some DX on 40m and it brought back memories of the all nighters I used to do when I was on air as F5VKM in France.

The 40m band has always been one of my favourites, there’s always great DX to be had when the band is open and on the grey line the world really is your oyster.

I’ve always been a huge fan of CW on 40m, there are some great seasoned op’s on the band and it’s always a real pleasure to QSO with them on the key. This time I decided to see what could be achieved with FT8 and 22w of power from my Yaesu FTDX10, a combination that should give me global reach.

Setting up at just past 6pm on May 9th 2022 the band was already busy with European stations, lots of them! There was no room to squeeze in and call CQ, the FT8 section of the band was packed with signals filling the allocation completely with many calling over the top of each other.

I decided to take my normal stance of search and pounce to get the stations I want to work rather than just working the masses endlessly.

I initially worked a bunch of Russian stations ranging from 1200 to 2200 miles out, good distances were easily achievable even though we were still in full daylight.

My home-brew multi-band vertical antenna worked well on 40m

In amongst the throng of FT8 stations I spotted UN3P, Vladimir in Karaganda Kazakhstan, not a country I have worked a lot since getting back on air and at 3013 miles it’s a good distance to achieve on 40m whilst still in broad daylight.

I gave a call to his CQ and he came straight back with an SNR report of -20dB, I sent him a report of -12dB so there was some 8dB difference between us. Considering I was only using 22w of power in broad daylight I was happy with the report. Of course I’ve no idea how much power he was using but, my signal was 6.63mW/Mile, not the lowest I ever had but, not the biggest either.

I worked a bunch more RA9/UB9 stations in the 2000-3000 mile range and then started hearing the Australian stations on the early grey line. Initially their signals were suffering some deep QSB but, it wasn’t long until their signals were constant and stable.

All the stations that heard M0AWS 09/05/22 – 10/05/22 on 40m

Ian, VK3VDX in Victoria was the first station from Oz in the log at -19dB/-20dB, pretty even SNR reports. At 10451 miles it equates to 2.10mW/Mile.

Closely following was John, VK5PO in Mallala South Australia, much stronger signals this time at -10dB/-14dB, 2.19mW/mile over a total distance of 10028 miles.

VK5PO Mallala South Australia

As darkness replaced light the propagation swung west with east coast USA and Canadian stations dropping in to the East coast of the U.K.

John, VO1BE was the first north American station in the log with -1dB/+1dB SNR reports. To be +1dB in Canada with just 22w really is quite impressive. I’m guessing he has a very low background noise level.

I worked a bunch of East Coast USA stations and then PY2GZ popped up on the waterfall. From my QTH I have a clear view South East to South West across flat ground for miles and so it’s normally pretty easy to work stations in that zone and this evening was no different. First call was answered and -10dB/-17dB SNR reports were exchanged, 3.68mW/mile over 5965 miles.

My 14.81m tall home brew vertical works superbly on the 40m band with tuning handled by my CG3000 Remote Auto Tuner. This is actually my 30m band EFHW vertical antenna but, removing the 49:1 Unun and replacing it with the CG3000 has made this antenna much more versatile.

CG3000 Remote Auto Tuner connected to the 14.81m vertical antenna and ground system

The next station in the log was BG0BBB in Xinjiang China with -9dB/-18dB SNR reports exchanged. China is always a hard location for me to get into for some reason so, I was glad to get another Chinese HAM into the log.

BG0BBB Xinjiang China

As the propagation started to swing westerly I got 8P4JP in Bridgetown Barbados into the log. It took a few calls to get the exchange completed due to very deep QSB between us but, with some perseverance the contact was completed successfully and I had a new one in the log!

I continued to work a flurry of East Coast USA, Brazilian and Puerto Ricon stations one after the other until suddenly stations from the east started coming in again.

First from the east was Igor, 4L1FL from Tbilisi Georgia, another new one for me that somehow seems to escape me every time I come across Georgian stations on the bands.

4L1FL Tbilisi Georgia

UN7JO in Ust-Kamenogorsk Kazakhstan was loud with me at -5dB SNR although I only got -21dB SNR back, some 16dB difference across the path of 3386 Miles.

One station of particular interest was VY0MEL, Julien in Rankin Inlet, Nunavut Northern Canada. This is the most northern Canadian station I’ve worked in a long time and it was great to get him in the log. His QRZ page is worth a read, he works at a mine in Nunavut on a 14 day rotation and so has a fair bit of time for HAM radio. Using just a dipole that is strung between two shipping containers and only 60cm above the snow in the centre he was a good signal at -19dB here in the U.K, especially considering he was still in broad daylight.

VY0MEL Rankin Inlet, Nunavut Northern Canada

Needless to say I had a fun filled evening/early morning on the 40m band, once again it didn’t disappoint and I got a couple of new countries in the log. I think the next late night will have to be a CW evening on 40m to see how well I do in comparison.

The full list of stations worked over 9th-10th May 2022 using FT8 on the 40m band can be viewed in my WSJT-X log in glorious technicolour with distances and mW/mile figures for every contact.

Map showing all FT4/FT8 stations worked up to 10/05/22 all bands

More soon …

IC-705 and EFHW Vertical for 20m = DX

My new IC-705 next to my MacBook Pro

My IC-705 and AH-705 arrived today from ML&S, I wasted no time getting it hooked up to an antenna and started working my way through the manual getting to know the menu system.

After a few hours tinkering I piped up on 20m SSB and worked a couple of stations with ease using 10w. No problems getting through and to my surprise got a 5/9 report from both stations.

Later in the evening I decided to give it a go on 20m FT8 using just 5w O/P using the battery on the back of the radio that was now fully charged. It’s interesting to note that I didn’t need any drivers on my MacBook Pro to use the CAT and Audio via USB on the IC-705. It was simply plug and go. Much easier than it was with the FTDX10.

There was a fair amount of DX about on 20m including a few stations from Australia and Japan. I never managed to get a response back from either but, PSKReporter was showing that I was heard!

PSKReporter showing M0AWS being heard by BG7BDB

I also noticed that a station in China was hearing me too. BG7BDB in LinXiang City reported hearing me at -17dB. I quickly hunted around the waterfall and found him and gave a call.

To my amazement he came straight back to me and we exchanged SNR reports, 73 and he was in the log.

WSJT-X FT8 contact with BG7BDB

Looking at my WSJT-X log the distance to BG7BDB is 5467 Miles, at 5w O/P that equates to 0.91mW/Mile!

FT8 really is an impressive mode, it allows QRP stations to work the DX that just wouldn’t be possible on SSB. I have to say I’m really impressed with the Icom IC-705. The receiver and filtering isn’t as good as my Yaesu FTDX10 but, it’s an impressive little package. Portable operations with this radio is going to be a lot of fun!

More soon …

HMQ Platinum Jubilee NoV

MQ0AWS QRZ.COM entry

During the month of June 2022 U.K. radio HAMs will be able to use the “Q” regional secondary locator in their callsigns to celebrate Her Majesty the Queen’s Platinum Jubilee.

I now have my notice of variation (NOV) for my HAM Radio licence that will allow me to use the callsign of MQ0AWS throughout the month of June 2022.

I’ll be active on all HF bands using CW and FT4/8 mostly. I may do some SSB on 40/60m depending on how it goes.

I’m hoping many stations world wide will want to contact the GQ/MQ/2Q stations throughout the celebration period and that you’ll all be able to collect the 70 necessary callsigns and contacts to win an RSGB certificate.

I will be logging all contacts on EQSL.CC at the end of June 2022.

More information is available on the RSGB website.

I look forward to using the MQ callsign and hope to have many pileups on the bands!

More soon …

Searching the WSJT-X log whilst on air

searchwsjtxlog v0.4 showing search for partial callsign

Being a UNIX/Linux command line guy I’m not a fan of a lot of these GUI based logging programs that are full of functionality I’ll never use. I currently have RumLogNG for the MacBook Pro but, I really don’t like it. It does many things I don’t need and not the things I really need when on air.

So I decided to write a bunch of command line based programs that do exactly what I want with minimal fuss. The first of these programs was adi2html, a simple program that converts the WSJT-X ADI log file into HTML so I can easily put it on my website.

I’ve now written a new program using the same BASH shell technique to allow me to search the WSJT-X log file quickly and easily whilst on air.

searchwsjtxlog is a simple little shell script that searches for either a full or partial callsign and presents the results instantly. I use this script a lot when working FT4/8 as I can see if I’ve worked a station before and on what bands easily and quickly.

The script works on Linux and MacOS Big Sur (Not got Monterey to test but, should work fine). If you find a bug please let me know and I’ll fix it as soon as possible.

Note: Since MacOS uses such an old version of the BASH it cannot handle spaces in the path to the wsjtx_log.adi file. On MacOS you’ll need to create a softlink to the file and then put the path to the soft link into the script for it to work properly. CD into the directory where you have saved the searchwsjtxlog.sh file and then run the following command:

ln -s /Users/YOURUSERNAME/Library/Application\ Support/WSJT-X/wsjtx_log.adi ./wsjtx_log.adi

Make sure you replace YOURUSERNAME with your MacOS username. The command is all on one line and not on two lines as shown above.

You can download v0.4 of searchwsjtxlog using the link below.



More soon …

160m Band NVIS Antenna Experiment

Following on from the 80m Band NVIS Antenna Experiment I spent some time using the same setup on the 160m band.

To recap, the NVIS antenna is a 30m long end-fed wire that is between 3 and 4m above the ground over it’s entire length. This is the longest wire I could get into my tiny U.K. garden and so I wanted to see what was really possible with such a low short wire on the low bands. My goal was to get good Inter-G signals so that I could chat with other U.K. and close European stations during the summer months. The tuning is done automatically by the CG3000 remote ATU I picked up very cheaply on Ebay.

Having very anti-antenna neighbours I have to tread carefully not to upset them as I have already rattled some cages having the 20m EFHW Vertical on an extending fibre glass pole at the end of the garden overlooking the farmers field.

The CG3000 remote ATU matches the 30m wire nicely on the 160m band with an SWR of less than 1.2:1 across the entire band with multiple retunes. It’s certainly very convenient to have such a setup.

Setting the power output on the radio to 25w which is the maximum I use for FT4/FT8 on the Yaesu FTDX10 I started WSJT-X and waited to see what I could hear. With the background noise swinging between S7-9 most of the time I was surprised at how many stations were being decoded. Some of the stations were barely visible on the waterfall but, I got consistent reliable decodes.

Stations heard during a 1 hour period on 160m NVIS Antenna Experiment

As you can see on the map above I was hearing stations from all over Europe and well into Russia. There certainly isn’t the proliferation of stations on the 160m band that there are on the 40m band but, there were enough for me to get some good results.

It was nice to reliably copy some U.K. stations on 160m FT8 even though I didn’t hear a single SSB station on the band.

Map showing stations that heard M0AWS on 160m during the NVIS Antenna Experiment

Over a period of about 3.5 hours I was heard by a good number of European stations but, wasn’t able to work all that I heard as I was struggling to compete with the much more powerful stations. Limiting my transmit power to 25w to protect the PA on the radio does tend to limit my success at getting through to stations at times but, I am a firm believer in being able to hear better than I can shout, especially on the low bands.

Map showing all stations worked during the 160m NVIS Antenna Experiment

Over the test period I didn’t work a huge number of stations but, I did manage to work stations over a large area of Europe with the best distance being 1004 Miles into Finland, much further than I ever thought would be possible with such a simple setup.

I’m sure that when the band is in better shape with lower noise levels and better propagation the antenna will post probably perform better but, it’s certainly proved it can do the short hop NVIS comms that I was looking for.

I have designed a new NVIS antenna for the garden which manages to incorporate considerably more wire into the same space that is resonant on the 80m band. With the CG3000 remote ATU it should tune up well on 40m-160m and give much better results. This design does require a 10m fibre glass expending pole which I need to purchase before I can erect it in the garden. I’ll get all the information for the design onto the Antenna section of the website soon.

So to summarise, a 30m end-fed wire at between 3 and 4m above the ground will give good NVIS results on 40m-160m with a very low visual impact. For those like me that have a small garden, a simple antenna like this is much better than no antenna at all.

More soon …

80m Band NVIS Antenna Experiment

Following on from my 40m band NVIS antenna experiment I ran the same series of tests on the 80m band to see how well the NVIS antenna works.

Being only 30m long the antenna isn’t very well suited to the low bands but, with the tiny garden we have here in the U.K. and the anti-antenna neighbours it’s the best I can do.

I started off looking for SSB contacts only to find no one on the band. I eventually found G8MNY calling CQ from Croydon south of London. He was a huge 5/9+20db with me so I was hopeful that he’d hear me.

Tuning up the antenna on 3.710Mhz and setting the O/P to 40w I gave him a call and got an immediate response. We ended up chatting for around 30mins with ease, the band wasn’t too noisy and Jon was running 400w so he was a solid signal with me. My 40w got me a 5/8 report which I was very happy with.

Once we cleared I tuned around the band and even called CQ a few times, but there was nothing to be heard.

I went and had something to eat and then returned to the shack before the greyline, the band was a little more lively and so I switched over to FT8 mode and started working stations.

Stations initially heard on FT8 whilst still in daylight

I was really quite surprised how many stations I could hear and make contact with even though I was still in daylight. The effect of the greyline really is quite pronounced.

Stations that heard me on FT8 whilst still in daylight

I was being heard by a good number of continental stations even though I was still in daylight. Signal strengths were good and I was soon working stations one after another with ease.

As the night drew closer and the U.K. moved into darkness stations further east started appearing on the WSJT-X window and I was surprised how many I was able to work considering how low and short the antenna is for this band.

German stations were always the strongest throughout the test which is to be expected with an NVIS antenna as they are just across the north sea as the crow flies.

Map showing all stations heard on FT8 during 80m NVIS antenna experiment

By the end of the evening I’d heard a good number of stations with the most distant being north of the Kazakhstan/Mongolian border as shown on the map above.

All stations that heard M0AWS on FT8 throughout the NVIS antenna experiment

I was pleasantly surprised at how many stations were hearing me throughout the test, getting as far south as the islands off the coast of north Africa and well into Russia was amazing for a horizontal antenna that is only 4m-5m above the ground.

Map of all stations worked during the 80m NVIS antenna experiment

The number of contacts was nowhere near as prolific as during the 40m experiment mainly due to the fact that the band wasn’t as busy however, the contact pattern was very similar to that on 40m with the most distant station being R2EA/P just south east of Moscow at 1544 miles.

European coverage was very good but, sadly I didn’t hear many U.K. stations and so I’m not sure how well my Inter-G coverage will be. Perhaps another test during the day when conditions are better will shed some more light on this.

Overall I’m very happy with the antenna performance on the 80m band, it’ll certainly be ideal for European chat during the summer months and hopefully inter-G will be good too.

Next will be a test on 160m, this could be interesting!

More soon …

40m Band NVIS Antenna Experiment

Since setting up the new station at my U.K. QTH I’ve not had any Inter-G contacts. This has mainly been due to the fact that the antennas I’ve currently got in place are all designed for chasing DX and so have far too low a radiation angle to be able to talk to other U.K. stations.

One of the things I do like about radio is the local chatter on the low bands. In the summer months working Inter-G on the low bands is most enjoyable so, I decided to put up a simple Near Vertical Incident Skywave (NVIS) antenna ready for the summer.

Unlike my French QTH, here in Suffolk we only have a tiny garden and so it’s a challenge to get any length of wire up that is anywhere near long enough for the low bands.

A quick measuring of the garden I worked out I could get 30m of wire approximately 3-4m off the ground at best. I’m very aware of my anti-antenna neighbours and so it needs to be as stealthy as possible.

I decided to use some 1.5mm wire that I had in the workshop and utilise the high washing line poles that are already in place to get the wire along the max length of the garden.

With the wire in place and connected to the CG3000 auto remote tuner that I got off of Ebay for a song, ground post and radials connected I found that the antenna tunes up fine on all 3 low bands, perfect!

Tuning up on the 40m band I had an SWR 1:1 anywhere on the band. I could hear a number of strong U.K. stations and a few Dutch and German stations too. Since I’m on the East Coast of the U.K. The Netherlands and Germany aren’t that far away as the crow flies.

Setting the radio onto 40w SSB (First time on SSB in a very long time!) I put out a call. First station to come back was G8VVY, Robin in Malmesbury Wiltshire. Signals weren’t particularly strong and I gave him a 4/4 report and got a 5/5 in return.

Next station was PA3GLK, Dave in The Netherlands. Again signal reports were 5/5 and 5/6 but, perfectly readable.

Next up was G0SXC, Kevin in Lancashire. Signal reports were 5/9 both ways this time, very strong and fully quietening, the high angle radiation was doing its thing!

Last call was ON3PAT, Pat in Belgium. Very strong signals both ways, 5/9++ at a distance of 153 miles. NVIS propagation is working very well. I turned the output down to just 25w and Pat still gave me a 5/9 report.

Later in the day I decided to run some FT8 QSOs on 40m to see how far I could get reliably with no more than 25w. I was hoping that I may just be able to get 1000 miles as an absolute maximum but, be able to work stations at 100 Miles or less with ease.

Map showing NVIS FT8 contacts on the 40m band

As you can see on the map above, 1534 miles was the best achieved, RX3ASQ just east of Moscow. The thing that pleased me most was the number of U.K. stations I could hear with the closest being just 43 miles away. Most European stations were easily worked even with reduced levels of power (10w) and so I’m hoping that this simple end fed NVIS antenna will become my goto antenna for local chatter on the 40m band.

What was very interesting was what I could hear on the antenna, I didn’t expect to hear any DX stations at all however, I was surprised to see stations from Mongolia, Japan and the USA popping up in the WSJT-X window.

Obviously I couldn’t get back to them as my angle of radiation was far too high to get a signal out over those distances but, it just goes to show what can be a heard on a very low long wire.

Map showing stations heard on 40m using NVIS antenna

By the end of the evening to my surprise I had been heard in the USA, I was amazed to see where I’d managed to get into with such a low antenna. The main cluster of stations were in the U.K. and Europe of course which is exactly what I wanted from this antenna.

Stations that heard M0AWS on 40m FT8 using NVIS antenna

So the next test will be on the 80m band, I’m hoping to get similar results on SSB with inter-G stations being easy to work. I doubt I will be able to get anywhere near the 1500 miles I achieved on the 40m band but, I’ll be more than happy with U.K. and EU stations.

More soon …