Normal view

There are new articles available, click to refresh the page.
Today — 17 August 2024Ham Radio Blogs

bear2hugo.py - Migrating from Bear Blog to Hugo

16 August 2024 at 19:10

I’ve written the following small Python script to migrate a Bear Blog to Hugo:

import csv
import os

with open('post_exports.csv') as csv_file:
    csv_reader = csv.reader(csv_file, delimiter=',')
    os.makedirs("./pages", exist_ok = True)
    os.makedirs("./posts", exist_ok = True)
    line_count = 0
    for row in csv_reader:
        if line_count == 0:
            print(f'Column names are {", ".join(row)}')
            line_count += 1
        else:
            dir = ""
            if row[11] == "True":
                dir = "pages/"
            else:
                dir = "posts/"
            with open(dir + row[4]+'.md', 'w') as post:
                publish = row[9]
                if publish == 'False':
                    draft = "true"
                else:
                    draft = "false"
                is_page = row[11]
                content = row[12]
                post.write("+++\n")
                post.write("slug = '" + row[4] + "'\n")
                post.write("title = '" + row[3] + "'\n")
                post.write("date = " + row[6] + "\n")
                post.write("draft = " + draft + "\n")
                post.write("tags = " + row[8] + "\n")
                post.write("+++\n")
                post.write(content)

                line_count += 1
    print(f'Processed {line_count} lines.')

It’s not really sophisticated but it does the job. Here’s all you need to know:

  • create a new directory, e.g. ~/bear2hugo/
  • create a new file bear2hugo.py in this directory and copy the above content into this file
  • Download the export file from Bear Blog via the menu item “Export all blog data”
  • Place the resulting file post_exports.csv together with bear2hugo.py in ~/bear2hugo/
  • Execute the script: # python3 bear2hugo.py
  • It will create two new directories pages and posts
  • It will parse through CSV file and create a Mardown file for each post and page inside the corresponding directories
  • You can now copy the files into your content/ and content/blog/ directory and use them with Hugo

DE-0094: A Vacation POTA by the Sea

16 August 2024 at 03:10

Had a very nice and special POTA activation of DE-0094 Niedersächsisches Wattenmeer National Park:

Conditions were rough but I’ve managed to get 16 stations into my log, including two from the Azores. It was great to sit on a dyke, watch people kite and enjoy the view of the sea while talking to stations all over Europe.

My rig was the usual: Xiegu G90 and a 5.4m long telescopic vertical antenna with four 5m radials.

Zero Retries

11 August 2024 at 17:31

“Zero Retries is an independent newsletter promoting technological innovation in Amateur Radio, and Amateur Radio as (literally) a license to experiment with and learn about radio technology.” This is how Steve Stroh (N8GNJ), the editor of Zero Retries, describes his weekly newsletter.

But to call it just a newsletter does not do justice to his work. I have been reading and following this site for a long time and am always fascinated by how many high-quality articles he publishes every week. Steve doesn’t just limit himself to writing news but is obviously very interested in promoting the hobby of amateur radio and conveying its fascination. Important projects such as the M17 project are regularly pushed by him in order to help drag this valuable project out of its niche.

In the meantime, the newsletter has reached a size that would justify publishing the content as an ePub (hint hint). I would actually love to read it on an eBook reader.

My recommendation? Click here, subscribe and have a nice weekly read on inspiring amateur radio related topics.

QDX and Fldigi on Debian Linux

9 August 2024 at 16:07

The following instructions describe how to configure Fldigi for operation with the QRP Labs QDX transceiver on Debian Linux 12 / Raspberry Pi OS (64bit).

In the configuration menu, click on Soundcard -> Devices and select PulseAudio:

Afterwards, click on Rig Control -> Hamlib and configure it as follows:

With these few settings it almost worked for me - but only almost. The QDX switched to transmit mode, but no signal was emitted and the red LED flashed twice continuously. This indicated that the audio signal was too low.

To fix this, open the PulseAudio Volume Control tool and set the volume under Output Devices to 11dB:

If PulseAudio Volume Control is not installed on the system, this can be done using the following command:

# sudo apt install pavucontrol

Notes on the QRP Labs QDX

8 August 2024 at 15:41

On this page I am continuously recording all the findings that I have been able to collect in connection with the QDX Transceiver Rev 6 from QRP Labs. What I am writing here might seem negative since it’s mostly about issues and how to fix them but I am actually a big fan of this device and have already ordered a second kit.

A post on my QDX build can be found here.

Low output power on 15m

After I’ve finished building my QDX (high bands version), I measured the output power of all bands and got these results:

  • 20m: 4.6W
  • 17m: 4.9W
  • 15m: ==2.4W==
  • 12m: 3.5W
  • 10m: 3.5W

After reading https://qrp-labs.com/qdx/qdxtrouble.html I was confused why there is significantly less power on 15m than on 17m as they share an LPF. VA3RR gave me the excellent hint to check if the power output on 15m decreases when I compress the windings on L3 - which actually was the case. I followed his advice and reduced the windings of L3 from 12 to 11 and furthermore prettified the spacing between the windings of L2, L3 and L4 which resulted in the following:

  • 20m: 4.7W
  • 17m: 4.6W
  • 15m: ==3.4W==
  • 12m: 3.9W
  • 10m: 3.9W

No High SWR Protection

As the QDX does not have an SWR measuring bridge, it does not have a protective circuit to protect the device from high SWR. I was warned against using the QDX together with an automatic tuner, as even the short spikes during the tuning process can lead to the destruction of the four BS170 transistors.

As an alternative to not using an ATU, I was given the following options:

Reducing the Output Power

One recommendation is to temporarily or permanently reduce the supply voltage to reduce the output power. This should help to protect the PA transistors, especially during the tuning process. I have carried out experiments on this, to determine which voltage is needed for a specific level of output power.

The following table shows the output power in Watt per band in dependency of the supply voltage. This refers to a 9V build of the QDX Rev 6.

9.0V 8.5V 8.0V 7.5V 7.0V 6.5V
20m 4.7 4.3 3.9 3.4 3.0 2.5
17m 4.6 4.2 3.9 3.4 2.9 2.4
15m 3.4 3.0 2.8 2.5 2.2 1.8
12m 3.9 3.5 3.3 2.9 2.7 2.1
10m 3.9 3.5 3.1 2.8 2.5 2.0

At 6.0V the QDX would only boot into its flash drive mode.

I’ve decided to settle with a supply voltage of 7.5V.

Replacing the Transistors

On groups.io/g/QRPLabs I have so far been able to find the following attempts to replace the BS170 transistors, which are installed as standard and are considered to be quite sensitive:

Replacement with TN0110 transistors. These are supposed to be more robust, but have the disadvantage that their polarity is reversed. As a result, the round and not the flat side of the transistors rest on the circuit board. As I operate the QDX without a housing, this would even be an advantage if I use a heat sink instead of the washer.

(Note: This picture shows the heat sink with the four BS170)

Exchange for two FDT86256 mosfets. This procedure developed by WB2CBA is described in more detail here: https://github.com/WB2CBA/QDX-PA-MODIFICATION. The whole thing is now even available as a kit: https://www.tindie.com/products/jasonkits_qrp/qdx-mosfet-pa-mod-kit/. However, it is recommended to drive it with 6V instead of the original 5V. More information here: https://groups.io/g/QRPLabs/topic/qdx_pa_upgrade/103093403

Attenuated RX on 20m

Problem

The RF filter sweep for the 20m band resulted in the following graph:

This is the result of the image rejection sweep for the 20m band:

(Partial) Solution

I fixed this issue by rearranging the windings on L12 and resoldering all solder joints of L12. Turned out I didn’t burn all of the wire’s coating the first time:

This looks much better but not really fixed - until you read this thread on groups.io.

Looks like 20m is a compromise band of the high band version as the 80m band is on the low band version. The issue is that I primarily work on 20m but there seems no better solution that to build a low band or even a mid band QDX.

The QubeDX - a modular CubeSat style QRP Transceiver

7 August 2024 at 09:44

(the frame is actually dead straight, the distortion comes from the camera)

This article is about the implementation of the idea of building a (decorative) QRP radio for digi mode operation that can be operated remotely via Wi-Fi. One possible use would be to place the device together with a simple vertical antenna and a small battery, e.g. temporarily in the garden, so that it can then be operated from the computer from inside the house. The basic idea is to be able to conveniently control the device remotely via VNC.

I had set myself the following conditions:

  • The transceiver should be inexpensive and easy to set up
  • The setup should include an automatic antenna tuner that does not require any manual interaction
  • A Wi-Fi-capable single-board computer should be integrated, on which the required software (WSJT-X, JS8Call, Fldigi) can be executed
  • The entire system should be able to be operated with 13.8V and only require one power supply line
  • The costs should not exceed 250€, ideally around 200€
  • It should be cool looking / decorative (from a techie’s perspective)

I then decided in favor of the following components

Before the implementation began, I first had to come up with an idea for a suitable enclosure. After seeing a CubeSat at Hamradio 2024 in Friedrichshafen, I had the idea of making the entire setup look like a CubeSat and building it on a modular, skeleton-like structure. I finally found inspiration in the following design on Thingiverse: https://www.thingiverse.com/thing:4096437

Unfortunately, I had to realize that a 10x10x10cm cube didn’t offer enough space for my project, so I created a 14x14x14cm version based on the previously linked project. I enlarged the side panel and the base plate accordingly and designed 3 new modules for the following components (from bottom to top):

  • ATU, OLED display and Powerpole connector
  • QDX transceiver and buck converter (7V, please see my notes on the QDX)
  • Raspberry Pi 5 and buck converter (5V)

All 3D printable parts used in this project can be found on Printables.

First of all, the individual components had to be assembled:

Antenna Tuner Module

The kit for an ATU-100 to N7DDC can now be obtained for just 35€ including shipping. Apart from the binocular transformer, I built it according to the instructions. The transformer only needs 5 instead of 10 windings on both sides to be able to use it for QRP operation. After the kit was finished, I downloaded the original firmware and flashed it to the micro controller with a PICKit3 programmer. I made the following two modifications:

  • QRP operation by setting cell 05 to the value 01
  • Fully automatic tuning based on the measured SWR by setting cell 02 to the value 01

You can find more details in the ATU-100 manual on Github

For more information on the QDX in combination with an ATU, please see my notes on the QDX.

The tuner was then installed together with the display and a Powerpole connector on the specially designed and printed module carrier:

Transceiver Module

Now it was time to set up the QDX transceiver. The unprecedentedly good assembly instructions from QRPLabs left no questions unanswered, which is why the assembly turned out to be quite simple.

The finished QDX was then inserted into its module carrier. In addition to the QDX, a buck converter was installed on the carrier, which regulates the 13.8V for the QDX down to 9V.

Raspberry Pi Module

The Raspberry Pi was mounted together with the NVMe module in sandwich construction on the corresponding module carrier. There was still space next to it to accommodate a buck converter, which regulates the 13.8V down to 5V for the single board computer.

Assembly

Now the CubeSat frame was printed and screwed together with M3x10 stainless steel screws and the corresponding nuts. The three pre-assembled module supports were then installed in the frame one above the other using M3 nylon spacers so that they were screwed to the frame with four screws each at the top and bottom.

The cabling was then installed:

  • A 30cm SMA to SMA coaxial cable with angled connectors to connect the ATU to the QDX
  • A short USB cable to connect the QDX to the Raspberry Pi (CAT and audio)
  • Three two-core cables for the power supply, each running from the Powerpole connector to the ATU and the buck converters
  • Two two-wire cables from the buck converters to the QDX (hollow plug) and the Raspberry Pi (USB-C)

The Result

The following pictures show the finished setup:

Updates and Modifications

I am documenting all updates and modifications here in this separate post.

Partly-baked idea: Earning the “ham radio hacker” title

By: Dan KB6NU
17 August 2024 at 03:40

Last week, I attended DEFCON, where I gave my “Ham Radio for Hackers” talk and mingled with a number hacker types. This talk seems to have struck a chord. It was featured on Hack-a-Day, and recently, Steve Stroh, N8GNJ, commented that I am “fast becoming the Amateur Radio Evangelist of techies / hackers / makers.”

All this has got me thinking, though, that perhaps I’m not really walking the walk, so to speak. After all, I’m using an Icom IC-7610 in the shack and an Elecraft KX-3 out in the field. I am using a K3NG keyer that I built as my main keyer, and I have been building my own antennas and baluns, but to really earn the title “ham radio hacker” perhaps I need to step up a little more.

A piece of electronic equipment.
The VU2ESE sBitx is very hackable.

So, how do I really earn that title? What comes to mind is that I could sell my current closed-source gear (dare I say appliances) and go with all homebrew and/or open-source gear. For example, for the shack, I could sell my IC-7610 and purchase an HF Signals sBitx. The sBitx is a 40 W, fully open source, high performance HF SDR transceiver with built-in digital modes, including FT8, RTTY, PSK31, and more, in addition to CW and SSB. Based on a Raspberry Pi 4, this radio is very hackable.

For VHF/UHF operation, I could go with any of the radios that support OpenRTX. Open RTX supports M17 on some radios, too. There’s also the Quansheng UV-K5. There are many open-source firmware hacks for this radio.

Antennas I pretty much have covered. I bought a Buddipole about 15 years ago, but aside from HT antennas, that’s the only commercial antenna that I currently own.

These are all just partly-baked ideas at this point. I don’t know if I’ll ever actually do this, but now that I’m retired, I certainly have the time to do it. Please let me know what you think. Are there other cool open-source/homebrew projects out there that I should also consider?

Yesterday — 16 August 2024Ham Radio Blogs

Zero Retries 0165

16 August 2024 at 23:30

Zero Retries is an independent newsletter promoting technological innovation that is occurring in Amateur Radio, and Amateur Radio as (literally) a license to experiment with and learn about radio technology. Radios are computers - with antennas! Now in its fourth year of publication, with 2000+ subscribers.

About Zero Retries

Steve Stroh N8GNJ, Editor

Jack Stroh, Late Night Assistant Editor Emeritus

In this issue:

Request To Send

Commentary by Editor Steve Stroh N8GNJ

Paid Subscribers Update

My thanks to William Arcand W1WRA for renewing as a Founding Member Annual Subscriber to Zero Retries this past week!

My thanks to Prefers to Remain Anonymous 10 for renewing as an Annual Paid Subscriber to Zero Retries this past week!

My thanks to Prefers to Remain Anonymous 43 for becoming a new Annual Paid Subscriber to Zero Retries this past week!

My thanks to the many Monthly Paid Subscribers to Zero Retries!

Financial support from Zero Retries readers is a real vote of confidence for continuing to publish Zero Retries.

Just recently, paid subscriptions that provide financial support of Zero Retries has enabled me to fund the m17-users email list (beyond the 100 max subscribers of the free tier) for promotion of M17 as a working, usable system that is no longer solely a loose collection of related projects.


Zero Retries Has 2000+ Subscribers!

Wow… Now in its fourth year of publication, Zero Retries has 2000+ individual email subscribers. Anecdotally, hundreds more people read Zero Retries via RSS feed and from mentions I post every week to 293 followers on Mastodon (n8gnj@mastodon.radio), and 23 followers on Bluesky (@n8gnj). There are a fair number of folks who, on principle, won’t subscribe to Zero Retries because it’s currently hosted on Substack, with all the baggage of that platform (heard, and understood).

This latest big bump in subscribers past 2000 is mostly from yet another generous mention in Amateur Radio Weekly Issue 343 on 2024-08-10 by Editor Cale Muth K4HCK:

Why M17 is significant
No other Amateur Radio digital voice system is as well defined as M17.
Zero Retries

That article is now, retroactively, edited to be Part 1. Part 2 appeared in last week’s Zero Retries 0164.


