<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>g7kse.co.uk – Blog</title><link>http://g7kse.co.uk/blog/</link><description>Recent content in Blog on g7kse.co.uk</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sat, 28 Sep 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://g7kse.co.uk/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>4m Flowerpot antenna</title><link>http://g7kse.co.uk/blog/4m_flowerpot/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/4m_flowerpot/</guid><description>
&lt;p>A little job thats been hanging around is an antenna that is essentially portable but not necessarily tiny for the 4m band. As usual a flowerpot is my standard. So a bit of designing was done to mock up what an antenna might look like. So here is is&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/flowerpot.png#centre" alt="Flowerpot" loading="lazy" />&lt;/p>
&lt;p>Its not exactly &amp;lsquo;fine tuned&amp;rsquo; as there are some parts that just don&amp;rsquo;t work at the moment. I&amp;rsquo;ve used a fairly heavy GRP tube for the radiating part and its just&amp;hellip;too heavy. Perhaps some king of rod would be better that could be broken down into smaller rucksack size lengths with a clip or some arrangement that holds the cable.&lt;/p>
&lt;p>Plenty to play about with and it sort of works. So good fun to try these things out&lt;/p></description></item><item><title>A kindle as a TRMNL?</title><link>http://g7kse.co.uk/blog/trmnl/</link><pubDate>Tue, 12 May 2026 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/trmnl/</guid><description>
&lt;p>I&amp;rsquo;ve been hankering after a &lt;a href="https://trmnl.com/"target="_blank" rel="noopener">TRMNL&lt;/a> for a little while but never got round to getting one. Other stuff got in the way. I also owned a Nook ereader a while ago, but that went to the great ewaste container in the sky. So here&amp;rsquo;s me search the house for an ereader because I had found a couple of ebooks to read. I found 2. A really old Kindle, the ones with the keyboards and an original kindle touch (7th generation).&lt;/p>
&lt;p>So, the kindle with a keyboard and page turning buttons became the one I read the book on. The other was ripe for farting around with. What I actually mean to say is wasting hours of time on. So here&amp;rsquo;s the plan&amp;hellip;&lt;/p>
&lt;p>✅ Jailbreak it&lt;br>
✅ See if I can muster a crappy little application for it&lt;br>
✅ Spend hours &amp;lsquo;researching&amp;rsquo; (see also going doing interwebrabbitnetholes)&lt;br>
✅ Turn it into a tighwads TRMNL&lt;/p>
&lt;p>Mission accomplished! End of post ☺️&lt;/p>
&lt;h3>What did I do?&lt;span class="hx:absolute hx:-mt-20" id="what-did-i-do">&lt;/span>
&lt;a href="#what-did-i-do" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h3>&lt;p>There are plenty of sites that tell you how to Jailbreak these things. The crucial this is to know what the serial number is so you can confirm the model, so it&amp;rsquo;ll ]give you have a chance of completing the job before you draw your pension&lt;/p>
&lt;ol>
&lt;li>&lt;a href="https://kindlemodding.org/jailbreaking/"target="_blank" rel="noopener">Kindle Modding&lt;/a> was the guide I used&lt;/li>
&lt;li>Find out your model from &lt;a href="https://en.bookfere.com/post/kindle-serial-number-lookup-model-identification.html"target="_blank" rel="noopener">this webiste&lt;/a>&lt;/li>
&lt;li>The Kindles MAC address - Handy later but not crucial&lt;/li>
&lt;/ol>
&lt;p>Give yourself a good few hours - whilst all the steps seemed to work, when I got to one of the crucial parts something wasn&amp;rsquo;t right with my install and it all went in circles. Lots of circles. Just follow the guide and eventually it &amp;lsquo;should&amp;rsquo; work.&lt;/p>
&lt;p>Next up things started to go all techtastic. I have a server of sorts, its just a Raspberry Pi running &lt;a href="https://dietpi.com/"target="_blank" rel="noopener">Dietpi&lt;/a>. But I&amp;rsquo;ve set it up with Docker and Portainer. I half know what I&amp;rsquo;m doing if the job is pretty painless.&lt;/p>
&lt;p>So I logged into Portainer and created a new Stack abd used the Docker script thing for the &lt;a href="https://github.com/usetrmnl/larapaper"target="_blank" rel="noopener">LaraPaper&lt;/a>. I tried Terminus (the TRMNL default server) but it really didn&amp;rsquo;t work for me. Maybe it was my machine but several hours were gone trying to fix stuff. Binned it!&lt;/p>
&lt;p>The Docker script has a crucial extra bit. Teh site didn&amp;rsquo;t render correctly for me so the ENVIRONMENT VARIABLE &lt;code>FORCE_HTTPS=1&lt;/code> needed to be added&lt;/p>
&lt;div class="hextra-code-block hx:relative hx:mt-6 hx:first:mt-0 hx:group/code">
&lt;div>&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-yaml" data-lang="yaml">&lt;span class="line">&lt;span class="cl">&lt;span class="nt">services&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">app&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">image&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">ghcr.io/usetrmnl/larapaper:latest&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">ports&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="s2">&amp;#34;4567:8080&amp;#34;&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">environment&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="c"># Generate the APP_KEY with `echo &amp;#34;base64:$(openssl rand -base64 32)&amp;#34;`&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">APP_KEY=base64:YOUR KEY HERE=&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="c"># Base URL of the application&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">APP_URL=YOUR URL HERE&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">FORCE_HTTPS=1&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">PHP_OPCACHE_ENABLE=1&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">TRMNL_PROXY_REFRESH_MINUTES=15&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">DB_DATABASE=database/storage/database.sqlite&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">volumes&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">database:/var/www/html/database/storage&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>- &lt;span class="l">storage:/var/www/html/storage/app/public/images/generated&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">restart&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w"> &lt;/span>&lt;span class="l">unless-stopped&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w">&lt;/span>&lt;span class="nt">volumes&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="nt">database&lt;/span>&lt;span class="p">:&lt;/span>&lt;span class="w">
&lt;/span>&lt;/span>&lt;/span>&lt;span class="line">&lt;span class="cl">&lt;span class="w"> &lt;/span>&lt;span class="l">storage:&lt;/span>&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;/div>&lt;div class="hextra-code-copy-btn-container hx:opacity-0 hx:transition hx:group-hover/code:opacity-100 hx:flex hx:gap-1 hx:absolute hx:m-[11px] hx:right-0 hx:top-0">
&lt;button
class="hextra-code-copy-btn hx:group/copybtn hx:cursor-pointer hx:transition-all hx:active:opacity-50 hx:bg-primary-700/5 hx:border hx:border-black/5 hx:text-gray-600 hx:hover:text-gray-900 hx:rounded-md hx:p-1.5 hx:dark:bg-primary-300/10 hx:dark:border-white/10 hx:dark:text-gray-400 hx:dark:hover:text-gray-50"
title="Copy code"
aria-label="Copy code"
data-copied-label="Copied!"
>
&lt;div class="hextra-copy-icon hx:group-[.copied]/copybtn:hidden hx:pointer-events-none hx:h-4 hx:w-4">&lt;/div>
&lt;div class="hextra-success-icon hx:hidden hx:group-[.copied]/copybtn:block hx:pointer-events-none hx:h-4 hx:w-4">&lt;/div>
&lt;/button>
&lt;/div>
&lt;/div>
&lt;p>Once the service is up and running you need to find your sever in the browser &lt;code>https//:IP ADDRESS:4567&lt;/code> should do it. Log yourself in and what I did was turn on &amp;ldquo;Permit Auto Join&amp;rdquo; in the top right hand corner.&lt;/p>
&lt;p>Now this bit was a bit of a mystery, before I knew it there were loads of versions of my Kindle in the list. before I did anything else I turned off &amp;ldquo;Permit Auto Join&amp;rdquo; then deleted all but the last one.&lt;/p>
&lt;p>So in theory your Kindle is on the Larapaper books, but your Larapaper isn&amp;rsquo;t on your kindles books. You&amp;rsquo;ve 2 options here that I tried. The first is the &lt;a href="https://github.com/usetrmnl/trmnl-kindle"target="_blank" rel="noopener">TRMNL kindle extension&lt;/a>. Just couldn&amp;rsquo;t get it to work. After several hours of trying this and that I gave up. perhaps it was a simple fix but I just kept getting JSON errors. So switched my attention to KOReader (which I installed as part of the jailbreak game). There is a &lt;a href="https://github.com/usetrmnl/trmnl-koreader"target="_blank" rel="noopener">plugin for it&lt;/a>&lt;/p>
&lt;p>&lt;em>BLAMMO&lt;/em> It worked.&lt;/p>
&lt;p>So that left me with some time to muck about and work out what I wanted to see. I guess this took a lot longer than it perhaps could have but easy half day including the farting about. More competent people could take less time. But my shortcuts are&amp;hellip;&lt;/p>
&lt;ol>
&lt;li>Jailbreak&lt;/li>
&lt;li>Install KOReader&lt;/li>
&lt;li>Install LaraPaper in a container&lt;/li>
&lt;li>Install the KOReader plugin&lt;/li>
&lt;/ol>
&lt;p>Enjoy - I spend too long doing stuff so you don&amp;rsquo;t have to&lt;/p></description></item><item><title>UKAC Antenna</title><link>http://g7kse.co.uk/blog/ukac_antenna/</link><pubDate>Tue, 03 Feb 2026 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/ukac_antenna/</guid><description>
&lt;p>When the family was younger I had a bit more free time so used to go out on a Tuesday evening and play at being a contester on VHF. I enjoyed the contests because it was a bit of fun. I didn&amp;rsquo;t really care about the place on the leaderboard, just a bit of fun. As the kids went to more and more clubs and after school stuff my evenings were spent doing other things. Now they are pretty much grown up the demand is less and I&amp;rsquo;m not a fan of Netflix.&lt;/p>
&lt;p>So, over christmas I spent an hour or so on the top of the hill at Sandwidth with the FT817 and Sotabeams SB270 antenna, this time on 70cms and it reminded me of how much I enjoyed it. So I thought I&amp;rsquo;d rekindle the idea of a better (read longer) antenna for portable use.&lt;/p>
&lt;p>The &lt;a href="https://www.qsl.net/dk7zb/start1.htm"target="_blank" rel="noopener">DK7ZB antenna pages&lt;/a> have given me loads of ideas in the past but only a few actual makes. This time I have planned out what I call the &amp;lsquo;common boom&amp;rsquo; VHF/UHF antenna. I wanted the same idea as the SB270 i.e. a beam drilled with multiple holes for both 2m and 70cm. teh design has sort of started so its worth sharing a bit of the progress. Working idea is a 5 element 2m and 9 element 70cm beam with a common feed. All the dimensions are on the ultralight section of DK7ZB&amp;rsquo;s website so it should, in theory just be a mechanical job to design it all :-)&lt;/p></description></item><item><title>HF Packet radio</title><link>http://g7kse.co.uk/blog/packet/</link><pubDate>Sun, 04 Jan 2026 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/packet/</guid><description>
&lt;p>A little christmas project for me has been to have &amp;lsquo;proper&amp;rsquo; go at HF packet. One of the things that was seeming to make it harder that is should was the IC7300 just wouldn&amp;rsquo;t transmit consistently. One day it would work and another day it couldn&amp;rsquo;t be bothered. For posterity here are the setting on QtSoundModem that worked when it was in FT8 &amp;ldquo;mode&amp;rdquo;.&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/packet_devices.png#centre" alt="QtSoundModem Devices" loading="lazy" />&lt;/p>
&lt;p>A few partial and one total reset later and checking all the settings in the connections menu (and on QtSoundModem) and its all working nicely. The only issue with HF is its a bit easily upset by the sun. This, and it is outstandingly slow has been a bit of a pain. But, leaving it for a bit and some traffic appeared.&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/packet_monitor.png#centre" alt="QtSoundModem Monitor" loading="lazy" />&lt;/p>
&lt;p>With this all happening nicely I attempted to connected to an EI node that was pretty much un-obscured by land. And to my surprise to connected first time&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/EI5IYB.png#centre" alt="QtTermTCP Connect" loading="lazy" />&lt;/p>
&lt;p>And digging around I get this..an old school news thread. Nice!&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/packet_news.png#centre" alt="QtTermTCP News" loading="lazy" />&lt;/p>
&lt;p>So, with a bit of success I started out to specify up anode for myself. A Nino TNC has been ordered from &lt;a href="https://www.hamserve.uk/tarpn-ninotnc-n9600a/"target="_blank" rel="noopener">HamServe&lt;/a> and I&amp;rsquo;ve started building a LinBPQ based node. At some point I&amp;rsquo;ll pull all this together into a node, probably on 2m, with an attempt to make all this join up with the GI nodes across the Irish Sea. Although it&amp;rsquo;ll probably be a while before it all gets sorted out as LinBPQ seems to be messing me around quite a bit.&lt;/p></description></item><item><title>52 Week Challenge</title><link>http://g7kse.co.uk/blog/52week/</link><pubDate>Mon, 27 Oct 2025 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/52week/</guid><description>
&lt;p>Rather than have 1 post per week, I will be posting a weekly update on my progress in the &lt;a href="https://hamchallenge.org/"target="_blank" rel="noopener">52 Week Challenge&lt;/a>.&lt;/p>
&lt;p>✅ is done
🚧 is work in progress
❌ is not started&lt;/p>
&lt;p>End of Year Totals&lt;/p>
&lt;p>✅ 43
🚧 3
❌ 6&lt;/p>
&lt;p>Not too bad, perhaps missed a few opportunities but i wouldn&amp;rsquo;t have done half the stuff I might have done if it wasn&amp;rsquo;t for the challenge.&lt;/p>
&lt;h4>Week 1 - Design a QSL card ✅&lt;span class="hx:absolute hx:-mt-20" id="week-1---design-a-qsl-card-">&lt;/span>
&lt;a href="#week-1---design-a-qsl-card-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Job done. The QSL card on the front page is mine&amp;hellip;ordered some and so I&amp;rsquo;ll have to use them now. The JoyPlot is the bit I&amp;rsquo;m keen on as it comes from the Joy Division album &lt;a href="https://en.wikipedia.org/wiki/Unknown_Pleasures"target="_blank" rel="noopener">Unknown Pleasures&lt;/a> which was done by &lt;a href="https://en.wikipedia.org/wiki/Peter_Saville_%28designer%29"target="_blank" rel="noopener">Peter Saville&lt;/a>. There&amp;rsquo;s a subtle red dot for the QTH and the font is &lt;a href="https://www.dafont.com/acid.font"target="_blank" rel="noopener">Acid&lt;/a> and the logo&amp;rsquo;s were just turned into single colour ones as opposed to multiple colours.&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/qsl.png#centre" alt="QSL card" loading="lazy" />&lt;/p>
&lt;h4>Week 2 - NCDXF Beacon Listening ✅&lt;span class="hx:absolute hx:-mt-20" id="week-2---ncdxf-beacon-listening-">&lt;/span>
&lt;a href="#week-2---ncdxf-beacon-listening-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Another successful week. I hooked up the IC7300 to Mrs G7KSE&amp;rsquo;s laptop (she wasn&amp;rsquo;t impressed) to &lt;a href="https://www.dxatlas.com/Faros/"target="_blank" rel="noopener">Faros&lt;/a> and let it do it&amp;rsquo;s thing with the attic antennas. None of which are ideal for beacon monitoring. However the results were really surprising. Stuff that I thought I wouldn&amp;rsquo;t hear came through quite clear. A typical plot is below.&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/P-2025-01-09.gif#centre" alt="Faros plot" loading="lazy" />&lt;/p>
&lt;h4>Week 3 - Make a contact with a different continent on 80m or 160m 🚧&lt;span class="hx:absolute hx:-mt-20" id="week-3---make-a-contact-with-a-different-continent-on-80m-or-160m-">&lt;/span>
&lt;a href="#week-3---make-a-contact-with-a-different-continent-on-80m-or-160m-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>This is going to be hard. Not because of anything weird, just I don&amp;rsquo;t have an 80m or 160m antenna. But, this did coincide with our fortnightly &lt;a href="http://mx0wrc.org"target="_blank" rel="noopener">radio club&lt;/a> meet up and a decent bit of propagation and a contact in European Russia at 1285km. Not quite intercontinental but closer than I&amp;rsquo;ve been before.&lt;/p>
&lt;h4>Week 4 - Research the history of your callsign ✅&lt;span class="hx:absolute hx:-mt-20" id="week-4---research-the-history-of-your-callsign-">&lt;/span>
&lt;a href="#week-4---research-the-history-of-your-callsign-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Pretty boring this one for me. I&amp;rsquo;m the only owner and I&amp;rsquo;ll be keeping it for life. The only interesting part is that there aren&amp;rsquo;t that many G7&amp;rsquo;s. That part was reserved for those who didn&amp;rsquo;t sit the morse test and were confined to above 30MHz. Fine by me at the time. Packet was more interesting as was SWL&amp;rsquo;ing.&lt;/p>
&lt;h4>Week 5 - Update your profile on QRZ.com, HamQTH.com, etc. ✅&lt;span class="hx:absolute hx:-mt-20" id="week-5---update-your-profile-on-qrzcom-hamqthcom-etc-">&lt;/span>
&lt;a href="#week-5---update-your-profile-on-qrzcom-hamqthcom-etc-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>So I keep QSL pretty much up to date. But this website is another thing altogether. So the plan is to do a minor edit to QRZ and a focus on moving all the content that sits in all sorts of places onto this. thats a bit more useful I think.&lt;/p>
&lt;h4>Week 6 - Enter a contest ✅&lt;span class="hx:absolute hx:-mt-20" id="week-6---enter-a-contest-">&lt;/span>
&lt;a href="#week-6---enter-a-contest-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I do this infrequently, not because I&amp;rsquo;m keen to score points but for short ones of an hour or so I kind of enjoy it. I&amp;rsquo;ve dipped in and out of CWT for a while but really wanted to give UKAC another go. I did it quite a bit when the kids were younger but I&amp;rsquo;ve not done it for a while&amp;hellip;.so close to a CW contact. Might have to go and do it again if kid transport isn&amp;rsquo;t on.&lt;/p>
&lt;h4>Week 7 - Where are the DXpeditions ✅&lt;span class="hx:absolute hx:-mt-20" id="week-7---where-are-the-dxpeditions-">&lt;/span>
&lt;a href="#week-7---where-are-the-dxpeditions-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Probably not one to tax many people. &lt;a href="https://www.dx-world.net/"target="_blank" rel="noopener">DXWorld&lt;/a> has the list. I just never really get to contact them . Can&amp;rsquo;t be bothered with the bear garden antics for this kind of contact. We&amp;rsquo;ll have this one as is I think.&lt;/p>
&lt;h4>Week 8 - Encourage someone to take their ham radio license exam ✅&lt;span class="hx:absolute hx:-mt-20" id="week-8---encourage-someone-to-take-their-ham-radio-license-exam-">&lt;/span>
&lt;a href="#week-8---encourage-someone-to-take-their-ham-radio-license-exam-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I might have to come back to this. Whilst i&amp;rsquo;ve done it in the past and to be honest I don&amp;rsquo;t know if that person is active at all, I have been more effective in introducing people to extra parts of the hobby. Like APRS, CW and stuff like SOTA. I still want to do the challenge but I&amp;rsquo;ll need to find the right person. GD4OFB now back in the game! Well done Richard&amp;hellip;&lt;/p>
&lt;h4>Week 9 - Try to work an FM repeater on 10m ✅&lt;span class="hx:absolute hx:-mt-20" id="week-9---try-to-work-an-fm-repeater-on-10m-">&lt;/span>
&lt;a href="#week-9---try-to-work-an-fm-repeater-on-10m-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Lucky me, on the first attempt when I was at home I tuned into the VE3MMX repeater. Not really expecting to work anyone, but it came in very strong and I made a couple of east coast contacts with it. I checked back a day or so later, having posted my boast on Mastodon only to find that it was inaudible. Just lucky I guess and I&amp;rsquo;ve not heard it since!&lt;/p>
&lt;h4>Week 10 - Listen to an amateur radio satellite ✅&lt;span class="hx:absolute hx:-mt-20" id="week-10---listen-to-an-amateur-radio-satellite-">&lt;/span>
&lt;a href="#week-10---listen-to-an-amateur-radio-satellite-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Another straightforward one for me. SO-50 is an absolute bear garden at times so I listened rather than tried to transmit. Over the last few years I&amp;rsquo;ve tried to TX on it only to find it a bit of a pain, so give up quickly. So to expand this a little I assembled the Satellite dish I have in the garage and tried to listen to Oscar-100 with the LNB and RTL-SDR i have. Not a peep, so went round a friends to test it all on his permanent setup. Well it all worked fine. Just can&amp;rsquo;t seem to get it to work at home. Which is a shame. More to come on that I&amp;rsquo;m sure.&lt;/p>
&lt;h4>Week 11 - Receive a weather satellite image ✅&lt;span class="hx:absolute hx:-mt-20" id="week-11---receive-a-weather-satellite-image-">&lt;/span>
&lt;a href="#week-11---receive-a-weather-satellite-image-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>All this a satellite stuff. Dead easy, especially with &lt;a href="www.satnogs.org">SatNOGS&lt;/a> giving easy access to the APT satellites. To progress this a bit further I looked to improve my Wefax setup and failed at that. Although I have picked it up again and had some much better images using different software.&lt;/p>
&lt;h4>Week 12 - Make a contact with an &amp;ldquo;unusual&amp;rdquo; antenna ❌&lt;span class="hx:absolute hx:-mt-20" id="week-12---make-a-contact-with-an-unusual-antenna-">&lt;/span>
&lt;a href="#week-12---make-a-contact-with-an-unusual-antenna-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Going to come back to this one. I don&amp;rsquo;t have a suitable tuner at the moment and don&amp;rsquo;t want to kill off any PA, even if it is a rubbish rig. So will come back to this when I get a new toy.&lt;/p>
&lt;h4>Week 13 - Make a QSO from an unusual location and post a picture! ✅&lt;span class="hx:absolute hx:-mt-20" id="week-13---make-a-qso-from-an-unusual-location-and-post-a-picture-">&lt;/span>
&lt;a href="#week-13---make-a-qso-from-an-unusual-location-and-post-a-picture-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I&amp;rsquo;ve done this a few times but need to to make this really unusual.The weather hasn&amp;rsquo;t been ideal so I will probably need to figure something out as a SOTA summit or something that I call /p isn&amp;rsquo;t quite unusual enough.&lt;/p>
&lt;h4>Week 14 - Implement and describe a backup solution for your ham radio log ✅&lt;span class="hx:absolute hx:-mt-20" id="week-14---implement-and-describe-a-backup-solution-for-your-ham-radio-log-">&lt;/span>
&lt;a href="#week-14---implement-and-describe-a-backup-solution-for-your-ham-radio-log-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I&amp;rsquo;m not overly fussed about my log book. I use &lt;a href="https://github.com/foldynl/QLog"target="_blank" rel="noopener">QLog&lt;/a> for logging when at home and mixture of paper and phone logging apps for when out xOTA. In the end the logs end up back in QLog. This programme does the backup for me and the adif is also syncronised to a NAS. If I lose it all I won&amp;rsquo;t worry too much. There&amp;rsquo;s plenty of opportunity to look to the future rather than the past.&lt;/p>
&lt;h4>Week 15 - Monitor a transmission and take notes of the field strength ✅&lt;span class="hx:absolute hx:-mt-20" id="week-15---monitor-a-transmission-and-take-notes-of-the-field-strength-">&lt;/span>
&lt;a href="#week-15---monitor-a-transmission-and-take-notes-of-the-field-strength-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Still need to do this formally, however the simple response would be that I look ast MSF and DCF VLF transmissions regularly to see how things are going, which antenna works best and to basically listen to the beeps. Caught up and made some sensible measurements using a data mode (FreeDV)&lt;/p>
&lt;h4>Week 16 - Make a contact with a xOTA station ✅&lt;span class="hx:absolute hx:-mt-20" id="week-16----make-a-contact-with-a-xota-station-">&lt;/span>
&lt;a href="#week-16----make-a-contact-with-a-xota-station-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I&amp;rsquo;ve been &amp;lsquo;doing&amp;rsquo; &lt;a href="https://www.sota.org.uk/"target="_blank" rel="noopener">SOTA&lt;/a> and &lt;a href="https://www.wota.org.uk/"target="_blank" rel="noopener">WOTA&lt;/a> for a long time now. Over a decade, so I have a few contacts to draw on. But for this I did a microwave activation on &lt;a href="https://sotl.as/summits/G/LD-012"target="_blank" rel="noopener">High Stile&lt;/a> and managed 5 QSO&amp;rsquo;s before moving to other bands. 13cm was the band I used to qualify the summit and I found out that these QSO&amp;rsquo;s need to be first in the log for the SOTA database to recognise them as a &amp;lsquo;microwave&amp;rsquo; activation. Something I&amp;rsquo;d not done in the past.&lt;/p>
&lt;h4>Week 17 - Which VHF/UHF repeater is closest to your location? ✅&lt;span class="hx:absolute hx:-mt-20" id="week-17---which-vhfuhf-repeater-is-closest-to-your-location-">&lt;/span>
&lt;a href="#week-17---which-vhfuhf-repeater-is-closest-to-your-location-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Closest is GM3MX, best signal is GB3GD on the IoM. Despite MX being just a few miles away we are the opposite side of a hill, so very low signal at my end. I can access through a MMDVM but don&amp;rsquo;t tend to. So maybe I should try and build a longer term solution that has a MMDVM hat running all the time.&lt;/p>
&lt;h4>Week 18 - Make a QSO in one digital voice mode ✅&lt;span class="hx:absolute hx:-mt-20" id="week-18---make-a-qso-in-one-digital-voice-mode-">&lt;/span>
&lt;a href="#week-18---make-a-qso-in-one-digital-voice-mode-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Back to the MMDVM hat here. I do have CFM on the home VHF rig and have only had a handful of QSO&amp;rsquo;s on it, most of which were through repeaters, I don&amp;rsquo;t think these count. Alternatively I used LoRa APRS TXRX for general xOTA tracking, so that counts as well.&lt;/p>
&lt;h4>Week 19 - Simulate an antenna ✅&lt;span class="hx:absolute hx:-mt-20" id="week-19---simulate-an-antenna-">&lt;/span>
&lt;a href="#week-19---simulate-an-antenna-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>The MMGAL software takes a bit of getting used to. I simulated my favourite flowerpot antenna to test against a known result. It was a bit squiffy to say the least. Dipoles and other stuff was a basic ask, some of the more complicated ones must have geometries that this software isn&amp;rsquo;t keen on.&lt;/p>
&lt;h4>Week 20 - Decode the RTTY transmission of DWD on 10101 kHz ✅&lt;span class="hx:absolute hx:-mt-20" id="week-20---decode-the-rtty-transmission-of-dwd-on-10101-khz-">&lt;/span>
&lt;a href="#week-20---decode-the-rtty-transmission-of-dwd-on-10101-khz-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I need to remember this&amp;hellip;FLdigi settings are 450Hz shift, 50 bd, 5N1. Simple reception.
&lt;img src="http://g7kse.co.uk/img/DWD.png#centre" alt="DWD" loading="lazy" />&lt;/p>
&lt;h4>Week 21 - Create a GNU Radio flowgraph ✅&lt;span class="hx:absolute hx:-mt-20" id="week-21---create-a-gnu-radio-flowgraph-">&lt;/span>
&lt;a href="#week-21---create-a-gnu-radio-flowgraph-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Wow, I think I&amp;rsquo;ve done this in the past but really couldn&amp;rsquo;t remember doing it. I ended up following a tutorial and in about 15 minutes and not quite adding in the right value in one block (Ooops - The output was OoOoOoOoOoO etc) it all worked. An RTL-SDR is now playing a local FM radio station. amazing!&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/gnu_radio.png#centre" alt="GNU_Radio Flowgraph" loading="lazy" />&lt;/p>
&lt;h4>Week 22 - Simulate an electric circuit 🚧&lt;span class="hx:absolute hx:-mt-20" id="week-22---simulate-an-electric-circuit-">&lt;/span>
&lt;a href="#week-22---simulate-an-electric-circuit-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Ok so this one will be a bit of work in progress. I think I want to build a bandpass filter for either my APRS LoRa station or my Meshtastic one, just to see if it improves things. But this will need a bit more research I think as normal HF type filtering probably isn&amp;rsquo;t the right thing, so maybe its not a great one for the first circuit. Either way I&amp;rsquo;ll be using the recommended &lt;a href="https://www.circuitlab.com/"target="_blank" rel="noopener">CircuitLab&lt;/a>&lt;/p>
&lt;h4>Week 23 - How many language can you hear on the radio this week? ✅&lt;span class="hx:absolute hx:-mt-20" id="week-23---how-many-language-can-you-hear-on-the-radio-this-week-">&lt;/span>
&lt;a href="#week-23---how-many-language-can-you-hear-on-the-radio-this-week-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>TBD when I get a moment to turn the radio on properly. I suspect it&amp;rsquo;ll be local Europeans on the ham bands and all sorts of languages on teh broadcast bands, I maybe need a translator to work out what they are :-).
I used the non contest weekend for this and by far the main ones were the local Europeans, French, Germans, Spanish and Italians. So I went for Broadcast bands and the number of languages was way higher, Chinese, Turkish and loads I couldn&amp;rsquo;t determine. I prefer the broadcast bands for stuff like this.&lt;/p>
&lt;h4>Week 24 - Make a contribution to an Open Source ham radio software package ✅&lt;span class="hx:absolute hx:-mt-20" id="week-24---make-a-contribution-to-an-open-source-ham-radio-software-package-">&lt;/span>
&lt;a href="#week-24---make-a-contribution-to-an-open-source-ham-radio-software-package-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I think I&amp;rsquo;ve got this covered. In the past I&amp;rsquo;ve made contributions to the &lt;a href="https://opensource.radio/"target="_blank" rel="noopener">Open Source radio Wiki&lt;/a> as well as the &lt;a href="https://db.satnogs.org/"target="_blank" rel="noopener">SatNOGS database&lt;/a>. For non coders like me these are some of the less well loved contributions, documentation. I see these as important as the code itself. If I can&amp;rsquo;t follow it because it is in Tech Jargon, then its probably ripe for a bit of normal speak. Especially if they are wiki type things.&lt;/p>
&lt;h4>Week 25 - Locate local noise sources in your shack/flat/house ✅&lt;span class="hx:absolute hx:-mt-20" id="week-25---locate-local-noise-sources-in-your-shackflathouse-">&lt;/span>
&lt;a href="#week-25---locate-local-noise-sources-in-your-shackflathouse-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Using GM3SEK&amp;rsquo;s advice in his &lt;a href="https://gm3sek.com/2019/10/11/clean-up-your-shack-2019/"target="_blank" rel="noopener">Clean Up Your Shack&lt;/a> blog I went round the house to identify noise sources. There are always a few &amp;rsquo;new&amp;rsquo; wall warts that are a bit noisier than others and I find that noise at my QTH is transitory around Christmas and Halloween with cheap Amazon tat that gets used for lights. 30m is always knackered compared to other bands and I guess this is ADSL but its been hard to prove it. Needless to say when we had a recent power cut it was beautifully quiet here.&lt;/p>
&lt;h4>Week 26 - Observe the solar data such as sunspot number, flux, K and A values over the week ✅&lt;span class="hx:absolute hx:-mt-20" id="week-26---observe-the-solar-data-such-as-sunspot-number-flux-k-and-a-values-over-the-week-">&lt;/span>
&lt;a href="#week-26---observe-the-solar-data-such-as-sunspot-number-flux-k-and-a-values-over-the-week-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Well I&amp;rsquo;ve done this as part of the HamDash fun. I think I&amp;rsquo;m getting there with all of this stuff now. There are plenty of sites that have detailed breakdown including some clever WSPR and solar data dashboards on &lt;a href="https://wspr.live/gui/d/WFd_VTPnz/band-compare-at-location?orgId=1&amp;amp;var-band=1&amp;amp;var-band=3&amp;amp;var-band=5&amp;amp;var-band=7&amp;amp;var-band=10&amp;amp;var-band=14&amp;amp;var-band=18&amp;amp;var-band=21&amp;amp;var-band=24&amp;amp;var-band=28&amp;amp;var-band=50&amp;amp;var-location=JO&amp;amp;var-mode=tx&amp;amp;var-notmode=rx&amp;amp;var-mindist=1&amp;amp;from=now-4d&amp;amp;to=now"target="_blank" rel="noopener">Grafana&lt;/a>&lt;/p>
&lt;h4>Week 27 - Listen to the July 2025 SAQ transmission ✅&lt;span class="hx:absolute hx:-mt-20" id="week-27---listen-to-the-july-2025-saq-transmission-">&lt;/span>
&lt;a href="#week-27---listen-to-the-july-2025-saq-transmission-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>It wasn&amp;rsquo;t the July one, but the October UN day transmission I aimed for and despite there being nowt to hear at home I still managed to tune in via websdr and YouTube. Next up will be the Christmas Eve transmission with a bit of luck.&lt;/p>
&lt;h4>Week 28 - Receive a station on 6m via sporadic E ✅&lt;span class="hx:absolute hx:-mt-20" id="week-28---receive-a-station-on-6m-via-sporadic-e-">&lt;/span>
&lt;a href="#week-28---receive-a-station-on-6m-via-sporadic-e-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>SSB Es has eluded me for a little while. But FT8 is pretty straightforward. In fact the only transatlantic 6m QSO I&amp;rsquo;ve had was made using FT8. So lots of European stations to be heard today and the magic band was doing its magic. It would be nice to get an SSB or CW QSO, so perhaps time to check RBN&lt;/p>
&lt;p>1&lt;a href="http://g7kse.co.uk/img/Es.png#centre">Sporadic E&lt;/a>&lt;/p>
&lt;h4>Week 29 - Make your own xOTA activation ✅&lt;span class="hx:absolute hx:-mt-20" id="week-29---make-your-own-xota-activation-">&lt;/span>
&lt;a href="#week-29---make-your-own-xota-activation-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Been doing this a while. At some point I&amp;rsquo;ll make it to mountain goat but thats not the motivation for me. I enjoy being on the Fells and whilst I&amp;rsquo;m not out as much as I was 3 years or so ago, I get out. Wainwrights and Summits are my usual targets but more recently I&amp;rsquo;ve done a couple of Parks, but there are just too many of them for me.&lt;/p>
&lt;h4>Week 30 - Make a contact with another participant of the challenge ✅&lt;span class="hx:absolute hx:-mt-20" id="week-30---make-a-contact-with-another-participant-of-the-challenge-">&lt;/span>
&lt;a href="#week-30---make-a-contact-with-another-participant-of-the-challenge-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I thought this would be simple. But is needed a sked in the end with Andreas, DJ3EI on JS8Call. An odd mode but fun, especially as Andreas did a load of work on the app&lt;/p>
&lt;h4>Week 31 - Try a mode you have never tried before. Hellschreiber? JT65? ✅&lt;span class="hx:absolute hx:-mt-20" id="week-31---try-a-mode-you-have-never-tried-before-hellschreiber-jt65-">&lt;/span>
&lt;a href="#week-31---try-a-mode-you-have-never-tried-before-hellschreiber-jt65-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>New to me. FT8. I&amp;rsquo;ve not really been a fan of point and click type modes. PSK31 was as close as I used to get earlier in the century. But my new zBitX has FT8 built in so I thought I&amp;rsquo;d give it a go. Whilst its not exactly my cup of tea it could be a useful mode for POTA or SOTA if I&amp;rsquo;m struggling to get contacts. I can&amp;rsquo;t see it being a primary more though. One mode I&amp;rsquo;ve fancied having a go at is Hell. I must make some time for that.&lt;/p>
&lt;h4>Week 32 - Listen to a broadcast station from another country ✅&lt;span class="hx:absolute hx:-mt-20" id="week-32---listen-to-a-broadcast-station-from-another-country-">&lt;/span>
&lt;a href="#week-32---listen-to-a-broadcast-station-from-another-country-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Like DD1MAT, I listened to the Antarctic broadcast from Ascension island and the UAE (as well as the UK). This broadcast by the BBC send messages to those overwintering in the various Antarctic bases. Its probably not necessary nowadays but is a lovely thing to do for those who must be incredibly isolated. I&amp;rsquo;ve missed the love broadcast so many times and Cerys Matthews is a regular on 6Music for me. Will listen again!&lt;/p>
&lt;h4>Week 33 - Build an antenna and make a contact with it ✅&lt;span class="hx:absolute hx:-mt-20" id="week-33----build-an-antenna-and-make-a-contact-with-it-">&lt;/span>
&lt;a href="#week-33----build-an-antenna-and-make-a-contact-with-it-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Every time I make an HF contact at home it is with a home made antenna. A W3EDP at home and various end fed or vertical antennas for HF portable. The only commercial antenna I have for ham stuff is the white stick for VHF &amp;amp; UHF. Its been battered by the wind and a bit wonky now but still works fine. For xOTA VHF I use a flowerpot antenna that uses a &lt;a href="https://www.printables.com/model/312517-flowerpot-antenna"target="_blank" rel="noopener">3D print&lt;/a> which is also my answer to HC43.&lt;/p>
&lt;h4>Week 34 - Match an impedance ✅&lt;span class="hx:absolute hx:-mt-20" id="week-34---match-an-impedance-">&lt;/span>
&lt;a href="#week-34---match-an-impedance-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Normal business for us EFHW users. Just a standard bit of kit does that&lt;/p>
&lt;h4>Week 35 - Receive a weather fax transmission on HF ✅&lt;span class="hx:absolute hx:-mt-20" id="week-35---receive-a-weather-fax-transmission-on-hf-">&lt;/span>
&lt;a href="#week-35---receive-a-weather-fax-transmission-on-hf-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>He He&amp;hellip;easy peasy. Love a bit of &lt;a href="https://g7kse.co.uk/blog/wefax/"target="_blank" rel="noopener">WeFax&lt;/a>&lt;/p>
&lt;h4>Week 36 - Operate your whole station from battery power for one day ✅&lt;span class="hx:absolute hx:-mt-20" id="week-36---operate-your-whole-station-from-battery-power-for-one-day-">&lt;/span>
&lt;a href="#week-36---operate-your-whole-station-from-battery-power-for-one-day-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I do this pretty regularly when on SOTA summits. Whilst there I might operate for 30 minutes to an hours, it certainly isn&amp;rsquo;t a full day on the rig (something I rarely do at the best of times to be honest). so to make up the time a bit I sat outside in the garden until I had run out of time. 3 or 4 hours passed and the 2Ah battery on my MTR 5b and (t)ruSDX seemed to only go down to about 50%&lt;/p>
&lt;h4>Week 37 - Work 10 DXCCs on FT8 ✅&lt;span class="hx:absolute hx:-mt-20" id="week-37---work-10-dxccs-on-ft8-">&lt;/span>
&lt;a href="#week-37---work-10-dxccs-on-ft8-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Made it..12 in total and 3 of these were on 6M. The best was to the US with the 4 ele beam. I don&amp;rsquo;t think I&amp;rsquo;ll jump to use the mode but it definitely has its place. I heard all sorts of stations, and worked a few, that I&amp;rsquo;d never normally get to hear. I can see the appeal but once the initial interest wore off, I found it less enjoyable that others seem to. Teh zBitx manages it really well so I&amp;rsquo;ll use it as an additional mode from fell tops. My initial experience was that I couldn&amp;rsquo;t complete a QSO for some reason up on the tops. Something to work on.&lt;/p>
&lt;h4>Week 38 - Make a contact on Morse code ✅&lt;span class="hx:absolute hx:-mt-20" id="week-38---make-a-contact-on-morse-code-">&lt;/span>
&lt;a href="#week-38---make-a-contact-on-morse-code-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Made several of these, when I do TX I tend to aim for CW and whilst my skills go up and down through lack of consistent use I can muster a rubber stamp QSO relatively easily, although I do need a bit of a run up every now and again. SOTA and more recently POTA chasing has been a thing for me. Not really fussed about clocking up loads of points or QSO&amp;rsquo;s just like to give the activator a QSO as I know it can be a frustrating thing on a summit when you have 3 out of the 4 contacts you need in the pouring rain 🏞️&lt;/p>
&lt;h4>Week 39 - Make a 2-way contact with an output power of 100 mW or less ✅&lt;span class="hx:absolute hx:-mt-20" id="week-39---make-a-2-way-contact-with-an-output-power-of-100-mw-or-less-">&lt;/span>
&lt;a href="#week-39---make-a-2-way-contact-with-an-output-power-of-100-mw-or-less-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Does Meshtastic count? if so then its a done deal. Otherwise my UHF LoRa APRS tracker is 100mW max. I&amp;rsquo;ve used a rockmite for a 30m CW QSO but that&amp;rsquo;s nearer 300mW and hard on the ears 👂&lt;/p>
&lt;h4>Week 40 - Which QSLing methods do you use, physical and electronic? ✅&lt;span class="hx:absolute hx:-mt-20" id="week-40---which-qsling-methods-do-you-use-physical-and-electronic-">&lt;/span>
&lt;a href="#week-40---which-qsling-methods-do-you-use-physical-and-electronic-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Physical cards, LotW and eQSL. Although I prefer the physical cards, despite them being well and truly out of fashion&lt;/p>
&lt;h4>Week 41 - Write a poem on your biggest ham radio pet peeve! ❌&lt;span class="hx:absolute hx:-mt-20" id="week-41---write-a-poem-on-your-biggest-ham-radio-pet-peeve-">&lt;/span>
&lt;a href="#week-41---write-a-poem-on-your-biggest-ham-radio-pet-peeve-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;h4>Week 42 - Receive a SSTV image ✅&lt;span class="hx:absolute hx:-mt-20" id="week-42---receive-a-sstv-image-">&lt;/span>
&lt;a href="#week-42---receive-a-sstv-image-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Wow what a faff Linux can be some times. Tried using QSSTV but could not get it to load up the USB audio. So used a Windows 10 VM and MMSSTV and finally got a decode. Couldn&amp;rsquo;t get it to transmit from MMSSTV so maybe something to add on to the to do list for the future (when I have a free year or so - sort out linux sound :-))&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/sstv.jpg#centre" alt="SSTV Image" loading="lazy" />&lt;/p>
&lt;h4>Week 43 - Create a 3D printable design related to ham radio ✅&lt;span class="hx:absolute hx:-mt-20" id="week-43---create-a-3d-printable-design-related-to-ham-radio-">&lt;/span>
&lt;a href="#week-43---create-a-3d-printable-design-related-to-ham-radio-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>Done a few 3D prints for ham radio. I keep the useful ones on &lt;a href="https://www.printables.com/@g7kse_197848"target="_blank" rel="noopener">Printables&lt;/a> and am usually work (slowly) on something. Recently enclosures for APRS trackers or portable Meshtastic nodes have been taking up a bit of my time. These aren&amp;rsquo;t particularly complex to design or print but making a common design has been a bit more time consuming than I had thought.&lt;/p>
&lt;h4>Week 44 - Receive a QRSS signal on the HF bands ✅&lt;span class="hx:absolute hx:-mt-20" id="week-44---receive-a-qrss-signal-on-the-hf-bands-">&lt;/span>
&lt;a href="#week-44---receive-a-qrss-signal-on-the-hf-bands-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>This took a bit of setting up. I tried with QRSSPiG but couldn&amp;rsquo;t get the audio to pipe through so ended up with Argo on a windows machine. After some faffing with audio levels and dial frequencies I think it looks pretty good. Screenshot is from the 30m band.&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/qrss.gif#centre" alt="QRSS screenshot" loading="lazy" />&lt;/p>
&lt;h4>Week 45 - Fix something that is broken ✅&lt;span class="hx:absolute hx:-mt-20" id="week-45---fix-something-that-is-broken-">&lt;/span>
&lt;a href="#week-45---fix-something-that-is-broken-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>My 30m QCX mini wasn&amp;rsquo;t doing it for me until I realised the AGC circuit was cutting out all the audio. So after testing all the Op Amps I found all to be working fine. It was the setting that was causing the problem! So I guess there was some fault finding and fix&lt;/p>
&lt;h4>Week 46 - Write a useful computer program! ✅&lt;span class="hx:absolute hx:-mt-20" id="week-46---write-a-useful-computer-program-">&lt;/span>
&lt;a href="#week-46---write-a-useful-computer-program-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>This is rock hard for me. I&amp;rsquo;ve no real aptitude for coding and it took a lot of effort and help from others to make it work. The goal is to make a sort of Terminal Dashboard that one day might make it onto an ePaper display. First things first. I made a nice colour terminal output for the solar data that is found at hamqsl. Then turned that into bar graphs and a table. the output is pretty basic but fun. Many hours were used in this. Many&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/solar.png#centre" alt="Solar Terminal Dashboard" loading="lazy" />&lt;/p>
&lt;h4>Week 47 - Submit an idea for the Ham Challenge 2026! ❌&lt;span class="hx:absolute hx:-mt-20" id="week-47---submit-an-idea-for-the-ham-challenge-2026-">&lt;/span>
&lt;a href="#week-47---submit-an-idea-for-the-ham-challenge-2026-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;h4>Week 48 - Transmit a QRSS signal on the HF bands 🚧&lt;span class="hx:absolute hx:-mt-20" id="week-48---transmit-a-qrss-signal-on-the-hf-bands-">&lt;/span>
&lt;a href="#week-48---transmit-a-qrss-signal-on-the-hf-bands-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>I didn&amp;rsquo;t get much success on this, despite transmitting I couldn&amp;rsquo;t tell if my signals were being modulated correctly and being received. I did manage to receive quite a few stations. I used the QCX mini for this and attempted the IC7300. I reckon its fun but limited in its use for me. The stations that were on a lot seem to do it all day every day&lt;/p>
&lt;h4>Week 49 - Clean up your shack and post the most curious item you found ❌&lt;span class="hx:absolute hx:-mt-20" id="week-49---clean-up-your-shack-and-post-the-most-curious-item-you-found-">&lt;/span>
&lt;a href="#week-49---clean-up-your-shack-and-post-the-most-curious-item-you-found-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>My shack gets tidied all the time so can&amp;rsquo;t claim this&lt;/p>
&lt;h4>Week 50 - Receive an APRS message or beacon ✅&lt;span class="hx:absolute hx:-mt-20" id="week-50---receive-an-aprs-message-or-beacon-">&lt;/span>
&lt;a href="#week-50---receive-an-aprs-message-or-beacon-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;p>This happens every day with the current VHF rigs. Too easy :-)&lt;/p>
&lt;h4>Week 51 - Write something about ham radio with public impact ❌&lt;span class="hx:absolute hx:-mt-20" id="week-51---write-something-about-ham-radio-with-public-impact-">&lt;/span>
&lt;a href="#week-51---write-something-about-ham-radio-with-public-impact-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4>&lt;h4>Week 52 - Create an Infographic or Webcomic! ❌&lt;span class="hx:absolute hx:-mt-20" id="week-52---create-an-infographic-or-webcomic-">&lt;/span>
&lt;a href="#week-52---create-an-infographic-or-webcomic-" class="subheading-anchor" aria-label="Permalink for this section">&lt;/a>&lt;/h4></description></item><item><title>HamDash</title><link>http://g7kse.co.uk/blog/hamdash/</link><pubDate>Mon, 27 Oct 2025 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/hamdash/</guid><description>
&lt;p>As part of the 52 week ham challenge I decided to try and write a basic application that displayed some common ham radio data on a terminal. the idea was that it would become a Terminal User Interface with stuff I could use. What actually happened was that writing the code was a lot harder than I thought but it still happened, sort of. The TUI bit didn&amp;rsquo;t really work and whilst I&amp;rsquo;m not going to abandon all hope, it too more than my little brain to work out what to do.&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/hamtool.png#centre" alt="HamTool" loading="lazy" />&lt;/p>
&lt;p>So the natural progression was to turn this into something I could use on my undesigned and totally unrealised desk module. Something to house a few of the handy boxes I have kicking about that never really manage to make it into consistent enclosures but thats another story altogether. It&amp;rsquo;s very much a work in progress with some things working sort of ok and other bits not&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/hamdash.jpg#centre" alt="HamDash" loading="lazy" />&lt;/p>
&lt;p>✅ - Basic menu&lt;br>
❌ - PCB to interface switches that select menu items&lt;br>
✅ - Layout of the screen&lt;br>
🚧 - Solar data - stuff just isn&amp;rsquo;t lining up right and I haven&amp;rsquo;t added in the VHF stuff&lt;br>
✅ - SOTA spots&lt;br>
✅ - SOTA alerts&lt;br>
❌ - Contest calendar&lt;/p></description></item><item><title>zBitX</title><link>http://g7kse.co.uk/blog/zbitx/</link><pubDate>Fri, 01 Aug 2025 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/zbitx/</guid><description>
&lt;p>The &lt;a href="https://www.hfsignals.com/index.php/zbitx/"target="_blank" rel="noopener">zBitX&lt;/a> is a software defined radio (SDR) project that comes from teh the &amp;lsquo;Bit&amp;rsquo; stable of HF radio. The specs and details can be found on the link so I&amp;rsquo;m not going to repeat them here. Needless to say I&amp;rsquo;m writing about it because I bought one.&lt;/p>
&lt;p>Why did I buy one when I already have a few little HF rigs?&lt;/p>
&lt;p>Well, because this one is different. The rig runs off a Raspberry Pi Zero (Oh and the screen is managed with a Raspberry Pi Pico). So what? Well this means that a cheap, small and basic radio can have all sorts of additional features packed into it. Out of the box is does what you might expect, CW, SSB and AM but also FT8. I&amp;rsquo;m by no means and FT8 user but making the mode integrated into the radio makes for a totally different proposition.&lt;/p>
&lt;p>Its true to say that this is a work in progress. The case is a sot mix of 3D printing and aluminium heat sink. It functions perfectly, but looks a bit like a homebrew rig (which it sort of is, albeit produced by a well known and respected designer). Stuff that I like..&lt;/p>
&lt;ul>
&lt;li>CW keyer with macros&lt;/li>
&lt;li>Integrated Logbook&lt;/li>
&lt;li>Works with G7UFU &lt;a href="https://shop.g7ufo.radio/products/g7ufo-turret-mini-microphone-for-elecraft-kx2-kx3-fx-4cr-zbitx"target="_blank" rel="noopener">Turret Mic&lt;/a>&lt;/li>
&lt;li>SWR meter built in&lt;/li>
&lt;/ul>
&lt;p>So far I&amp;rsquo;ve had a play with it at home. My plans are to use this /P but haven&amp;rsquo;t had the time to take it out in the wild. I suspect that the integrated 18650 battery compartment and small form factor will make this a handy rig to take onto summits. I&amp;rsquo;ll need a suitable padded bag to protect it. Maybe something I can design and sew at home (I&amp;rsquo;ve never done this byw :-))&lt;/p></description></item><item><title>Wefax</title><link>http://g7kse.co.uk/blog/wefax/</link><pubDate>Wed, 26 Mar 2025 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/wefax/</guid><description>
&lt;p>For a few years I&amp;rsquo;ve dipped into Wefax. I like the idea of a receiver trotting along and generating images from sound. I suppose it is a bit nostalgic but there&amp;rsquo;s something nicer about investing in a result rather than jusy turning it on. Setting up a reciever and decoding software to optimise the picture, only to be presented with a fuzzy output isn&amp;rsquo;t entirely awesome either.&lt;/p>
&lt;p>So, the happy medium is something that Patrick, ON4CDJ pointed me towards today. I&amp;rsquo;d been struggling to get a decent image out of the &lt;a href="https://weatherfax.com/gya-northwood/"target="_blank" rel="noopener">GYA&lt;/a> and &lt;a href="https://weatherfax.com/ddh3-ddk6-hamburg/"target="_blank" rel="noopener">DDH/DDK&lt;/a> Transmissions. So to improve things I&amp;rsquo;d switched to my &lt;a href="https://airspy.com/airspy-hf-discovery/"target="_blank" rel="noopener">Airspy HF+ Discovery&lt;/a> receiver (which is amazing btw) only to be stumped with piping audio from one place to another.&lt;/p>
&lt;p>The upshot of it is that I&amp;rsquo;ve now got a working setup with the GYA and DDK transmissions. I&amp;rsquo;ve also got some good images. Eventually I&amp;rsquo;ll write this up so it can be repeated though. The key to it all is &lt;a href="https://arachnoid.com/JWX/"target="_blank" rel="noopener">JWX software&lt;/a>. Not much to set up but the images are excellent and it works acros te eusual platforms&lt;/p>
&lt;p>&lt;img src="http://g7kse.co.uk/img/wefax.jpg#centre" alt="Wefax image" loading="lazy" />&lt;/p></description></item><item><title>LoRa</title><link>http://g7kse.co.uk/blog/lora/</link><pubDate>Mon, 13 Jan 2025 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/lora/</guid><description>
&lt;p>For a little while now I&amp;rsquo;ve been mucking about with LoRa devices. These modules come in all sorts of varieties but all have a few things in common. A microcontroller and at least a LoRa module. Quite a few are ESP32 based with SX&amp;hellip; LoRa modules and other are nRF&amp;hellip; modules. Basically they are really similar and they seem to be an offshoot of IoT devices. But&amp;hellip;.and here&amp;rsquo;s the useful bit. There are 433MHz versions as well as 868MHz versions.&lt;/p>
&lt;p>So the 433MHz versions are ideal for &lt;a href="https://lora.ham-radio-op.net"target="_blank" rel="noopener">APRS&lt;/a> and the 868MHz for &lt;a href="https://meshtastic.org/"target="_blank" rel="noopener">Meshtastic&lt;/a>.&lt;/p>
&lt;p>But the 100mW isn&amp;rsquo;t going to get you very far is it? Well, see for yourself. LoRa is way more effective in practical terms than your usual handheld and experience so far is that the devices are very reliable and cheap. For example, with APRS, a £15 module with a 18650 that lasts all day v a £350+ handheld means that it is also way more accessible. As I get more practical experince with the devices I&amp;rsquo;ll be able to tell how much better they are.&lt;/p>
&lt;p>Adding in flexibility is the key for me. My own Meshtastic devices are connected to a local server via MQTT and also run a &lt;a href="https://github.com/SpudGunMan/meshing-around"target="_blank" rel="noopener">BBS&lt;/a> and similar functionality is starting to come through with APRS, using the slightly less feature rich &lt;a href="https://github.com/TheCommsChannel/TC2-APRS-BBS"target="_blank" rel="noopener">TC2-BBS&lt;/a>. These additions are really starting to make the networks more up to date and offer other options for users.&lt;/p>
&lt;p>Looking forward to seeing how all this develops.&lt;/p></description></item><item><title>Update to site</title><link>http://g7kse.co.uk/blog/site/</link><pubDate>Sun, 01 Dec 2024 00:00:00 +0000</pubDate><guid>http://g7kse.co.uk/blog/site/</guid><description>
&lt;p>This is the start of a different approach to documenting my stuff. Hope it all works out. Main points are&lt;/p>
&lt;ol>
&lt;li>Its still using Hugo&lt;/li>
&lt;li>The &amp;lsquo;Digital Garden&amp;rsquo; didn&amp;rsquo;t really work for me&lt;/li>
&lt;li>This format is a better fit.&lt;/li>
&lt;/ol></description></item></channel></rss>