amateur-radio

Sunday’s Storm

Hi all,

I suppose you’re wondering why I’ve been absent from my usual online presence since Sunday afternoon.

Sunday we were at Montville (near the Glasshouse Mountains) doing a bushwalk through Kondalilla National Park on part of the Sunshine Coast Great Walk. On the way back home after stopping with the group for a drink at Landsborough, we drive along the Bruce Highway towards Brisbane when we noticed the huge storm front.

This storm front looked like it had tinges of green in it — which suggested mother nature might make lots of ice cubes and drop them on my father’s 18-month old car. The rain started pelting down as we got in to Carseldine, and eventually we decided to take refuge at Chermside shopping centre and have dinner while the storm passed.

Everything was uneventful on the trip home for the most part, one set of lights were on the flash… also some localised flooding… until we got through to Keperra. We had planned that evening to drop in on some friends (former next door neighbours, husband & wife, the husband dying of terminal cancer). As we drove passed the Mitchelton State School (I think that’s it), we saw that Dawson Parade was blocked off by a fallen tree, and the traffic was crawling. We inched our way towards home along Samford Road to see trees uprooted (not small ones either), massive flooding in parts. The horror story got worse as we headed over the hill from Keperra to our home suburb of The Gap.

Power lines down, trees over the road… we had to park the car some 400m away and walk the remaining distance due to blocked roads. It was about 20 minutes before we could get it home. Apparently our street had about 1m of water down it when the storm was at its peak.

Our house was undamaged, although a couple of trees copped a battering in the storm and had to be pulled down, and the G5RV antenna I had set up for my HF radio was damaged (still is… I’ll get around to it eventually).

We had no power (except for a 2.5kW petrol generator we own that we ran for a few hours yesterday) from when that storm hit, through to about 5PM Tuesday Evening. One UPS is a write-off on the count of knackered batteries, but otherwise, we’re okay. During the outage, mobile phone services were up and down like a yo-yo… my handheld dual-band transceiver, tuned to the Mt. Cotton (VK4RAX 147.075MHz) and Mt. Coot-tha (VK4RBC 438.525MHz) prooved to be more reliable. (Unfortunately though, I was one of the few amateurs in my street).

A few houses copped about 40cm water through their house, destroying carpets and ruining furniture. One house, that was for sale, wound up with a tree landing on its roof, piercing the awning and the roof in a couple of places. A number of fences also were written off.

Damage was worse around Payne Road. I suspect this is where most of the pictures of damage were taken. It appears the storm first came over Mt. Coot-Tha, hit Payne Road, bounced, hit Waterworks Road, rolled down the hill ploughing through The Gap State School and St. Peter Chanel School (this is where I began my schooling) and up Fish Creek (including the bottom end of our street). From there it continued up Settlement road, ploughing through trees along the road, and decimating the tree-line along the ridge between Keperra and The Gap.

Thanks to the help of everyone in our street and the numerous volunteers, we’ve now mostly got our street back into reasonable shape. The following is not an exhaustive list, I’ve possibly overlooked numerous groups and organisations that have helped in some manner. Some of the organisations that have assisted those in The Gap and therefore I’d like to thank (in no particular order):

  • State Emergency Services (some units came from as far away as North Queensland)
  • Queensland Police
  • RoadTek (Department of Main Roads)
  • Queensland National Parks and Wildlife Service
  • Skilled Engineering
  • Energex, Ergon Energy, numerous other companies, some from interstate
  • Rural Fire Brigade (some from as far away as Gatton and beyond)
  • Brisbance City Council

… any other organisations who assisted… and of course the neighbours who pitched in and helped clean up.

I uploaded my pictures here (taken the morning after). Some more pictures of the storm are available from the Triple M Cage (Brisbane) website.

Experiments with wireless headsets and HF

The other day I commented on my recent purchase of a new headset, and my intention to use it on air. The following are some very rough notes on how to set it all up.

There a couple of things I’ve discovered… one being, if you’re not careful with muting the microphone, it’ll generate a DC offset back to the computer… which with Qtel, is mistaken for a signal, so it’ll transmit a carrier indefinitely.  I submitted a hack around that issue, which is now included in the latest SVN release of svxlink… but needless to say, it caused some embarrasment earlier this week.

The other reason why I bought it… was for use with the HF station.  This set gives me the freedom to walk around the house which simply is not possible with a HF rig as big as the TS-120S attached to a full-size G5RV.  The solution?  Use JACK to patch the audio from the onboard sound card, through to the headset, and vice versa… using the VOX function on the HF set to key it up.  Another bonus is the ability to use tools such as FreqTweak for realtime DSP filtering.

Physical wiring: You’ve got a number of options here.  Usually to interface the radio to the computer, one hooks the “Mic” port to an output port on the sound card, and the “Phones” port to the Line-In on the sound card.

In my case, I had a TAD (Telephony Answering Device) port spare — this port normally hooks to a modem.  Since all I need is a mono input/output… I decided to hook to this port instead.  I found the ferrite beads were needed on each end of the cable… without these, I got lots of RF feedback when I tried to transmit.

Audio Routing within the system… well for basic functionality, everything can be achieved using qjackctl and jackd… however, I wanted the ability to use DSP filtering in both directions.  There is a catch however.  jackd will only talk to one sound card input, and one sound card output at a time.

Now… you can muck around with ALSA’s pcm_multi and pcm_route plugins to make a virtual multi-channel sound card.  But there’s a little known option that is a lot easier.  Enable the netjack USE flag and install jack-audio-connection-kit.  This will install two utilities alongside JACK, alsa_in and alsa_out. Also install qjackctl and freqtweak if you have not done so already.

Fire up qjackctl and adjust the properties to suit your setup.  Choose one of the sound cards as your primary device… the other will be hooked up using the alsa_in/alsa_out tools.  In my case, I have the settings shown in the screenshot below.  The exact settings to use will be dependant on your hardware.  In this case, I chose to use the headset as the primary device, specifying plughw:Headset and hw:Headset as the input and output devices.

Once you have that configured… start the JACK sound server. Now open up a couple of terminal windows and type the following… each line in a different window:
$ alsa_in -D hw:YourOtherSoundInterface
$ alsa_out -D hw:YourOtherSoundInterface

In my case, they were named AudioPCI. Go back to qjackctl and bring up the connections. You should see the alsa_in and alsa_out ports as well as the system ports corresponding to your two sound cards. Fire up freqtweak, set it up for two-channel filtering… then set up your connections as shown:

If it’s not clear… the audio feeds should be:

  • alsa_in:capture -> freqtweak:in_1
  • freqtweak:out_1-> system:playback_1 + system:playback_2
  • system:capture -> freqtweak:in_2
  • freqtweak:out_2 -> alsa_out:playback_1

As for keying up the transceiver.  The Kenwood TS-120S features VOX built in, but you’ll find that as you speak, the audio sent to the transceiver gets fed back to the headset — delayed, which throws one’s speech processes.  The workaround here, is to use the mixer mute features to keep the audio going one direction at a time.

Most headsets have two volume up/down buttons… I found it was convenient to bind one of these in KDE to execute the following command:
amixer -q -D hw:AudioPCI sset 'Master Mono' toggle ; amixer -q -D hw:AudioPCI sset 'Capture' toggle

This effectively switches between transmit and receive. Press the button once, you’re transmitting, press again, you’re receiving. Simple. For transceivers that lack a VOX feature… you can also add commands for rig control software that will turn the PTT on and off for you. Alternatively, one can capture the KeyPress/KeyUp using XGrabKey, and thus it behaves like a regular PTT.

This is left as an exercise for the reader — I found the xhkeys source code a help for figuring this out… combining this with hamlib and alsa-lib should allow a decent and usable interface when away from the rig itself.

Improving signals on 80m

I’ve had a 40m inverted-V dipole set up along the side of our house for as long as I’ve had the HF set.  Prior to getting the ATU, I was restricted to 40m and 15m which are the resonant frequency bands.

Once I acquired an ATU, I found I was able to tune up 80m… albeit with some limitations in signal radiation.

The 40m dipole consisted of two 10m lengths of speaker wire running from the antenna mast on the house, running down to two plastic tent pegs hammered into the ground.  I suppose the wire was no steeper than about 40 degrees from the horizontal.  This worked okay, but it had some annoying nulls, a notable one towards Ipswich… I tried a purely horizontal configuration, but found the nulls to be even worse.

The proper dimensions for a G5RV, is about 16m each leg, and about 8m of balanced feeder to form a “matching section”.  Well, I couldn’t do much about the length of the matching section, but I figured I might as well try extending the legs of the antenna a bit — nothing ventured nothing gained.  I added the extra 6m to each leg, moved the legs out as far apart as I can.  I tried tuning it up that afternoon, and things seemed to be okay… so I left the set on 3.600MHz LSB and switched it off ready for the AWNOI net.

On calling in, I asked about my signal strength after explaining the changes made.  Well, apparently my signal was a vast improvement on last week’s signal.  A S8~S9 signal (with the transceiver momentarily cutting back power) is now a S9+20dB to many stations.

I haven’t tried other bands yet… but this is a promising start. 🙂

Update: Tried tuning it up on the other bands… the results:

Band__Test_Frequency__Power__SWR__Notes______________________________________________
80m   3.599MHz        50W    2.5  High SWR is expected for a non-resonant antenna.
40m   7.074MHz        50W    1.2
20m   14.165MHz       50W    1.9  Heard a station at 14.170MHz just as I was going
                                  to tune up, which is promising also.
15m   21.190MHz       15W    1.9  This set does not like these bands (15m & 10m)!
10m   28.450MHz       25W    1.6  Might need to consider using the CB whip for these.
_____________________________________________________________________________________

A week of firsts…

Well… this week for me has been a week of firsts for me.

Last Sunday, I managed to make contact with Jason ZL2FT on the North Island of New Zealand.  We were communicating using SSB on 40m — this is the first time I’ve successfully heard and contacted an overseas station.

Okay, New Zealand isn’t exactly a great distance away, but it’s a great start. 🙂

Tuesday, I was listening on 40m, when Rolf DK2MH came crackling in from Germany.  I didn’t try to make contact this time, but there was an abundance of stations trying to work him locally — mostly eastern VK.

Today, I made my first PSK31 contact … once again, on 40m.  I chatted with Laurie VK3AMA for a few minutes.  Nice to be able to put all the theory I had learned at uni regarding PSK to practical use.  I was using BPSK31, and transmitting up to 80W at one point.  (Overkill I know, I did trim it back a little.)

Guess now it’s time to actually get some work done. 😉

20m here I come!

The WIA sent me a very welcome letter today.  As of today, I now have a Standard amateur radio license which entitles me to…

  • Power: 100W PEP for SSB and CW (I’ll have to check for FM)
  • Bands: 80m, 40m, 20m*, 15m, 10m, 6m*, 2m, 70cm, 23cm (* new bands)
  • Digital Modes! (timely too … we’re studying various digital modes at university)

If you wish to catch up… the new callsign is VK4MSL.  And yes, it’s kinda hard now to not say FSJL when you’ve been so used to saying it the last few months. 😉

I’ve got some ideas that I’d like to try with digital modes, and also at some point I’d like to do some SSTV too… Priority at this time still is with my university studies, but I’ll be hitting up 20m and doing a bit of digital work in the coming months.

Interference on VK4RBC

The Mt. Coot-tha repeater, VK4RBC has been plagued by interference for as long as I can remember.  Usually the interference problems have been nothing more than annoying, but tonight it’s been particularly bad.

It appears that somewhere on Mt. Coot-Tha, someone is operating an illegal pair of cordless headphones, at a frequency of 433.525MHz (input frequency for VK4RBC).  Prior to tonight we knew something local was causing interference, but none of us could identify what.

Tonight however, the interference was particularly strong… so strong in fact, we could distinctly hear (although badly clipped) the audio being listened to via the headphones.  Thanks to the illegal broadcaster, we got to listen to the ABC News, and for the last hour, Channel 7.  It has subsided somewhat, but the interference is still there, and you do get the odd bit of a word.  No doubt the owners of these headphones will cop amateur interference whenever someone near them transmits.

A complaint has been sent to the ACMA, and I urge other radio amateurs inconvenienced by this interference to do the same.  I see no reason at all why we should put up with such severe interference.  LIPDs do not belong on 70cm!

First QSL Card

Well, yesterday I received my first QSL card. About a month ago, I was tuning around on 40m and noticed there was a station calling CQ. A station with what I thought was a rather unusual callsign, VI2AMW60.
I sat there for a moment racking my brain trying to think what country VI was… in the meantime I decided to respond. I soon realised okay, the contact wasn’t overseas — but it was a special event station.

We exchanged details briefly and the chap at the other end asked if I collected QSL cards. I normally don’t bother about QSL cards, but since this is a special event station — I figured why not. 😉 He directed me to QRZ.com where the address details were mentioned. I sat down and designed a QSL card to send off. The card I sent off is shown below.

My QSL card design (click to view enlarged in gallery)

My QSL card design (click to view enlarged in gallery)

I wasn’t expecting anything back… there was mention on the QRZ.com page about including a self-addressed stamped envelope or some such. I wasn’t sure whether that only applied to overseas or who that applied to. Much to my surprise however, I received the following card in the post yesterday (again click to enlarge).  This shows the front and back of the card I received.

My first ever QSL card (click to enlarge)

My first ever QSL card (click to enlarge)

Well, I’m very happy to have received that card. For what it’s worth, this may be the first and last QSL card I receive under this callsign, since I hope to hear from a WIA assessor about upgrading my license to a Standard license — and with that, I’ll be getting a new callsign. Time will tell there. But to the people of the Illawarra Amateur Radio Society, I thank you for your QSL card. 🙂

Portable Whip Antenna Testing

Hi all…

I’ve been busy lately, thus haven’t had a lot of time to post on here… but I’ll save the full details of where I’ve been for another post.  People might recall my earlier attempt at a homebrew 2m/70cm whip antenna for a handheld radio.

At present, I’m out at Laidley (actually about 2km outside… near the Vaux and Lowe street intersection) and tried hitting a number of repeaters on 2m and 70cm.  Depending on where I stand, I seem to be reaching these repeaters in that, I get a response when I hit and release PTT:

  • VK4RGC Mt. Tambourine 146.700MHz (-600kHz offset) — S7, have to stand in a specific spot
  • VK4RDD Toowoomba 146.750MHz (-600kHz offset) — S9
  • VK4RZD Mt. Perseverence 438.050MHz (-5MHz offset) — S2, too difficult for practical use (shame since it’s part of the WICEN/QDG network)

The ones I definitely can reach from here however…

  • VK4RIL Laidley 147.100MHz (-600kHz offset) — S9, no surprises there
  • VK4RAI Ipswich (The Knobby, Glenmorgan Vale) 146.900MHz (-600kHz offset) — S9, have to stand in specific points.

The big surprise however, was this one… VK4RAX.  I can reach it from The Gap no problems with a rooftop antenna and 5W.  Tonight however, I was receiving it S7~S9 (depending on where I stood) and managed to make contact with a few people.  Standing on tiptoe helped — as I haven’t as yet gotten around to building an extension lead that will make the on-hat antenna practical (the coax I’ve got is a little inflexible).

Apparently the signal was quite scratchy, but this is to be expected for a 5W handheld at this distance.  The image below (taken from Google Maps) shows the approximate direct path for the signal and the distance — click for an enlargement.

Signal path between test QTH and VK4RAX

I’m hardly breaking any world records here, but this is by far my personal best on this handheld.

Antennas and Baluns

Well, I spent much of my weekend fooling around with antennas in one form or another.

I had taken down my HF rig to bring to the Brisbane Amateur Radio Club social — to sort out why it wouldn’t tune up on 10m… the problem turned out to be my power supply. I was using an old 250W AT computer PSU capable of supplying 9A at 12V. My radio, a Kenwood TS-120S is a 100W radio, and draws 20A when running full power. Now I had assumed since the mic gain was turned down to comply with my 10W limit, so the limited power wouldn’t be a problem… not so… it turns out that although I turned the mic gain down, the radio still wants its 20A for voice peaks. This causes the voltage to drop, and of course, instability.

Well, BuyEquip had some 600W ATX power supplies, that advertised a 52A 12V output rail, brand new for $60, so I snapped one up. A few more bits and pieces, and now my radio is much happier on 10m. Interestingly, the box says 52A, the unit itself says 20A… either way, I’ve met my requirements. 😉

Earlier when I had my HF rig set up, I had taken the balun out since I noticed it seemed to be shorting out the feedline (measured with an Ohmmeter), and I couldn’t even pick up commercial SW stations (I used to hear Radio New Zealand quite strong around 7.145MHz).

I later discovered that it’s quite normal for a 1:1 balun to appear as a DC short… my balun uses ~10 turns of not-very-thin copper enamel wire and I guess I’m used to transformers for other applications where one sees a much higher resistance. Transformer Baluns are typically almost purely reactive — remember the reactance of an inductor is Xl=2(pi)fL — at DC, f=0, thus my ohmmeter sees Xl=0.

However, I knew I had done something wrong when wiring it up as when I disconnected the shield — I received Radio NZ S9+10dB, connecting the shield back dropped that to S2.

In the meantime, I used a 5cm piece of RG58, soldered straight to some 300ohm ladder line (surplus from my sim jim antenna).

I wasn’t sure that I had wired the balun correctly — and had lost the plans, so I set about locating some on the ‘net. A quick search revealed this page from the Antrim & District Amateur Radio Society. Well… what a difference it made… my noise floor on 80m went from S7 down to S3!

I spent the evening chatting on the Australia Wide Night Owl Insomnia Net (Friday evenings after 10:00PM at 3.6MHz LSB) — talking with stations as far away as Coffs Harbour, and even heard a feint amateur contact from New Zealand (ZL1?? callsign).

The other issue, was with my handheld. I’ve got two portable antennas for it, neither of them are particularly efficient on 2m, both are brilliant 70cm band antennas. One is the antenna that Kenwood supplied with the radio, the other was a Comet SMA3 antenna that I had bought at BARCfest. Not bad for portable use — but I wondered if I could do better.

People might remember my old project, the Hat-lamp, where I set out to homebrew a headlamp using a hard hat. Two radio amateurs suggested that I add an antenna mount to that — one suggested I could have a SMA-SMA socket adapter there and use my handheld’s existing antenna, the other suggested a SO239 socket on the top with a mobile antenna.

Well I gave the idea some thought… The big issue with this is two-fold: clearance (the antenna would have to incorporate a spring to absorb being whacked against low objects) and the social aspect (what would people think after seeing it). Neither of the handheld antennas were particularly good on the former part — I managed to bend the newer antenna once just sitting down — it’s mostly bent back into shape now, but I didn’t want to risk it. Both would be rather conspicuous though. A mobile antenna would be a rather heavy thing to have sitting on one’s head, so I gave that idea a miss.

I found some stainless steel fencing wire that was quite stiff, and cut off about 60cm of it. The idea was I’d wind the bottom of it into a spring, and a SMA plug would be soldered to the end (using some copper enamel wire to make the connection). Well, I built that Saturday Night, and using it directly on the handheld, noticed an immediate improvement in performance — I was hitting repeaters I normally don’t hit unless I’m plugged into the roof antenna. It is shown below… click on the photo for a larger view.

Homebrew portable whip

Last night, I set out to attach the antenna mount to the hat. One hole and a bit of elbow grease later, I had screwed the SMA-SMA adapter into the hole. The antenna neatly screws onto the fitting around the back of the hat, and a length of coax screws in underneath running to the radio. I haven’t tried walking around outside with it, but indoor performance is good.  The photos below show the socket views on top and underneath the hat’s brim…

Antenna mount/socket topAntenna mount/socket underside

The plan, the whip is still rather conspicuous — and there’s the risk of doing someone an injury if I’m not careful where I point the whip. I’m now looking around for a souvenir peacock feather that I can stick the antenna up the centre of… the idea being the assembly becomes decorative as well as functional (below is what it looks like now, sans feather). Well kinda… it’ll still look weird, but hopefully people will notice the feather rather than the antenna. 😉

Antenna mounted on hat

Keeping things simple

I’ve been doing some thinking today.  I haven’t been in the amateur radio gig very long… I got my license in mid January, and I’ve been active mostly on the 2m and 70cm bands for the past few months.

The last month saw me acquire the parts needed for a HF station, and so lately I’ve also been poking around on 40m and 80m too.  I’ll admit I’m still very new to the scene, getting to know what bands are best in what conditions, and making a small number of contacts.

I’ve been very active lately on 70cm on the Mt. Coot-tha repeater, VK4RBC (438.525MHz), and have been on the odd occasion, tried making contact on various frequencies on HF.

At BARCfest this year, a number of commercial traders were present, showing off the latest and greatest from two of the big communications companies out there… ICom and Yaesu.  It was at BARCfest, that I picked up my current HF rig, a Kenwood TS-120S, and a few sellers had a number of older rigs on sale.

Now this particular rig is quite old… according to the eHam site, they are 1980s vintage, although the exact date my rig was manufactured is unclear.  As far as features, it’s basic… SSB and CW modes, coverage of 80m, 40m, 20m, 15m and 10m, and around 100W output.  For my needs, okay, the power output is overkill, but it’s sufficient.  In fact, the power output is good, as if there is an emergency, I have the extra power to make contact.

At BARCfest however, there were some of the very latest rigs on display.  There was one Yaesu base station monster being shown off by Kyle Communications, I can’t recall what model, but its (discounted!) price tag was around AU$8000.  This thing did just about everything except errect its own antenna and make you coffee.  SSTV, RTTY, Packet, DSP filtering, you name it, it had it.  Very impressive, but are all these gratuituous bells and whistles really needed?

One thing I like about the rig I have, is that the handbook includes full schematics of the transceiver circuitry, with explainations on how it works.  It’s all implemented using solid state components that are easily sourced.  In fact, the handbook has some hand-written notes suggesting that the thing has been serviced a couple of times before hand already.  Being basic in features, has enabled it to be serviced, and I suspect that I should have this rig for a very long time, as long as I can get replacement parts — I see no reason why it shouldn’t continue operating for years to come.

However, rigs like the one I described above, the average operator, I suspect, would be helpless to try and fix a complex beast like that.  There’s just so much that could go wrong, and loads of specialised components that are purpose built for it.  Sure, it might be off-the-shelf DSPs and microcontrollers in use… you might be able to buy replacements… but where do you go to get them reprogrammed so they perform the function for which they are intended?

Even my handheld, a Kenwood TH-F7E, is a rather complicated beast.  It has a small microcontroller in it, and a lot of integrated circuitry, that I couldn’t possibly fix if something went wrong.  I bought it because it had FM transmit capability on 2m and 70cm (the only two VHF/UHF bands I’m permitted on presently) and it could receive AM, {,W,N}FM, SSB and CW over a wide range from 100kHz through to about 1.3GHz.  Now okay, in order to minaturise the device, it was necessary for specialised components to be used here… that’s fair enough, but I can forget doing much in the ways of repairs.

I believe that base station rigs are getting overly complicated these days — we really need to get back to basics.  For someone like myself, I really only need a few basic features:

  • Coverage of all the analogue modes: CW, AM, FM and SSB
  • Reasonable output power
  • Good sensitivity/selectivity
  • Digital readout

All of this (except digital readout) can be implemented with analogue electronics.

Digital modes in my book are better implemented on a desktop PC.  Computers these days are quite capable of doing software DSP… I don’t see any reason why it is necessary for the transceiver to do all that.  A small microcontroller inside the rig to provide PC control, and memory banks, no worries… but that’s about as complicated as it needs to be in my opinion.

Heck, there’s no reason why some of this couldn’t be modular — that is, the rig works without the microcontroller.  The microcontroller would just be responsible for loading/storing VFO frequencies, and switching modes — if it’s absent, this just gets done manually by the user.  The controls on the front would just manipulate digital flip flops, that could also be driven by the microcontroller.

The upshot is, a rig like the above, could be made quite robust… and reasonably inexpensive.  Some of us don’t need the frills — or if they do, are sufficiently knowledgable enough to make them ourselves.  There are people who will demand very fancy rigs, and that’s fine… there’s plenty in the market now to cater for that group of operators, but for the rest of us, I think a lot could be gained from reducing the complexity in current transceivers.