If You Wonder How Zero Retries Keeps Going…

… a big part of the energy of Zero Retries is generous mentions like this one from Michael Clemens DK1MI on his blog:

Zero Retries

2024-08-11

"Zero Retries is an independent newsletter promoting technological innovation in Amateur Radio, and Amateur Radio as (literally) a license to experiment with and learn about radio technology." This is how Steve Stroh (N8GNJ), the editor of Zero Retries, describes his weekly newsletter.

But to call it just a newsletter does not do justice to his work. I have been reading and following this site for a long time and am always fascinated by how many high-quality articles he publishes every week. Steve doesn't just limit himself to writing news but is obviously very interested in promoting the hobby of amateur radio and conveying its fascination. Important projects such as the M17 project are regularly pushed by him in order to help drag this valuable project out of its niche.

In the meantime, the newsletter has reached a size that would justify publishing the content as an ePub (hint hint). I would actually love to read it on an eBook reader.

My recommendation? Click here, subscribe and have a nice weekly read on inspiring amateur radio related topics.

First, thank you for the kind words DK1MI! An ePub version for eReaders… hmm… I had not previously considered that, but that does make sense, and fits with a few other long term plans that are in motion for Zero Retries.

DK1MI is a bit modest in not mentioning his (perhaps unintended) role in creating Zero Retries Interesting content himself, including excerpts here in Zero Retries:

DK1MI’s Open Source In Amateur Radio Wiki - opensource.radio - is a perfect example of why I started Zero Retries. That wiki is a great project1 to try to gather a quick mention of all (eventually… it’s a work in progress) open source projects in Amateur Radio so, for example, if you want to find an open source project for (imaginary) a 68092-based packet radio modem… this would be a great place to start one’s search.

If one’s only source of Amateur Radio news is the “mainstream” Amateur Radio media, likely you wouldn’t ever hear3 of the Open Source In Amateur Radio Wiki. Which is just… notcool… considering that a lot of new Amateur Radio Operators are coming into Amateur Radio from younger, techie, hacker / maker communities and the Open Source In Amateur Radio Wiki is something that they will find extremely valuable in adapting Amateur Radio to their priorities of what a radio-based technical activity should be.

But DK1MI, like Zero Retries, publishes technical content in public, for the benefit of Amateur Radio worldwide and I’m happy to promote such material, and a lot of other great material (that I’m not writing - I’m just mentioning). If there wasn’t all of this Zero Retries Interesting activity going on, or there was extensive coverage of technological innovation in Amateur Radio in the “mainstream” Amateur Radio media… there wouldn’t be a need for Zero Retries. So, thank you DK1MI, but do take a bow yourself.


Happy 40th Anniversary to KD7WSF!

Another thing that keeps Zero Retries going is the incredible support I get from my wonderful wife Tina Stroh KD7WSF. Tina getting her Amateur Radio license (to satisfy a premarital promise, deferred for a couple of decades) is an epic tale worth telling sometime. The salient point is that Tina has put up with me… supported mefor 40 years of marriage now (as of Sunday 2024-08-18). Tina has encouraged me beyond belief in taking a great leap of faith a couple of decades ago from a paycheck job to trying to make a living as a freelance writer (didn’t go so well…) and now in making Zero Retries a success for three plus years now. Recently Tina has taken on the role of Office Manager for Zero Retries, tackling some of the nagging administriva that inevitably has to be dealt with when there is a pro forma business with minor revenue involved, which frees me up to write. Thank You Honey, and…

Happy Anniversary Honey!


Friendly Amateur Radio Elmers Group on Facebook

Zero Retries is also picking up new subscribers from Facebook. My wife Tina KD7WSF told me about the Facebook group Friendly Amateur Radio Elmers which she had been participating in, and suggested I join. It is indeed a friendly group, and I occasionally contribute there when I think I can add some unique perspective (generally, digital topics). The moderators do a pretty good job of enforcing “friendly” in the group, though there are the inevitable folks that test the limits. One behavior that’s expressly forbidden is the semi-snarky default reply to a question with “Google is your friend”. That consistently provokes a fast response from the moderators. There are a lot of beginners and folks with unique situations that request specific types of help, and this is one of the few Facebook groups about Amateur Radio that seems to work (again, mostly from hard work by the moderators).


Store and Forward Podcast Also Mentioned in Amateur Radio Weekly

Also in Amateur Radio Weekly Issue 343, K4HCK also generously mentioned the Store and Forward Podcast by Kay Savetz K6KJN and I.

Store and Forward
A podcast about the past and future of Ham Radio.
Store and Forward

all three four episodes of it to date 😀

Episode 4 features Kay telling his most recent “away team” story of rescuing (literally) unique electronic material as part of the mission of Digital Library of Amateur Radio & Communications. Now that we have a shiny new website (thanks again K6KJN), Store and Forward is now mentioned in the Closing the Channel section at the end of every issue of Zero Retries. Kay tells the tale, in more detail, in text, in his article in this issue of Zero Retries.


Major Conference Countdowns

  • JARL Ham Fair 2024 in Tokyo, Japan on 2024-08-24 and 25, next weekend!

  • Pacificon 2024 in San Ramon, California, USA on 2024-10-18 thru 20 in 9 weeks. Tina KD7WSF and I plan to attend Pacificon 2024 (which makes it “major” to us). I have offered to do a presentation about Technological Innovation in Amateur Radio, and (I think) my proposal has been accepted.

See the Zero Retries Guide to Zero Retries Interesting Events for additional events.

Requesting Reports From Recent Zero Retries Interesting Events

Several Zero Retries Interesting Events have occurred recently such as AirVenture 2024, Central States VHF Society, and the EME Conference. I would love to hear reports about those and other recent Zero Retries Interesting events for reporting out to the readership of Zero Retries. An email is fine, or if you’d prefer to write an article, I’m happy to lightly edit it if requested.

Note that I didn’t ask for a report for DEF CON 32 as Zero Retries Pseudostaffer Dan Romanchik KB6NU did a great job reporting out from that conference - DEF CON 32: Another mind-blowing experience.


Zero Retries Sponsored Email Lists

Zero Retries now sponsors some email lists for in-depth discussion of topics that I haven’t seen addressed by other email lists or forums.

  • new-dcc - Discuss the creation and operation of a conference similar to the long-running Amateur Radio Digital Communications Conference that was formerly sponsored / managed by ARRL and TAPR. I had intended that this would get a fair amount of attention so that there will be a DCC of some kind in 2025, but my attention is going to be deferred for a few months by…

  • 902-928-threat-2024 - Discusses that NextNav, Inc. has proposed to the FCC to reconfigure the usage / allocations of the 902-928 MHz band which is shared between license-exempt (Part 15) users and Amateur Radio users. Despite NextNav's "assurances" to both of these user bases that they won't be significantly impacted by NextNav's proposal. Make no mistake - this proposal would severely impact both license-exempt use and Amateur Radio use of 902-928 MHz. I created this group to attempt to provide some “cross fertilization” between groups of users of 902-928 MHz that otherwise wouldn’t be cooperating in their comments to the FCC. This is an experiment, but it seemed worth a try and the threat is significant, and urgent as NextNav asserts that it has priority in 902-928 MHz and thus it’s “reasonable” to reconfigure the band per its request.

  • m17-users - Discuss using M17 Project technology to build out infrastructure to support M17 (such as repeaters) and the discussion of using M17 devices such as radios, adapters, Internet linking, Software Defined Transceivers (and receivers) etc. m17-users was operating as a free Groups.io email list with a max of 100 subscribers. I’ve now upgraded m17-users to a paid email list and thus it can now accept more users (up to 500 now). m17-users is sponsored by Zero Retries ($20 / month). My thanks to Steven Davidson K3FZT and M17 Project for donations for the first month of operation.


Military HF Communications - Interesting “Contest” Idea

Dale N0KQX comment on Zero Retries 0164:

The military put all theirs eggs in the satcom basket for a while and realized that wasn’t a good idea and reinvested in some hf radio.

