630m … The New ‘Magic Band’?



The 'magic band' has always been associated with 50 MHz and its amazing propagation ... usually unpredictable and often without logical explanation. This past summer saw an explosion of digital FT8 activity on 6m which has, for me (and for others I suspect), eliminated almost all of the enjoyment I have found every year on this band.


With so much of the previous CW and phone activity now gone to FT8, the 'feel' of the band is just not what it once was. What I find puzzling is that so many have embraced this weak signal mode yet most of the two-way QSOs seem to be made between stations that can easily hear each other ... often at the very strong levels produced by 6m sporadic-E!

With FT8's inability to chat about antennas, rigs, propagation, locations or simply to exchange names, for me the magic has gone. Being able to hear signals build, fade up and down, or to experience the sudden arrival of bone-crushing signals from the east coast where none had existed moments earlier, is all part of what attracted me to 6m decades ago. I spent only a few hours on the band last summer, working a number of JA stations on FT8. No particular sense of satisfaction was garnered ... working a JA opening on CW is just way more exciting!

For many, the arrival of FT8 to the magic band has opened a whole new world and from seeing so many unfamiliar call signs on 6m this summer, it seems that FT8 has brought a lot of newcomers to the band. Unlike the JAs' worked every summer on CW, almost all of the FT8 JAs' sent their QSL immediately, with almost all excitingly indicating "1st VE" ... so this has to be a good thing! I suspect, that unless the level of conventional-mode activity returns to previous levels on 6m (highly unlikely), my interest in 50MHz will slowly wane or vanish altogether ... but thankfully, there's still magic to be found elsewhere on the ham bands!

As solar Cycle 24 draws down into its final months, the deep lows that were experienced at the end of Cycle 23 are starting to develop once again. For the past few weeks, propagation below the broadcast band has been the best it has been since the previous solar quieting.

Being just below the bottom edge of the broadcast band, 630m (472-479 kHz) has seen some of the benefits of the recent round of stagnant geomagnetic activity.

While some transcontinental QSOs are regularly being made on CW, most contacts are being completed using the weak signal JT9 QSO mode. Contacts can often be completed just as the sun begins to set and staying up into the wee hours to catch east coast DX is not a requirement. Over the past few weeks my 'states worked' total has climbed to 30 and with a couple of holdouts, the QSLs have been steadily arriving.

My 630m states worked, shown in red. Map courtesy: https://mapchart.net/

Last month's arrivals, in spite of the Canada Post delivery disruptions, are shown below.




The recent great propagation on 630m is well-demonstrated by last Saturday night's activity. For the previous two evenings, my JT9 CQ's (as well as QSOs) were being decoded for hours at a time by Rolf, LA2XPA in Norway. He was also hearing Larry, W7IUV, located a few hundred miles to my southwest, on the other side of the Cascade mountains in Washington state. Both of our signals would fade and trade places in Norway but often reaching audible CW levels! The problem was that neither myself or Larry could see any of Rolf's replies to us ... disappointing to us and frustrating for Rolf.

After an hour of trying, I asked Rolf (via the ON4KST LF chat page) what he was using for a receive antenna. It turned out that his secret weapon was a 1000' beverage pointed this way ... no wonder he was hearing so well. Larry, who was using a shorter, easterly pointing BOG (Beverage On Ground) for 630m receive, commented that he also had a 1000' beverage pointed toward Europe but it was optimized for 160m and doubted that it would work on 630. Just to make sure, he plugged it into a second receiver and soon indicated that he 'might' have seen a weak JT9 trace on the waterfall, close to Rolf's frequency.

One minute later Larry's comment was just "wow!" and the following minute he explained what had occurred. It seems that the 'possible weak trace' had suddenly skyrocketed to a -16db signal ... right at the edge of audibility! Larry and Rolf quickly exchanged signal reports and "RRs" as the first Europe-West Coast 630m QSO went into the history books ... 'wow' indeed!

Rolf reported that at his end, Larry's already good signal suddenly shot up to -5db, an easily copied CW level, before fading away for the night. Larry was pretty shocked at how quickly this strong short enhancement had occurred and we all hoped that the oft observed 'spotlight' propagation seen on 630 would move further west to VE7 ... but for now, it was not to be.

Earlier in the evening I had commented to Larry about some previous quirky 630m propagation and had suggested to him that it was probably just due to "the magic of radio" ... to which he politely dismissed with "sorry no magic, just hard work and dumb luck". Looks like he was right on both accounts, but after Saturday's excitement I think he may now believe in a little magic as well!

Steve McDonald, VE7SL, is a regular contributor to AmateurRadio.com and writes from British Columbia, Canada. Contact him at [email protected].

Cloudlog on a RPi zero w

As many will testify. I’m not that bright when it comes to clever computer stuff. I can follow instructions quite well and normally this gets me by. So I thought for December I would set myself a challenge of setting up Cloudlog (A really nice looking logging application from Peter 2M0SQL). Only I would be putting it on a Raspberry Pi zero w, without a safety net…or any knowledge of sql, php or any other such acronyms. Here’s what happened.

First things first – You need a LAMP server.

A LAMP server (Linux, Apache, MySQL, PHP) is the thing that will run Cloudlog. We’ll have the Linux part because we’re going to use the normal Raspbian Lite image for our RPI zero w. Apache is installed, as is MySQL and PHP. So first things first. This post is like a nice meal, you’ll not be having bread first, just the starter. Just don’t rush it.

Starter

Do you have a RPi zero w? – If you struggle to find one then use a nice search engine that doesn’t follow you round with a notepad checking on what you’re up to. Perhaps buy from an independent retailer or support your local Pi shop, it might cost a couple of quid extra but you can feel smug about it.

  1. Have you got the latest Raspibian lite image? If not download it here
  2. Is is burnt to a suitable micro SD card? I use Sandisk class 10 ones as they seem to be quickest and reliable enough. Try your high street. If not try and support you local Pi shop. This will be the OS ready to go.
  3. Have you connected to the internet using the command line? it’s pretty easy really, just use this guide.
  4. Have you enabled SSH on your RPI zero w? RPi headquarters can help again.
  5. Do you know the ip address of your RPi zero w? in the command line just type. hostname -I. It will spit out your ip address. For example mine is 192.168.1.113. Make a note of this you’ll need it
  6. Have you logged into your RPi zero w using SSH? Section 4 will help you here

 

Main Course

So I was really comfortable with the starter. It wasn’t too heavy and just got me feeling a bit peckish for some more. This is where I was a bit uncomfortable and thought that I may have bitten off a bit more than I could chew. But it all worked out nicely in the end.

Installing the server

I followed this guide. I believe that it is de rigueur to caveat this part with some statement that ‘your mileage may vary’ or some such waffle. It might, but if this guide is wrong please shout up and I will correct it. It worked for me but it would be a lot easier if it worked for everyone. You’ll do some straightforward and not so straightforward stuff.

  1. Make sure everything is up to date
  2. Install Apache & do a bit of tidying up
  3. Install PHP
  4. Install MySQL & do a bit of detective work
  5. Setup FTP

Everything seems to go well until you hit part 4 where something goes a bit wonky with permissions. I spent quite a bit of time on this and found out that the permissions on the default myphpadmin account weren’t up to scratch and there is a bit of jiggery pokey to do. This should sort it.

Get yourself into MySQL and change the users

From what I could gather the default user does not have enough privileges to do anything, nor does it have access to the users tab in myphpadmin to create a new one. We have to go into MySQL and create

mysqladmin -u root password 'password'

Log in to MySQL

mysql u root

Then do the following. I think I understand, you create a new user using the GRANT command

GRANT ALL to 'username' @ 'localhost' identified by 'password';

where believe it or not the ‘username’ and ‘password’ are exactly that, but for a new user. We’ll use this later

Install Cloudlog

This bit is dead easy. The Cloudlog wiki is exactly what you need. I won’t repeat it here. So for me I downloaded the files from the GitHub page, unzipped them and then uploaded them with an FTP program (Filezilla is popular) to the /var/www folder in the RPi.

Go to your web browser and type in the url you got earlier when you did the hostname -I (Something like 192.168.1.113) only add /install at the end, so for completeness is should be

192.168.1.113/install

Up pops a dialogue. Fill in your details and you are away.

Note: I mucked about a few times when I was sorting out privileges and ended up forgetting the username and password, but the dialogue was good enough to me and I just re-entered everything and it went the second time.

You can now log in as the guest account m0abc which is notes at the bottom of the dialogue.

Dessert

There are a few things to do to get everything ship shape. Firstly delete the demo account and put in your own. Then upload an adif of your existing log (should you have one)

Delete account and create your own

Really easy Admin > Users

Create yourself and give yourself the admin rights

Delete m0abc

Done

Upload adif

So, it turns out that not all adifs are the same. The header in the example below is not to the right format

image

Whilst this is

image

Note the ‘#’ at the beginning of every line in the header. If you are going to upload an adif this needs to be checked

Sitting in a comfortable chair and snoozing

I didn’t find this nearly as daunting as it first looks. There is plenty of information on the Cloudlog wiki and to be honest the only hard bit was sorting out the permissions. You don’t need to be an expert in computering. I now have a log I can access on my Linux laptop, Tablet and phone. If I was really down with the kids it wouldn’t be hard to have it web based (I think that can be done for you by MagicBug).

I would say that you’ll probably need a couple of hours to do it but the reward is a good looking, simple to use log that is agnostic to OS.

Give it a go, if any of the instructions are wrong, can be made better or are glaringly stupid because they’ll steal your soul (or sole if you’re not looking) then let me know and we can make this post really handy.


Alex Hill, G7KSE, is a regular contributor to AmateurRadio.com and writes from Cumbria, UK. Contact him at [email protected].

LHS Episode #262: RigPi Deep Dive

Welcome to Episode 262 of Linux in the Ham Shack. In this episode, we have a special guest, Howard Nurse, W6HN, a longtime amateur radio operator and open-source enthusiast. He has developed the RigPi Station Server, a Raspberry Pi-based hardware and software rig control and operation solution that will be manufactured and sold by MFJ Enterprises. We take an in-depth look at the platform, the underlying operating system, code, open hardware boards, upcoming amateur radio network solution and much more. Thank you for listening and we hope you enjoy this deep dive episode.

73 de The LHS Crew


Russ Woodman, K5TUX, co-hosts the Linux in the Ham Shack podcast which is available for download in both MP3 and OGG audio format. Contact him at [email protected].

Ham College 47

Ham College episode 47 is now available for download.
General Amateur Radio Exam part 18. SSB, Speech Processors, ALC and Beverage Antennas.

1:02:27

Download
YouTube


George Thomas, W5JDX, is co-host of AmateurLogic.TV, an original amateur radio video program hosted by George Thomas (W5JDX), Tommy Martin (N5ZNO), Peter Berrett (VK3PB), and Emile Diodene (KE5QKR). Contact him at [email protected].

Manhattan Style

After blogging for over four years now, I've covered a lot of topics that have piqued my interest in the ham radio world. I'm going to (once in awhile) select some previous blogs for reposting since they are every bit as valid as they were a few years ago and many new readers will have never found them without going way back! This one is from June, 2014.

                                            
****************************


I haven't yet decided to rebuild the little 630m CW transmitter using Manhattan style or the newer Muppet style being promoted by Chuck, K7QO.
K7QO Muppet Style
The Muppet style seems to be PCB without holes, with parts being mounted on the copper pads directly. Like Manhattan or Ugly construction, changing components is very convenient. I pretty much split final construction methods between Manhattan style or dedicated PCB.

I recently ran low on the pads used for Manhattan and made another pile of various sizes. For those interested in using this style, it's pretty quick and easy to manufacture a good stock of your own pads using a simple hand punch.


