Annoying Things…

On a road trip recently, I noticed some things that apparently don’t bother a lot of people… 🙂 They were:

Plumbing issues:

  • Shower heads in nice hotel/motels with a lot of calcification making the shower heads really poor in terms of even coverage and water amount; really? Change the showerheads once in a while and maybe even just rotate some through while cleaning the ones you took out…
  • Poorly installed plumbing fixtures: I looked down on the faucet in the sink and realized that it was crooked; really? Align it correctly when installing it and people will actually believe you have skills worthy of a professional.

Linux

A long time ago in a galaxy far, far away, I ported Minix, a teaching OS based on public domain Unix, from Atari ST (which I didn’t have) to a 68000-based system that I did have. Eventually, Linus added features to it and released it as Linux. I’ve been familiar with it for a while… 🙂

Most recently, I spent WAY TOO much time but finally got Ubuntu 23.10.1-Desktop working on a Microsoft Surface Pro 6. My friends and family suggested that I just give up since it was mostly not working (wouldn’t boot except from a live-USB). I didn’t want to be beaten by it, so I persevered and it’s now working though I haven’t put in the special drivers for the touchscreen yet.

I do have WSJT-X working on it and it works exactly as it does on Windows, so it’s fun and give more machines that I can use to make FT8 contacts.

Something about the simplicity and general cleanliness of Linux keeps bringing me back…

Amateur Radio

Lately, I’ve been enjoying FT8, a digital mode that makes very quick contacts under nearly any kinds of conditions. Given that I don’t have great antennas (large, high in the air), having a tool which allows me to be active using lesser quality antennas and small radios is really nice.

Two radios that are really cool are the Xiegu X5105 and the Icom IC-705. Both are relatively recent radios and both are QRP rigs. The 5105 is always only 5W maximum while the 705 can go to 10W if powered by 13.8V DC. Both radios have batteries that last a reasonable length of time, making them ideal for going out into the field.

The X5105 has a built-in tuner which will tune the radio to a wet noodle just about… Of course, tuning a non-resonant antenna throws a lot of your power into the tuner, but at least some power gets out and the radio doesn’t get damaged. The X5105 is a very practical radio with lots of features, yet really simple and easy to operate.

The IC-705 is basically a “regular” Icom radio that you can hold in one hand and runs from a battery. It is a very equivalent radio to my IC-706 MKIIG which I use for mobile operation. The IC-705 does not have a built-in tuner (an external one that is build for the 705 is available and is also very nice, the mAT-705) it has everything else built-in. While operating out in the “wild” lately, I was able to use the GPS to record where I was (yes, my phone can do the same thing… :-), which also gives me exact time, though I can also get that from WWV.

Both radios are a lot of fun to operate and are definitely small enough to be able to take anywhere. Of course, all the “support” stuff I bring along overwhelms the size and weight of the radios. 🙂

June 15, 2022

My latest toy is an AFP-FSK from QRPGuys. It’s a cute little 5W transceiver that is built for FSK modes. I have built all of the band boards, so I can operate it on all of the bands though the power varies a bit by band…

On 20m, I pretty much make a few contacts each day with signal reports ranging from about -12 to -20 dB. Looking at pskreporter.info, I can see that I am reaching all over at those very low signal levels and it’s usually enough to make contacts. Interestingly, if I move over to FT4, I often find that I make contacts there faster (the mode is faster, I mean in less total time and tries). For instance, the first time I tried FT4 with the radio, I made a contact on either the first attempted call or the second, but it was solid in both directions AND with my very low signal level. I think that FT4 is used less and so has a lot less QRM on it.

In any case, it’s a cute little radio that is very small and lightweight. It’s entirely driven by VOX control, so it’s very easy to interface to the computer, unless, of course, you have the computers I do that seem to get all weird about the headphone port… 🙁

9/9/22

I have done more FT8 and portable over the summer. Conditions have been “normal” though some days I get nothing at all. In general, I use the X6100 a lot largely due to the built-in tuner; having the ability to adjust to whatever the antenna is giving me helps a lot, .especially when the transceiver throttles back under high SWR.

GD-88 from Radioddity:

The GD-88 is a very nice DMR radio that seems easier to program than the RD-5R; it is also more capable and has higher power. A very nice radio so far in my playing around.

2/19/24

10m is open like crazy for the last year or so. I have managed to work Australia, New Zealand, China, Asiatic Russia and a fair number of Europeans on <10W. All of my operation is QRP. The IC-705 and Xiegu X6100 both go to 10W if powered by 13.8V. The other QRP radios vary on 10m (generally about the limit of the power FETs they use) between 1 and 5W, so many of my contacts were made with only 1.5W.

Sino:bit Info

Having “halfway bricked” a Sino:bit, I went through a lot of searches to find the software necessary to bring it back to normal life.  By “halfway bricked” I mean that the Sino:bit could no longer load programs and run them because the normal “user”-level bootloader had been corrupted.

The Sino:bit uses DAPLink at two levels; at the lowest level DAPLink provides the capability to load a new operating system onto the board.  At the OS level it provides drivers and support for Sino:bit programs written in JavaScript via the graphical interface such as the one used for Micro:bit or files developed using the Arduino IDE.  The corruption of the second level meant that my board could show up in “MAINTENANCE” mode but couldn’t load normal, user programs.

In the end I discovered that a microUSB problem, either a series of bad/inadequate cables, or a flaky connector on the board had been the source of my problems.  Finding a better cable with a stable connection allowed me to reprogram the DAPLink software and the board was back to normal.

Feeling brave because I could now restore the board if I messed it up, I loaded the latest version (0.0.2) of microPython onto the board to check it out; it worked fine!  Also, having recovered the one board, I was now willing to risk the second board and so I programmed it using the Arduino IDE with Sino:bit libraries.  I also programmed the microPython board using some example code and all worked fine.

A few observations in case you start working with Sino:bit:

My hope is that you jump right into enjoying the board and don’t end up chasing a lot of weird problems.  🙂