I replied:

Dale - Yep - I saw a fair amount of what I guessed was HF whips on DDG 102. It's no panacea though - HF can be jammed fairly easily. Hmm... you just gave me an interesting idea for a Zero Retries article next week - Thanks! I'll credit you.

As N0KQX observed, “HF is back” in military communications, and I’ll guess that it needs ideas for good, reliable, HF communications beyond the expediency of 10 kW transmission power from ships and shore stations.

What if there was a contest on Amateur Radio HF where the communications were encouraged to be stealthy and reliable as an example of the ingenuity of Amateur Radio Operators? Just a few ground rules (and, again, as I propose this, such a contest is completely imaginary… at the moment):

  • The contest runs for only 6 hours or so - long enough to prove out the concept, but not long enough to disrupt any significant Amateur Radio activity.

  • The 30 meter band seems like a good place to conduct this contest.

  • The contestant has to establish a connection over HF with another station at least 1000 km away. (The assumption that there will be pairs of operators using the same experimental system.)

  • The contestant has to pass at least 1 MB of data another station during the duration of the event. The data transfer does not have to be continuous. For reference, VARA HF “Tactical, Level 17” can transfer up to 8489 bps, which would require (by my math) ~ 16 minutes to transmit 1 MB of data (not counting acks and retransmissions, etc.).

  • The transmission has to be identified with the callsigns of the two stations (in-mode is acceptable).

  • The experimental mode has to be publicly documented on a website, with contact information.

  • After the contest, all of the participants disclose their participation on a common website.

  • Adding some interest to the contest, perhaps there could be several geographically dispersed Software Defined (Web) Receivers that record the entire band during the contest for later playback / analysis.

The idea is that the military doesn’t have to transmit back into Amateur Radio spectrum, but they can monitor the activity of the contest. If they observe a system that looks interesting, they could contact that station for more info.

The “best case scenario” in such a contest would be that the military was monitoring… and didn’t detect that a particular experimental system was actually in use, but it was proven that it was in use and moved a significant amount of data.

Prior to the creation of WSPR and the other WSJT-X modes, it wasn’t well-understood that such communications were possible on HF, with signals so far below the noise floor. Now we know that such things are possible, and we’ve got more cheap computer power than ever to use in implementing even more impressive modes.

And… I’m not counting out the potential for Artificial Intelligence / Machine Learning techniques to create (and operate) such new modes.


I Love Living In The Future

Lastly… on this happy (for Tina and I) and sunny weekend, I just had one of those “living in the future” moments. Our daughter and son-in-law have two cute, young cats (our Grandkittens). She regularly sends us short video clips which we always enjoy. As I was finishing up this issue of Zero Retries, I happened to be away from my phone when one video clip arrived, but my watch was within range of my phone, so I was notified. Absentmindedly I tapped on my watch to acknowledge, and the video started playing… on my watch4… complete with audio!

To someone like me that grew up with no personal computers, to progress to this marvel of technology, within one lifetime, really does feel to me like we are living in the future5. Thus how can I not have that same sense of wonder and optimism about this most futuristic of hobby activities - Amateur Radio, where we actually get to participate in making the future such as M17 and other bleeding edge radio technology projects?

73,

Steve N8GNJ

Leave a comment

Share


Playing for “Those Five”, Microcomputers in 1976, Linux… and the M17 Project

By Steve Stroh N8GNJ

This first section is a story that I include in the Thank You email to paid subscribers to Zero Retries who choose financially support Zero Retries, despite no extra benefits (to date) for doing so, other than my additional attention to them when they email or call. I think it helps frame the situation in Amateur Radio between those that get M17, and those that don’t get M17.

Playing For Those Five in Zero Retries

One of my “virtual mentors” in becoming a writer and starting Zero Retries is the late microcomputer pioneer and author Don Lancaster. One of the most profound things (to me) that Lancaster has ever written was this brief passage that he only ever mentioned a few times:

Many years ago, I was at a rock concert. The opening act was a single flute player standing solo in front of the closed stage curtains. His job was to warm up the audience for the high priced talent that was to follow. He was good.

But as he went along, the musical vibes got stranger and stranger, then totally bizarre. He was playing chords on his flute. Combined with utterly unbelievable riffs. Much of the audience got impatient and bored at what seemed like a bunch of gawd-awful squawks.

Then I happened to notice a friend beside me who had both been in and taught concert band. He was literally on the edge of his seat. He turned to me and slowly said “you ...can’t...do...that...with...a...flute.

Of the thousands and thousands of people in the theater audience, at most only five realized they were witnessing a once-in-a-lifetime performance of the absolute mastery of a difficult and demanding instrument.

Always play for those five.

This passage just resonated with me, and in starting Zero Retries, I decided that I was going to write for “those five” and not attempt to write Zero Retries for a mass audience. Rather, I would embrace Lancaster’s advice and write for “those five” that shared my enthusiasm for technological innovation in Amateur Radio and the role that Amateur Radio can play in advancing technological progress by exposing people to hands-on radio technology and potentially influencing young people into careers involving radio technology. We need them now, and we’re going to need a lot of them in the future. Hopefully Zero Retries can help do so, at least in a small way.

Thus I write Zero Retries for “those five”, and I’m humbled that there are a very few of you who chose to step up to be Founding Members and Paid Subscribers to indicate your substantial support for what I’m doing in Zero Retries.

Writing about the potential I see in M17 is part of writing for “those five” (well, 2000+ of you now…). In having written extensively now about M17 Project and its role in Amateur Radio, it’s become apparent to me that there is a very pronounced schism regarding M17 versus other VHF / UHF digital voice systems.

Open, Schmopen. They Don’t Get It.

The majority of Amateur Radio Operators don’t understand what the fuss is about M17.

The majority of Amateur Radio Operators generally get that Digital Voice on VHF / UHF is somewhat superior in some ways to “plain old FM”, and have bought into one of the three variants of VHF / UHF digital voice - Digital Mobile Radio (DMR), D-Star, or System Fusion (SF)… and having made their choice of one of those three, call it good. The majority of Amateur Radio Operators don’t see the point of yet another variant of VHF / UHF digital voice.

But, to a minority of Amateur Radio Operators… which in my observations are the newer Amateur Radio Operators who trend younger, techie, and proudly count themselves as part of the Hacker / Maker community… DMR, D-Star, or SF were never an option because they aren’t open (or at least weren’t all the way open). In fact, in several private email threads with me, some folks have told me that they weren’t interested in Amateur Radio at all… until they learned about M17 and that it’s open. Having learned that M17 was an option… then they became interested in Amateur Radio.

M17 is a very big deal to them because it’s entirely open. There’s no trademark or copyright on the name. The specification is open. The hardware designs are open. The software designs are open. The Internet interfaces are open. The critical CODEC for converting analog voice into an efficient data stream and back into voice is Codec 2, not proprietary like every other VHF / UHF digital voice system. In a phrase, M17 is their kind of Amateur Radio because M17 is open.

I think this hypothesis is being proven out by the experiences Dan Romanchik KB6NU is having at various “hacker” conferences this Summer - HOPE, and most recently DEF CON 32 - DEF CON 32: Another mind-blowing experience. KB6NU is exposing younger, techie, hackers and maker folks to Amateur Radio in a way that is relevant to them, and they quickly become interested. Hacking? Radio? Together you say? Thus they become licensed at the VE session at the same conference.

Thus… there’s a very real schism between the “open, schmopen” majority, and the “if it ain’t open, I’m not goin’” minority.

Analogy - M17 and Microcomputers in 1976

I offered an analogy about M17 versus proprietary Amateur Radio digital voice systems on the m17-users email list - 1976 and M17:

M17 versus the status quo of Amateur Radio digital and FM repeaters is analogous (in my mind) to the computer industry in 1976.

In 1976, mainframes and minis were doing the job satisfactorily for the computer industry. Everyone that needed and could afford a computer had one. That’s analogous to the current repeater technology and the current repeater owners.

But in 1975, one year earlier, microcomputers had come on the scene. The MITS Altair was unveiled in the January 1975 issue of Popular Electronics magazine. By 1976 a completely new crowd entered the “computer industry” and were using these new (and still very imperfect, by mini and mainframe standards) microcomputers to do computing very differently than was possible with mainframes and minis.

The microcomputer folks didn’t ask “permission” from the mainframe and mini folks, and they didn’t try to persuade the mainframe and mini owners that microcomputer were “better” and they should start doing / using microcomputers.

Instead of asking permission or trying to persuade, they just started doing things their own new way with microcomputers and rapidly evolved an entirely different version of the computer industry.

A decade later, the mainframe and mini computer industry looked around and said “what happened?!?!?” All of the energy in the computer industry had shifted to microcomputers.

In my opinion, from deep observation of M17 and trying to explain it and write about it substantively…

M17 in 2024 is at the “computer industry circa 1976" point of inflection.

Like microcomputers, M17 is open. Thus there’s no structural issue that prevents M17 from rapidly growing and evolving.

A Better Analogy From a GenXer - M17 and Linux

As good as an analogy as I thought that was… Cale Mooth K4HCK offered a far better analogy, from his generation’s perspective:

For the post-minicomputer generation, the relevant genX analogy will be that of Linux vs. Windows. Linux offered the same open source freedom that M17 does today in that it was a completely accessible, modifiable, and “free” alternative to Microsoft that we could tinker with. Today, almost every server on the internet runs Linux. If the M17 future follows that path, we'll see a ubiquitous mode found on nearly every transceiver. And people won't really think about it.

It's exciting to me as a “techie” because it can be entirely a software interaction. The intersection of software and RF is what got me interested in the hobby, and this extends that world of freedom and possibility.

People will be persuaded to invest in M17 once they can see the benefits over other modes in practical application. That will come as the early adopters continue to build on this initial success and showcase what's possible.

K4HCK is of the generation that matters in this discussion - they’ve got decades ahead of them to contribute to Amateur Radio… or not, if they aren’t convinced that Amateur Radio offers their generation opportunities compatible with their interests and priorities.

So… yes, thank you so much K4HCK for this far better analogy to explain the open nature of M17 and why it matters - as much as Linux being open versus Windows not being open matters.

I’m a bit more skeptical than K4HCK of the “build it and they will come” approach of evangelizing and building out M17 systems will entice more users (beyond the “you had me at open and radio technology” folks… at least through the end of this decade. I don’t think that M17 quite represents a “TNC-2” moment in Amateur Radio where the TNC-2 offered something that didn’t exist before it. From my perspective, most Amateur Radio Operators see digital voice on VHF / UHF to be an (over) solved problem with DMR, D-Star, and SF.

Thus I don’t think this schism can be bridged. My experiences to date have led me to believe that it won’t be very effective to evangelize M17 as an alternative to the other digital voice systems. I think the “I just don’t get it about M17” contingent in Amateur Radio is just going to have to be routed around by the folks with the energy, the better M17 technology (which will evolve faster and take advantage of new computer and radio technology)… and the youth to outlast the majority.

Instead, I think the M17 community should put our energy into extending M17 such as adding digital signatures, building out new M17 infrastructure, assisting new M17 users that are really interested in getting on M17, creating new devices, and evangelizing to the younger, techie, hacker / maker folks that would be receptive to “hack with radio technology - get your entry level Amateur Radio license and start playing with M17 and other open systems in Amateur Radio”.

I can easily imagine setting up localized M17 repeaters that cover perhaps a college campus, that will probably get more use with data / messaging than digital voice. How to set up such an M17 repeater will be a big focus of the M17 book that I’m working on.

Leave a comment

Share


Followup to The LEO Satellite Industry Needs More Engineers

This is an email from Witold Kinser VE4WK in response to two mini-articles in Zero Retries 0162:

As VE4WK acknowledges, there was no hint of Amateur Radio involvement in the article cited by KB6NU, and later my mini-article. Apparently that omitted mention of Amateur Radio is now considered to be an oversight.

Thank you for Zero Retries and LEO SatS

Dear Steve,

Thank you very much for your effort in delivering an excellent Amateur Radio newsletter. I always find something very interesting in each issue.

In Zero Retries 0162 (Beacon), you mentioned an article "The LEO Satellite Industry Needs More Engineers," by Kathy Pretz in IEEE Spectrum Online (2024-01-07) that describes our IEEE Future Directions LEO Satellites and Systems (LEO SatS) Initiative, but did not mention amateur radio (AmRad) explicitly. I agree, it was a significant mistake. I apologize.

My apology also goes to Daniel M. Romanchik, KB6NU, who alerted you to the IEEE Spectrum article in his KB6NU Ham Radio Blog.

However, I assure you that we use ham radio bands to operate our satellites. I started designing, building and testing 3U Cubesats in 2010 with 130 students and 70 advisors from academia, industry, business, military and governments. Each generation takes two years to complete. Many university/college students have become certified ham radio operators through my course on amateur radio theory and operations. My new AmRad Basic Qualifications course will start in January 2025. I also taught Advanced and Morse Code courses. Many of those students are now in leading positions in the aerospace industry. So, amateur radio has been at the centre of all our activities.

The IEEE LEO SatS Initiative is preparing student competitions to develop new subsystems and algorithms for the nanosatellites to improve communications between the satellite and the terrestrial federated networks through two-level undergraduate and graduate student competitions.

An experienced ham and the Operations Lead of the IEEE MOVE Team (https://move.ieeeusa.org) is an advisor of the LEO SatS.

We are also preparing an interesting and free-of-charge sixth workshop on LEO SatS this November. If you wish, I could send you information on the topics covered so that you could include it in the Zero Retries Newsletter.

Another LEO SatS development that might interest the AmRad community is a series of workshops on CubeSat and CanSat development using inexpensive kits. The workshops will address improvements and even new approaches to data communications on AmRad bands.

Kind regards,
Witold VE4WK

My thanks to VE4WK for his kind words and such a gracious followup to a mildly critical pair of mini-articles. One of the best parts of publishing online is that you can fix issues like this. Those two mini-articles in Zero Retries 0162 now have a pointer to this article so future readers of those mini-articles won’t be left with the wrong impression.

In the bigger picture, as VE4WK describes, there is significant crossover between Amateur Radio and the work of the IEEE (Institute of Electrical and Electronics Engineers) in reaching out to students to encourage becoming an Electrical / Electronics engineer. IEEE’s “public” publication, IEEE Spectrum does a good job in exposing some Amateur Radio activity to its membership that otherwise might not be aware of Amateur Radio (and doing fun stuff with radio technology).

But it seems odd that there isn’t a more formal involvement between IEEE and Amateur Radio… perhaps even a Special Interest Group within IEEE specifically to encourage more technical Amateur Radio activities.

For example, an interesting overlap between IEEE’s activities and Amateur Radio is the development of the IEEE 802.11ah Wireless Local Area Network standard. 802.11ah, and the tightly related Wi-Fi Alliance certification for Wi-Fi HaLow seems poised (in my observation) for significantly increased usage of the 902-928 MHz band in the US, which is shared between unlicensed uses such as 802.11ah / Wi-Fi HaLow and Amateur Radio.

An IEEE SIG for Amateur Radio… (again, just fantasizing)… that would be cool, and of course, Zero Retries Interesting!

Leave a comment

Share


What’s New at Digital Library of Amateur Radio & Communications - August 2024

By Kay Savetz K6KJN
Zero Retries Pseudostaffer
Internet Archive's Program Manager, Special Collections

Hello from — not DLARC World Headquarters as usual, but from 30,000 feet somewhere over the midwest United States. I’m headed back to HQ following a successful field trip to collect radio books and manuals for the Digital Library of Amateur Radio & Communications. With that in mind, this column will be less “What’s New at DLARC” and more “What I Did This Summer.”

Months ago, I read in Amateur Radio Weekly that Fair Radio Sales, a radio surplus store in Lima, Ohio, would be closing. After running the place for more than 40 years, the proprietor Phillip Sellati is ready for a well-deserved retirement. I reached out to Phillip to ask if he would donate leftover radio books and manuals to DLARC. He agreed. Flash forward to last weekend, when two assistants and I arrived at Fair Radio’s massive warehouse in beautiful Lima. Phillip gave us carte blanche to take everything we wanted for DLARC.

I can hardly express how large this warehouse is and how much reading material was available for us: commercial radio manuals. military documents, avionics repair guides, parts catalogs, schematics… on shelves and in stacks and filling up filing cabinets. It took our three-person team two ten-hour days to box it all up. I rented a U-Haul van and drove the material directly to Internet Archive’s scanning center, about an hour and a half away in Fort Wayne, Indiana. In two round trips I delivered about 200 boxes of radio reading material to the scanning center.

When I needed a little break from driving and boxing up manuals, I took a few minutes to explore the massive warehouse. Soooo many radios and gear, literally stacked to the rafters. I noticed once-upon-a-time top-of-the-line Kenwood ham gear and military radios seemingly going back to WWI. All guarded by a very good old dog named Reagan. You can see some pictures from the trip (yes, including Reagan.)

Fair Radio was among the last of the great surplus places. Check out their web site while you can. We at DLARC are deeply grateful to Mr. Sellati for his generous donation of material. He was especially kind in giving us access before everything else went to auction August 15-17.

The scanning center will start on the Fair Radio material soon, but it will certainly take them months to get it all done, interspersed with their other scanning work. I’ll keep you updated as their work progresses. 

The expedition to Fair Radio was actually my second away mission for DLARC this summer. In July, I flew to Denver to sort through the collection of Robert Cooper. This time, I was on my own, digging through seven pallets of material from the estate of Mr. Cooper. He was a ham, but was primarily known as an expert in satellite and cable TV communications. In the ‘80s, he was one of the first people to figure out that HBO transmitted its satellite signals unencrypted. He published an article about how anyone could set up a satellite dish in their backyard to get free TV. These ideas led to an entire industry of TVRO (television, receive only) satellite dishes, lawsuits, and a years-long escalating war of scrambled signals and television descramblers. That whole story arc is well-documented by the various print publications and television programs that Coop produced.

So there I was in a warehouse in Denver, trying to get a grip on all that material. Magazines and books and videotapes, but also decades of personal correspondence, project notes, business records, photographs, and legal paperwork. To his credit, Mr. Cooper saved everything. It was my job to decide what was worthy of being preserved. It took three days in the warehouse, but in the end, I shipped off 18 boxes of videotapes and 21 boxes of magazines and books to the scanning centers. I sent another two big boxes of CD-ROMs and DVDs and various other media to myself at DLARC World Headquarters to dig through later.

As that material gets digitized, the Bob Cooper collection in DLARC is growing. It’s early, but you can already find there the complete run of Coop's Satellite Digest, Cooper’s magazine covering the birth of the home satellite industry. It was published from October 1979 through April 1987. And, a complete run of SatFacts, his publication covering the world of satellite television in the Pacific and Asia, published from September 1994 through August 2004. And, the complete run of Community Antenna Television Journal, which was published from 1974 through 1979. AND the entire run of Cooper James Report, also known as CSD2, a short-lived publication directed at TVRO manufacturers and distributors. It was published from August 1983 through September 1985, concurrent with the publication of Coop's Satellite Digest.

That’s the tip of the iceberg: Cooper had many more publications and projects. There will be a whole lot more in the coming months as we continue to process and digitize what I found in Denver.

I talk even more about both of these away missions on the Store & Forward podcast, my new podcast with Zero Retries editor Steve Stroh. You can hear the audio versions in your favorite podcast app, or watch the video version, hosted at DLARC, naturally.

Digital Library of Amateur Radio & Communications is funded by a grant from Amateur Radio Digital Communications (ARDC) to create a free digital library for the radio community, researchers, educators, and students. If you have questions about the project or material to contribute, contact me at kay@archive.org.

DLARC want list: https://archive.org/details/dlarc-wantlist

Leave a comment

Share


ZR > BEACON

By Steve Stroh N8GNJ

Short mentions of Zero Retries Interesting items.

ARRL and Meshtastic Publicize the Fight to Save 902-928 MHz

ARRL Urges Protecting the Amateur Radio 902-928 MHz Band

The Federal Communications Commission (FCC) accepted for public comment a Petition for Rulemaking filed by NextNav Inc., a licensee in the 900-MHz Location and Monitoring Service (LMS), to completely reconfigure the 902-928 MHz band and replace the LMS with high-powered 5G cellular and related location services.

ARRL is preparing comments urging protection of existing and future amateur uses in this band. ARRL urges all amateurs to study the proposal and file their own comments describing their activities in this band and the expected effect of the proposed changes. The filing deadline is September 5, 2024. Replies to comments are due by September 20, 2024. Click here for a guide to filing comments.

Meshtastic's Opposition to Proposed Changes on 900 MHz Band

The Federal Communications Commission (FCC) is currently considering a proposal from NextNav that could drastically reshape the 900 MHz band. While this proposal may seem like just another routine reconfiguration, it has significant implications for a broad range of users, particularly those who rely on unlicensed spectrum for innovative, community-driven projects. At the heart of the debate lies the potential impact on open-source initiatives like Meshtastic, an open-source, decentralized communication platform that operates in the 900 MHz ISM band.

As a community, we are raising our voices in opposition to this proposal, and here’s why we believe it’s crucial for all stakeholders, especially amateur radio operators, tech enthusiasts, and public safety advocates, to understand the ramifications of this change.

Understanding the 900 MHz Band and Its Importance

The 900 MHz band is a critical piece of spectrum used for various applications, including industrial, scientific, and medical (ISM) purposes, as well as amateur radio. It’s a unique band that supports a wide array of technologies, from garage door openers and baby monitors to more advanced uses like Meshtastic’s decentralized communication networks.

Meshtastic leverages LoRa (Long Range) technology to facilitate long-distance communication without relying on centralized infrastructure. This capability is especially valuable in remote areas where traditional communication networks are either unavailable or unreliable. The proposal by NextNav threatens to disrupt this delicate balance by reallocating portions of the 900 MHz band, which could severely impact these unlicensed applications.

These two organizations representing non-commercial user communities are only the leading edge of what will likely be a tsunami of opposition to NextNav’s petition at the FCC, and the FCC’s Request for Comments - Docket 24-240. There are entire industries that have been built on using 902-928 MHz without the requirement of a license, and they’re “getting along” with the many competing users in 902-928 MHz… unlike NextNav. One prominent company that will almost certainly file comments is Amazon, which builds a neighborhood area network into their home devices, operating on 902-928 MHz (in the USA) called Amazon Sidewalk.

One primary argument I will be making is that NextNav knew the mixed environment and unusual rules when they bought their licenses in 902-928 MHz… and now want to change those rules.

There are already 150+ comments on Docket 24-240. There will be hundreds more, perhaps thousands in the next few weeks. But there’s a tight deadline:

  • Comment Period End Date: Sep 05, 2024

  • Reply to Comment Period End Date: Sep 20, 2024

I have started a small, private email list for those who are involved in Amateur Radio (including manufacturers, etc.) or closely related such as Meshtastic so that we can “cross fertilize” our comments to make the strongest case possible in opposition to NextNav with the FCC. Email me if you’d like to participate on that email list.


The M17 Project - Article by Ira Brodsky KC9TC

This great article - The M17 Project by Ira Brodsky KC9TC, mentioned in Zero Retries 0164 last week, is now available online via Digital Library of Amateur Radio & Communications (DLARC), and will be (hopefully soon - technical difficulties) on the M17 Project website.

This article originally appeared in the May, 2024 issue of RSGB RadCom Magazine. This article is Copyright © 2024 by RSGB and is reproduced with kind permission of the RSGB. If you’d like to get this issue of RadCom, or any other RSGB merchandise, the RSGB Shop is at https://www.rsgbshop.org/index.html.

My thanks to Ira Brodsky KC9TC for 1) writing such a great article that explains M17 so well, and 2) working things out with RSGB on behalf of the M17 community for RSGB to allow this article to be made publicly available.


NW Digital Radio’s DRAWS Going Back Into Production

Bryan Hoyer K7UDR of NW Digital Radio on the main@nw-digital-radio.groups.io email list:

Hi All,

DRAWS™ Goes on Backorder Discount Next Week, delivery Mid-September.

This will be the last run of 140 Units as we are moving to a new GPS Receiver.

We will be doing an update to the board and have created a new subgroup, Evolution, to discuss feature requests and new product ideas. Please join and share your input!

I’m a fan of NW Digital Radio not just because they’re a manufacturer of Zero Retries Interesting products from this region (Friday Harbor, Washington, USA), but because I know all of the principals including Silent Keyboard John Hays K7VE.

As a small electronics manufacturer, NW Digital Radio got hammered in the great components shortage of a few years ago, and I’m glad to see that they’re back to the point of resuming production. DRAWS is a cool data modem designed for use with Raspberry Pi computers, and includes support for two radios via standard 6-pin MiniDIN connectors, a 12V input which powered the modem and computer (with ample power margin), some analog IO channels, and an onboard GPS receiver with battery backup (for faster acquisition of GPS data compared to a cold start). NW Digital Radio was careful to design in full compatibility with higher speed modes like 9600 bps (and faster) when using Frequency Shift Keying (FSK) modulation.

But the best part of DRAWS… is the very cool case that NW Digital Radio had custom made for DRAWS:

Image courtesy of NW Digital Radio

There’s definitely going to be a “to do list” for DRAWS 2 (?); for example, the RPi 4 and RPi 5 have emerged while DRAWS was out of production, and those have some quirks not present with the Raspberry Pi 3 (which will remain in production for the foreseeable future).

The new Evolution group for NW Digital Radio is at https://nw-digital-radio.groups.io/g/Evolution.

I think I scored the coveted “first post” on the Evolution list! (Gosh I’m such a geek at times.)


Recommendation of Repeater Builder STM32_DVM for M17

Founding Member Annual Subscriber William Arcand W1WRA via email:

[I have been] playing with M17 very early on using various methods you recently outlined. Of course today I use my CS7000 M17 mostly, with a stm32-dvm connected to a FTM-6000’ 9600 baud data port. Setting deviation, etc is quicker and easier than some mmdvm modems in my opinion. I am not about to get rid of my mmvdm setups, but that stm32-dvm board is rock solid, and is now my “reference” setup.

I confirmed that the unit W1WRA mentions is manufactured by Repeater Builder - RB_STM32_DVM. That’s a great recommendation (especially since I also have a Yaesu FTM-6000R) as a foundation for one’s experiments with various M17 units. It’s so cool to keep hearing these reports about the Connect Systems CS7000 M17 portable radio that includes M17 out of the box (with the occasional firmware update).

Despite no mention of M17 on the RB_STM32_DVM product page, I’ll reprint this from the m17-users email list:

I just clarified in an email with Scott Zimmerman N3XCC of Repeater Builder, that their version of MMDVM, which they call RB_STM32_DVM V4 (latest) - https://www.repeater-builder.com/products/stm32-dvm.html does support all the same modes as the current MMDVM firmware:

  • D-Star

  • DMR

  • System Fusion

  • P25

  • NXDN

  • M17

  • POCSAG

  • AX.25

  • FM

IE, it’s just another MMDVM device.

The current verbiage on that web page omits

  • M17

  • POCSAG

  • AX.25

But those modes are supported by the V4 hardware, assuming the version of firmware loaded onto the unit is the latest.

Thus, there is “repeater grade” hardware, and more importantly documentation and support, available to add MMDVM support to many / most Amateur Radio FM repeater systems.

This is really good news for breathing life into tired old, increasingly unused Amateur Radio FM repeaters.


Rhizomatica Mercury Open Source HF Modem Public Demonstration

Peter Bloom on the ARDC Community email list:

Greetings from Rhizomatica.

With support from ARDC, we have been working on a software-defined modem called Mercury for quite a while and are excited to share two videos of it in action. Much more info to come, including tutorials.

Feel free to contact us with any comments or questions!

On the email list, I asked:

Could you outline the advantages of Mercury that you’ve been able to achieve to date that are better than competing HF modems?

There was quite a detailed, technical response to my question, and I’ll just provide some limited excerpts here. See the link for full details.

Here is Rafael, PU2UIT, working in the project. Right now we are demonstrating the physical layer, so you read and write from/to the modem just the raw frames (ready to be used, already error-corrected). Here are the frame sizes for each mode (frame size in "full" octets, in bits and the remaining data not byte aligned):

CONFIG_0 (84.841629 bps), frame_size: 12 Bytes / 100 bits / 4
non-byte-aligned bits

CONFIG_16 (5735.294118 bps), frame_size: 162 Bytes / 1300 bits / 4
non-byte-aligned bits

The following setup for each mode (
https://github.com/Rhizomatica/mercury/blob/eaff517be7ccbad07084e6ee8d6847d2ebda7a33/source/physical_layer/telecom_system.cc#L1347
):

CONFIG_0:
modulation BPSK
ldpc_rate 1/16

CONFIG_16:
modulation 32QAM
ldpc_rate 14/16

Our primary target is the sBitx, which is the radio we use in our deployments, but I'm carrying now tests with an ICOM IC-7100 to make sure everything is working with a more standard radio.

So far we're not comparing with other HF modems yet, as our ARQ code is not yet production, but already integrated with TNC commands mostly VARA compatible, just set the ports to 7002 (control port) and 7003 (data port). Indeed, I tested some VARA HF ARQ software we have (namely
https://github.com/Rhizomatica/hermes-net/tree/main/uucpd and
https://github.com/Rhizomatica/mercury-connector )
with Mercury and they worked (but expect some bugs in ARQ system at this point).

We aim to be able use free software in the HF solution we provide in our project. Right now we use VARA in our deployments. Our aim is that Mercury will be able to substitute VARA in our deployments. In replacement at first, then keep evolving. For example, right now we are testing Mercury in pre-production mode to be used for data broadcast in
carousel mode (using RaptorQ, code here:
https://github.com/Rhizomatica/hermes-broadcast
for emergency alerts and other small (or not so small) message broadcast. We'll deploy this version in Bangladesh, at fishing boats / for fishermen at Kuakata region at the Bengali bay.

A follow-on comment by Dan Cross:

This brings joy to my heart! I love to see UUCP used over HF.

Oh… I so agree with Cross about seeing UUCP used for Amateur Radio!

There’s additional interesting technical detail in the thread - I recommend reading the entire thing (not to mention subscribing to the ARDC Community email list).

It’s not only cool that they've been so hard at work on Mercury, but that their target for using it is the sBitx radio. A capable open source modem and data communications system running on an open source radio! Kudos to Rhizomatica for this work, and kudos to ARDC for funding this work by Rhizomatica!

Leave a comment

Share


Join the Fun on Amateur Radio

If you’re not yet licensed as an Amateur Radio Operator, and would like to join the fun by literally having a license to experiment with radio technology, check out
Join the Fun on Amateur Radio for some pointers.

Zero Retries Frequently Asked Questions (FAQs) — In development 2023-02.


Closing the Channel

In its mission to highlight technological innovation in Amateur Radio, promote Amateur Radio to techies as a literal license to experiment with radio technology, and make Amateur Radio more relevant to society in the 2020s and beyond, Zero Retries is published via email and web, and is available to everyone at no cost. Zero Retries is proud not to participate in the Amateur Radio Publishing Industrial Complex, which hides Amateur Radio content behind paywalls.

My ongoing Thanks to:

  • Tina Stroh KD7WSF for, well, everything!

  • Founding Members who generously support Zero Retries financially:
    Founding Member 0000 - Steven Davidson K3FZT (Renewed 2024)

    Founding Member 0002 - Chris Osburn KD7DVD (Renewed 2024)
    Founding Member 0003 - Don Rotolo N2IRZ (Renewed 2024)
    Founding Member 0004 - William Arcand W1WRA (Renewed 2024)
    Founding Member 0005 - Ben Kuhn KU0HN
    Founding Member 0006 - Todd Willey KQ4FID
    Founding Member 0007 - Merik Karman VK2MKZ
    Founding Member 0008 - Prefers to Remain Anonymous 14
    Founding Member 0009 - Prefers to Remain Anonymous 19
    Founding Member 0010 - Prefers to Remain Anonymous 39

  • Numerous Annual and Monthly subscribers who also generously support Zero Retries financially!

Want to Support Zero Retries?

  • The most effective way to support Zero Retries is to simply mention Zero Retries to your co-conspirators that are also interested in knowing more about technological innovation that is occurring in Amateur Radio and encourage them to become a fellow subscriber.

  • One particularly effective method of promoting Zero Retries is to add a mention of Zero Retries to your QRZ page (or other web presence) and include a link:

    https://www.zeroretries.org

  • If you’d like to financially support Zero Retries, becoming a paid subscriber is greatly appreciated and helps offset expenses incurred in publishing Zero Retries. Paid subscriptions for Zero Retries are entirely optional, as explained in this special issue of ZR:
    Zero Retries Administrivia - Activating Payment Options.

These blogs and newsletters regularly feature Zero Retries Interesting content:

These YouTube channels regularly feature Zero Retries Interesting content:

These podcasts regularly feature Zero Retries Interesting content:

Zero Retries is currently using the Substack email publishing platform to publish Zero Retries. It’s particularly suitable for small newsletters as you can get started for no cost.

If you’re reading this issue on the web and you’d like to see Zero Retries in your email Inbox every Friday afternoon, just click below to join 2000+ other subscribers:

Subscribe now

Please tell your co-conspirators about Zero Retries — just click:

Share Zero Retries

Offering feedback or comments for Zero Retries is equally easy — just click:

Leave a comment

If you’re a fellow smart person that uses RSS, there is an RSS feed for Zero Retries.

Social Media:

Zero Retries (N8GNJ) is on Mastodon — n8gnj@mastodon.radio — just click:

Zero Retries / N8GNJ on Mastodon

Zero Retries (N8GNJ) is also on Bluesky — @n8gnj — just click:

Zero Retries / N8GNJ on Bluesky

Email issues of Zero Retries are “instrumented” by Substack to gather basic statistics about opens, clicking links, etc.

More bits from Steve Stroh N8GNJ:

Thanks for reading!
Steve Stroh N8GNJ / WRPS598 (He / Him / His)
These bits were handcrafted (by a mere human, not an Artificial Intelligence bot) in beautiful Bellingham (The City of Subdued Excitement), Washington, USA, and linked to the Internet via Starlink Satellite Internet Access.

2024-08-16

Blanket permission is granted for TAPR to use any Steve Stroh content in Zero Retries for the TAPR Packet Status Register (PSR) newsletter (I owe them from way back).

Blanket permission is granted for Amateur Radio use of any Steve Stroh content in Zero Retries for Amateur Radio newsletters and distribution via Amateur Radio such as (but not limited to) Packet Radio Networks, Packet Radio Bulletin Board Systems, Repeater Nets, etc.

In such usage, please provide appropriate authorship credit for the content.

If you’d like to republish an article in this issue for other uses, just ask.

All excerpts from other authors or organizations, including images, are intended to be fair use. Unless otherwise noted in the article, there are no paid promotional items in any Zero Retries articles.

Portions Copyright © 2021, 2022, 2023, and 2024 by Steven K. Stroh.


Footnotes for this Issue

1

Sad to say, I’ve been too absorbed in Zero Retries and related projects like the recent attempt at hostile takeover of a majority of the US 902-928 MHz band to contribute my favorite examples of open source projects to the Open Source In Amateur Radio Wiki. But doing so is definitely “on the list”.

2

When I first wrote this, it was a gratuitous plug for my favorite 8-bit processor, the Motorola 6809 which was used in the Tandy / Radio Shack Color Computer series. But something nagged at me and I finally remembered that the 6809 was also used in the TAPR TNC-1, which, unfortunately, there is no good capsule description online to link to.

3

As an indication of how absurd things have become in “mainstream” Amateur Radio media, one primary Amateur Radio publication prefers to reprint tens of pages of archival material every month instead of promoting technological innovation in Amateur Radio. And, they hide what content they do publish behind a paywall, where only a small minority of Amateur Radio Operators worldwide will ever see that content.

4

For perspective, my watch isn’t the most advanced version (I’m… checkingsix generations behind the current model), and it also doesn’t have the optional cellular modem (AKA, the “Dick Tracy” option). Yet my watch… does video. Mind. Blown.

5

If I tried to describe this to my daughter, she’d probably say “Oh. Tuesday.” This stuff is “native” for her generation.

The K7RA Solar Update

With sunspot numbers and solar flux at times both above 300, recent daily space weather has been exciting for radio amateurs who watch the sun. We like higher activity because it correlates with a dense ionosphere, bringing with it better conditions on higher frequencies.

This extreme activity also comes with greater geomagnetic disturbance, which cause higher absorption of HF signals. 

For exa...

Logs 16 Aug 2024

By: uk dxer
16 August 2024 at 22:09
1620 2043 Radio King Kong. SINPO 44433.
1629 2012 Radio Blauwe Koe. SINPO 44433.
1636 2036 Radio Gouden Ster. SINPO 34433.
1647 2005 Radio Moonlight. SINPO 34433.
1656 2021 Radio Concorde. SINPO 34433.
3940 2055 Music Wave Radio. SINPO 44433.
5140 1815 Deltracks. SINPO 44433.
5795 1737 Misti Radio. SINPO 34433.
5880 2000 Radio Rock Revolution. SINPO 54444.
5940 1727 Radio Experience via Piepzender. SINPO 52442. //7405, co-ch VOA
5980 1720 Radio De Mi Amigo. SINPO 34433.
6060 1713 Radio Casanova. 44444.
6170 1750 Delta Radio. SINPO 55444.
6205 1732 Mike Radio. SINPO 54444.
6280 1742 Polka Radio. SINPO 34433.
6950 1808 New Dance Radio (tent). SINPO 34433.
7405 1725 Radio Experience via Piepzender. SINPO 55444.

POTA at Charles River State Reserve

16 August 2024 at 00:00

POTA Activation at the Charles River State Reserve

On a Friday afternoon in July I activated the Charles River State Reserve. This park stretches for 20 miles along the Charles River waterway from Boston upriver to Newton. There are several spots I could have activated but I decided to head into Allston near the Harvard Campus with my Elecraft KH1 Transceiver

Above is a view of my chosen spot off of Soldiers Field Road. I sat down in a folding camp chair with my KH1 and spent a pleasant afternoon sending Morse code.

This section of the Charles River has lots of activity. As you can see there were lots of geese and boaters enjoying the space.

The KH1 with the whip served nicely. You can see a map of the contacts I made above.

New exams documents published

The RSGB exams teams are pleased to release the exam reference documents for Syllabus 1.6 at Foundation, Intermediate and Full levels. You can find them on the Exam Forms page of the website. If you are taking an exam before 1 September 2024, please make sure you use the previous versions which will remain on the […]

VLF Earth Mode

Before my 2013 stroke, I enjoyed experimenting with VLF earth-mode, which anyone can enjoy. 

In the UK OFCOM is not interested in licencing this (and taking your money!), so anyone may make an earth-mode beacon. 

For the TX PA a low cost audio IC was used. It produced 4-5W.

Years ago I kept a blog of my exploits. I hope you can get some ideas here.

See https://sites.google.com/site/sub9khz/vlf-using-earth-mode/g3xbm-earth-mode-blog .

❌
❌