These punches are widely available on e-Bay or possibly at your local hardware outlet or craft store. They come with various sized dies but I have only found myself using two sizes, 5/32 and 3/16. The punches have a small point at the center which I filed off so not to create a dimple in the punched pad.





It's also advisable to scuff sand the bottom of the PCB strip as well as to shine up the copper side with some light steel wool before punching any pads. They will eventually be glued to the circuit's PCB copper surface using a small dab of CA ("super glue") glue and the slight scuffing beforehand will ensure that the pads stay put. My usual technique is to place a tiny dab of glue with a toothpick at the spot where the pad will go. I then pick up the pad using an X-acto knife, spearing the pad's copper side and then pressing it down on the glue spot. CA cures quickly once it is oxygen-starved so pressing down on the pad for a few seconds is usually all that is needed. Any time I have run into trouble it was because I used too much glue....just a small dab is needed.


VE7SL Lowfer Tx
There are many good tutorials on Manhattan-style construction to be found on the internet as well as some super examples of what can be accomplished using this method as a "final" version technique.
For me, one of Manhattan's strongest selling points is that even though final part values may have been fleshed out during a rough build, parts can still easily be changed, added or even removed without a lot of fuss....unlike a PCB....but Muppet does look interesting!


Steve McDonald, VE7SL, is a regular contributor to AmateurRadio.com and writes from British Columbia, Canada. Contact him at [email protected].

Amateur Radio Weekly – Issue 225

Amateur Radio Weekly

Skywarn Recognition Day is today
During the SKYWARN™ Special Event operators will visit NWS offices and contact other radio operators across the world.
National Weather Service

Amazon AWS Ground Station
Ingest and Process Data from Orbiting Satellites.
Amazon Web Services

Peanut: Talk to DSTAR reflectors via Android
On the Peanut you can talk with Hams around the world via an Android device or network radio.
PA7LIM

VHF Tropo Opening
After 3 hours I’d worked 10 DXCC on 2m.
Adventures in Ham Radio

Designing and Testing a PCB Wideband Spiral Antenna
A Vivaldi antenna is wideband and directional and the design works well for frequencies above 800 MHz, but becomes too physically large to handle for lower frequencies like 400 MHz.
RTL SDR

Restoring A Rusting Old Tower
I’ve discovered that some ‘free’ ham gear is like being given a free dog… you have to be aware of the hidden costs.
VE7SAR

My SOTA Battery Journey
I started out using a small sealed lead acid (SLA) battery. These use well-established battery technology that has stood the test of time.
K0NR

Video

SDR Basics: RTL-SDR + Android
How to Use an RTL-SDR Dongle on an Android Phone.
YouTube

Inside a Sony CRT factory
YouTube

Get Amateur Radio Weekly in your inbox.

Sign-up here


Amateur Radio Weekly is curated by Cale Mooth K4HCK. Sign up free to receive ham radio's most relevant news, projects, technology and events by e-mail each week at http://www.hamweekly.com.

LHS Episode #261: The Weekender XX

Welcome to Episode #261 of Linux in the Ham Shack. In this, our 20th Weekender edition, we give you information on upcoming amateur radio contests and special event stations, upcoming open-source conferences and events, personal challenges, Linux distributions to try and a whole bunch of hedonism. It's the perfect intro to your next two weekends. Thank you for listening.

73 de The LHS Crew


Russ Woodman, K5TUX, co-hosts the Linux in the Ham Shack podcast which is available for download in both MP3 and OGG audio format. Contact him at [email protected].

Subscribe FREE to AmateurRadio.com's
Amateur Radio Newsletter

 
We never share your e-mail address.


Do you like to write?
Interesting project to share?
Helpful tips and ideas for other hams?

Submit an article and we will review it for publication on AmateurRadio.com!

Have a ham radio product or service?
Consider advertising on our site.

Are you a reporter covering ham radio?
Find ham radio experts for your story.

How to Set Up a Ham Radio Blog
Get started in less than 15 minutes!


  • Matt W1MST, Managing Editor




Sign up for our free
Amateur Radio Newsletter

Enter your e-mail address: