Skip to content

General coverage / Receive-only bands#21

Merged
KI3P merged 7 commits intoKI3P:mainfrom
dj2mg:general_coverage
Mar 23, 2026
Merged

General coverage / Receive-only bands#21
KI3P merged 7 commits intoKI3P:mainfrom
dj2mg:general_coverage

Conversation

@dj2mg
Copy link
Contributor

@dj2mg dj2mg commented Mar 22, 2026

This adds support for a "general coverage" receive-only bands. Adding more specific receive-only bands should be straight forward.

  • Adds a new band labelled "GEN"
  • Transmit is enabled for ham bands (that is all the previously existing bands) and disabled for receive-only bands (via the Mode state machine)
  • For receive-only bands a low pass filter is selected based on the tuned frequency; no change for ham bands (it appears to be fixed for ham bands)

@KI3P
Copy link
Owner

KI3P commented Mar 22, 2026

Thank you very much for the pull request, Michael!

I wrestled with the question of whether to disable transmitting out-of-band. The arguments against it are:

  • If you travel with your radio between ITU zones, but aren't able to update the software with the new band edges, then you might not be able to transmit at legal frequencies in your new zone.
  • In cases of emergency, radio amateurs are permitted to transmit at any frequency necessary to secure help. This is the case in the US, at least -- it may be different elsewhere.

In the end, I felt that it was the responsibility of the operator to use their equipment in a compliant way and decided to not restrict the transmit frequency. What do you think about this?

[Edit]: Upon testing, I see that this version of the code still allows transmitting out-of-band when a ham band is selected -- it's only when GEN band is selected that transmit is disabled. This makes sense to me.

@KI3P
Copy link
Owner

KI3P commented Mar 22, 2026

The code updates the LPF selection as you tune around the bands when in the new GEN receive-only mode. It leaves the BPF in bypass mode.

However, the LPF filter is not in the receive signal path, so this does not affect the received signal:

image

If you want to have an effect on the received signal quality, you need to switch the BPF instead of the LPF.

@dj2mg
Copy link
Contributor Author

dj2mg commented Mar 22, 2026

Hi Oliver. You are right about the low pass filters. I looked at the schematic, but somehow didn't see it, until you pointed it out.

@KI3P KI3P merged commit 8107bab into KI3P:main Mar 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants