Monday, March 27, 2023
Central Machinery 8" Press and WEN Vise (that fits)
Monday, February 6, 2023
40m 1/3 Wave Elevated Vertical 50 Ohm
Sunday, January 22, 2023
40m 2 Element Delta Loop
Parasitic (driver + reflector), reversible, direct 50 ohm feed, equal length 75 ohm sections for matching and the open stub long enough to reach a common switching point.
Recently during the middle of the day I noticed a local station here on the US west coast spotting EU stations on 40m FT8 via psk reporter. This is fairly unusual due to day time D layer absorption, but not impossible. I emailed asking for more info about the antenna they were using, they replied saying they had built a two element delta loop array based on 40 Meter Parasitic Delta Loop Array by W8WWV.
Trying to model this by hand in EZNEC the results were not great, especially trying to get a 50 ohm match. Since there are interactions with element spacing, resonance, etc - change one thing it throws off several others.
Decided to give this problem to the optimizer in AutoEZ. Optimizing for gain and direct 50 ohm feed, I let the optimizer adjust the length of the bottom wire, the height of both loops, and the feed positions symmetrically, and vary two equal lengths of 75 ohm coax for the open stub and matching section to keep it simple.
I was pleasantly surprised when AutoEZ found a perfect solution using two equal length sections of 75 ohm coax that will easily reach a common point, and provide a direct 50 ohm feed!
Searching around for information on designs using switched open stubs, there are a few which use 3/8 λ open stub for the reflector.
Interesting to note, the starting model I had used equilateral triangles (what I happened to have), the optimizer settled on right angle triangles (very close at 89 degrees). Agrees with accepted wisdom for vertically polarized deltas, see SCV Polarized Wire Antennas: The Delta Branch - L.B. Cebik.
On to the details..
Item | Measurement |
Horizontal wire height above ground | 3 m / 9.8 ft |
Horizontal wire length | 18.28 m / 60 ft |
Height to apex above ground | 12.31 m / 40.3 ft |
Side wire length | 13.04 m / 42.78 ft |
Element spacing | 7 m / 23 ft |
Feed position up side | 16.3% or 2 m / 6.5 ft |
75 Ω coax length from each element | 13.74 m / 45 ft (VF=1) |
Each 75 ohm line meets at a common point:
- 75 ohm line connected to the driver matches the system to 50 ohms.
- 75 ohm line to the other element is left open circuit resonating it as a reflector.
- Direction reversed by swapping which is open and which is connected to the driven element.
With the 75 ohm lines being equal lengths and one is open circuit, the switching network/relay wiring is kept simple.
Current chokes at each loop feed-point: With the VF of the coax used measured and taken into account, there should be enough excess length to use for a current choke (winding it around ferrite) at each loop feed-point (the choke must preserve the line impedance and electrical length), and to reach a common point for switching.
The model uses bare 12 AWG copper wire, and VF of 1 for the 75 ohm coax. The model would need to be updated if using insulated wire and re-optimized, the VF of the coax being used would need to be measured with an analyzer and length multiplied by that number (e.g. 0.8 or what ever it is) to get the electrical length.
As a test when I updated the model using RG-11 factoring in VF and loss figures, there is a small 0.3 dB or so drop in gain, this will be partly from the SWR on the matching section and the effect of the open stub causing small losses.
Now if only I had the room to build it :-)
EZNEC and AutoEZ model files: 40m 2 Element Delta Loop.
Dec 2024, I ran across The Parasitical Right-Angle Delta towards the bottom of https://antenna2.github.io/cebik/content/wire/hsyg.html, simpler system using shorted stubs with 75 ohm coax, and 50 ohm feed.
Saturday, October 29, 2022
PSK31 Fldigi Macros for Field Day
These are the PSK31 Fldigi macros I setup for Winter Field Day last year.
I came across a lot of PSK31 activity by chance (7.070, 14.070), but it took a while to figure out how to take part..
Frustratingly the information needed to simply get setup and get going is not found in one place. I like to give points to field day/contest stations but not seriously compete. Are they trying to get more people into contesting by keeping it mysterious?
Info collected from:
I set these up on an empty macro row in Fldigi:
ANS CQ (Answer CQ):
<CALL> <CALL> de <MYCALL> <MYCALL> k
<RX>
W/FD Exch (Send exchange for your station, e.g. 1H is single home op, WWA is western WA):
<CALL> 1H WWA 1H WWA de <MYCALL>
<RX>
73 (Send when your exchange was copied):
73 de <MYCALL>
<RX>
QSO @>> (Start free text message):
<CALL> de <MYCALL> <MYCALL>
RX (Go back to receive):
Thursday, June 23, 2022
HamAlert Automate Telnet Login
HamAlert is a useful tool to receive alerts for when a desired station appears.
I use this with the Club Log band slots integration to alert for new countries on bands I don't yet have confirmed.
With the Telnet option I keep a window open where the alerts scroll by quietly and I can glance at to see if there is anything new.
Typing in usernames and passwords is a chore, here is a shell script that'll auto login (replace username and password stars as required):
expect "login: "
send "K1LH\r"
expect "password: "
send "*****\r"
interact
Here it is in action:













