I checked into simplex net west again.
FM Bandstop Filter
I posted to Facebook and got lots of discussion about the FM bandstop filter.
When I started adding better external antennas, I could reach further (tx and rx**, but I also found that some VHF frequencies got much worse. It turned out I was overloading the receiver with the strong FM broadcasts in my area and increased sensitivity of the better antenna. I found a bandstop filter helped bring back those signals I was losing.
[Read More]
NUNU Firmware UV-K5 & K6
I’ve installed the NUNU fork of the egzumer firmware on the uv-k6. It has a cool channel spectrum analyzer for super-fast scanning that can see all the active channels at once in the graph. There’s no good way to proceed to the next channel, but that’s not a huge problem.
The firmware also includes some unneeded “NUNU” mesh messaging protocol.
Morning Grind & Bandstop
I checked into the Morning Grind on K3IR today. The questions was: plans for solar eclipse? I transmitted successfully through the FM bandstop filter from rtl-sdr.com. The filter has helped immensely to hold 2m signals with sensitive external antenna.
Travel and Scanning
I took the Amtrak from Lancaster to Pittsburgh to visit Marie. In down times, I scanned with the spectrum analyzer on my UV-K5.
Rail
On the train, I scanned the rail frequencies, 159MHz-162MHz. I could hear some chatter about the Norfolk Southern freight trains in our way, and I heard the automated messages reporting clear track conditions.
CMU Buggy Net
Scanning the entire 2m band on Saturday morning, I heard the radio club kids running their regular net that supports buggy practices.
SPARC Member Meeting - 2024-03-26
I attended the SPARC member meeting tonight and heard about lots of interesting plans. They have some fun events coming up, like a fox hunt, some antenna building to prepare for the fox hunt, and even some POTA outings. They’ll also start planning for field day.
The main presentation was about the recent Dry Tortugas DXpedition.
I went home and sent my member application right away.
985 Workbench Net - 2024-03-25
I failed to check-in do to RF issues, but my summary is still good.
My Week in Amateur Radio
- Antenna movement
- Trying my dipole antennas in new places
- hanging dipole in back yard
- still getting debilitating interference over 985
- 21 and k3ir coming in pretty good
- Restrung the EFRW antenna for HF
- a little higher, straighter in the tree
- It’s great fun to throw wires and strings in trees
- Trying my dipole antennas in new places
- Overload on UV-K5 with better antennas
- UV-K5 & UV-K6 for comparison - not broken
- Balance antenna location good enough but not too good
- Going to try a bandstop filter, but not sure about transmitting through it
- Love the firmware options on Quansheng radios, but do I need a better radio?
- It kills me that I’m so marginal for accessing my favorite repeaters.
- Modifying params database on xiegu x6100
- Now shows me accurate bands and privileges, so i won’t accidentally wander beyond my privileges.
- Modified the source code and rebuilt the database from my source
- I picked up an Evolve 3 laptop that runs on 12v
- Getting linux installed on it
- Still learning CW
- 20wpm
- It’s so difficult to stay focused copying at 20wpm even for 1 minute
21 Tech Net - 2024-03-24
I think I was having antenna trouble, so I couldn’t check in. I only listened.
- KA3TKW has digipeaters
- 145.010 FM digipeater
- 28.105 USB digipeater
- packet radio is free
- FM satellites that are easy to use
- ISS
- packet digipeater
- voice
- 10:35pm good pass
- SO-50
- ISS
- Look into digi-pi
Adjusting Bands on R1CBU
I updated the bands on my X6100 running R1CBU to follow the US band plan/privileges:
- Clone source: https://github.com/strijar/x6100_gui
- Update
sql/bands_ham.csvto break bands by plan and privileges for US - Update
sql/params.sqlto not importband_params.csv, but to instead build it from thebandstable - Rebuild the db:
sqlite3 params.db < params.sql - Copy the new
params.dbto theDATApartition of the SD card
Rebuilding the database loses all your settings on the radio, so you have to put those back, but I can now see where the general privileges start and end on each band.
[Read More]R1CBU 0.20.1
I updated my X6100 to
R1CBU 0.20.1.
Oleg provided a tgz
with only the updated files,
so I dropped the file into /DATA partition,
started up the radio,
and it unpacked the update.
The tgz contained the x6100_ui binary and params.db.
This can be an interesting way to make my own updates without needing
to know how to rebuild the entire image.
I see the changes applied to his
x6100_gui github repo,
so I know that’s a good base
for making future changes.
Learning to do make updates is interesting, because the original maintainer, Oleg, is likely done updating this firmware in favor of building his own radio in the image of the X6100. He’s frustrated trying to get help and documentation from Xiegu. I run the R1CBU firmware full-time.