❌

Reading view

There are new articles available, click to refresh the page.

Oct 2, 2024. The Build of the new Digital LO/BFO

A Hiatus for The N6QW Blog

I now will shortly begin an undefined period of hiatus and may (or may not ever) in the future return to blogging. I apologize to those few who daily, faithfully read the blog and are subjected to the outpouring of random comments from my weird, and slightly bent brain. [Homebrew radios and the 300-pound Mary Jo are indeed divergent subjects.]

But right now, the effort to keep things fresh and relevant exceeds my capacity to do so. As Adam Clayton Powell so aptly stated -- Keep the Faith and I add don't eat your pets. [For many, Adam Clayton Powell just doesn't ring any bells, but he was a very colorful and powerful Congressman representing Harlem for decades.]

But for now, we move to the final of the three-part series on the FAT display and start with a part fit check. The photo below shows a compact layout that keeps a small footprint yet provides the functionality that was the original goal. Note the 3.2 Inch display is larger than the board by a bit.Β 

Starting at the top, we have the Nano with the USB programming port on the outboard side. That will prove critical when you want to make some changes or tweak the code while installed in the rig. It is also placed so that the five voltage dividing resistors are close to the source pins on the Nano (8, 9, 10, 11 and 13). At the right-hand bottom is a 12-pin header that will provide 8 connections to the ILI9341 and the 4 Pins to the Encoder, which is also close to Pins 2 and 3, the Encoder pins. Short direct connections to the header are always a good thing.Β 

To the left of the 12 Pin Header is the Si5351. Above the Si5351 is a 9 Volt three pin voltage regulator to provide source voltage to the Nano and these connections are also short. The Vout Pin (9VDC) is very close to the Vin Pin on the Nano.

Not shown but provided for is another five-pin header that will connect to the Analog pins (top side of the Nano and short connections) for selecting USB/LSB, VFO select, and Step Tuning rates as well as SDA and SCL (A1, A2, A3 and A4, A5)



The next step is the final wire up and this photo serves as a guide as I make the permanent connections. Once all is working, I then will modify the code for two VFO's and a few other features that might make things uncluttered and yet functional


Thanks to all for riding along. Remember to vote.

TYGNYBNT.

73's
Pete N6QW

Oct 1, 2024. So, what is wrong with this photo?

Β 



This is the current display on the P3ST QRP SSB Transceiver which shows a lot of info on a 128X160 small sized screen. It is of the ST7735 form of Display.


What is presented are two VFOs (A &B) that have VFO memory, but also a much smaller display of the VFO frequencies with a thought of split operation. The simulated Green LED's signal what is "hot".Β 

The initial theory was that you could receive on the A VFO but actually transmit on the B VFO. While the logic exists in the sketch, it was never actually implemented. Albeit you can switch the VFOs with a panel switch but not split operation.

We also have the Step Tuning rate and the S Meter which by the way is implemented using an audio sample. I included my call sign just in case I forget and the title under the A VFO directs me to the Arduino sketch in the Arduino directory. Lest I forget we show which sideband is selected with a simulated RED LED.Β Β 

Needless to say, it took many hours of programming to get this display to work and it was more than a One and Done! [Referring to G3RJV (SK) who classed his projects as one evening of work on a project and you are finished.]

So, OK, there is nothing wrong with the display other than there is so much going on in a small screen that you either are squinting to see everything or just ignoring most of it.

Thus, the shift to the ILI9341 is to up the size of the information so it is easier to read and streamline the display so you can have the same information with less clutter.

Here is an example since we have VFO memory. Suppose we only show one frequency with an added small piece of information that states VFO A or VFO B using the A or B as we have now. We would also eliminate the smaller print frequencies since we are not including split operation.Β 

Oh, and double Oh, with the uncluttered space resist -- now what can I add in to the display. There is that Stockton Bridge "thingie" to give you SWR and then there is measuring the battery level since you are doing POTA operation and on and on. That was not the purpose of the change to the ILI9341 -- it was to improve visibility and to do the Marie Kondo thing of uncluttering my life!

TYGNYBNT. Don't eat your pet and be sure to vote.

73's
Pete N6QW

Sept 30, 2024. Spice up your rigs with a FAT Color display.

A hallmark of many of the current homebrew rigs is compact size aimed at portable operation and the ever-popular POTA / SOTA events. Half Size OLEDs used as an SDR Spectrum Display are a reality.Β 

But going the other direction for those of us whose eyesight can no longer spot a 29A from a 44DD at a half a mile, then we need bigger displays. The next couple of postings will cover the use of larger displays such as those that employ the ILI9341 scheme. Note you can see the pixels on the display.Β 

Feast your eyes on this display using the ILI9341. I should add that I have several of these displays ranging in size from 1.8 inches to 3.2 inches. The pinouts and the code are the same for either. This is the 3.2 Inch display.


ILI 9341 on a Rig

Resist simply taking your current display using the ST7735 wiring and "plug er in". You risk smoking something as the ILI 9341 Display inputs like to see no more that 3.3 VDC. Thus, you need a CD4050 level shifter or a simple voltage divider, to limit the input.


A resistive divider, a simpler approach is shown as connected to the Arduino Uno. But now crisis mode as you only have an Arduino Nano and so how do you wire that.



There is no connection to Pin 9 on the Display.Β 

My P3ST rig which I think can still be purchased from K7TFC as a kit was never moved from the wooden breadboard and it looks like hell! So, moving to the ILI9341 will not only give me a display that is easier on the eyes. It will also be a chance to make the 7-transistor rig look uptown.

But this is just a start as the initial Hybrid Wireless code was for a single frequency display. The next steps will add in two frequencies with memory and the tune up tone. The original use of the 3.2 Display was on the Hybrid Wireless that had a 12AV6 tone oscillator.Β 

The 1st task is to build a new digital LO/BFO with the ILI9341 and then add the changes mentioned. Something that caught my eye early on was that even though the display was much larger the frequency changes seemed seamless and smooth. There did not seem to be a latency of you move the tuning knob and you await the display to change. Look closely at the video.

TYGNYBNT. Don't eat your pets. Speaking of that, in 1965 while temporarily stationed on Okinawa (at that time call sign prefix KR6) we were cautioned not to order burgers at the local A&W Root Beer stands as they might contain dog or cat meat. Yuk! Maybe Vance while in the USMC was stationed on Okinawa. Ohio, Okinawa -- they both start with an O, so who knows maybe a distortion of location.

73's
Pete N6QW

Sept 29, 2024. Where in the Hell is Coober Pedy?

AI is at work on my Pixel 7 when stuff shows up on the phone like the town Coober Pedy.

Well, firstly Coober Pedy is the Opal Capital of the world and so that would put it in the middle of nowhere in downtown Australia.

At first, I thought it might be a CIA site like Pine Gap near Alice Springs, but it is not. Other notable info is that it is so hot there that many folks live underground in what is known as dugouts. They even boast dugout motels!


Dugout Motel ~ Comfort Inn Coober Pedy

[Flash News: A friend in the CIA advises that CP is the home of Fred and Ethel of the AI duo. You heard it here 1st.]

There is a real issue in Coober Pedy because so many of the opal mines are shallow and located not too far underground. Many of these mine shafts pass right under the city. Thus, a high risk of sink holes

I grew up in Arnold, Pennsylvania and the same issue with the coal mines. One year a whole residential city block started to collapse into an old mine shaft.Β 

But you tuned into this blog for radio stuff and so we look at another of my past projects which is a rebuilt Version 1, of the Shirt Pocket SSB Transceiver.Β The rebuilding was a result of an unfortunate accident were most of the original transceiver got smoked!
Β 

The heart of this rig is a 4 Pole Homebrew Crystal Filter at 4.9152MHz with the 2N3904/2N3906 Plessey Amp Module either side of the filter. The Balanced Modulator /Product Detector and the Rx/Tx Mixer stages are TUF-1's. The Mic Amp is a 2N3904 and the Audio Amp is a 2N3904 plus LM386. Another Plessey circuit is used as the Rx RF amp and Tx Pre-Driver. A 2N5109 is the Driver Stage and the IRF510 is the Final Amp.

Literally not much hardware but the "fun factor" is off the scale. The Shirt Pocket Transceiver was the subject of a QRP Quarterly article.


Original V.1 Shirt Pocket SSB XCVR


We are only limited by what we think we can't do! Get off that couch and build something.

TYGNYBNT. Don't eat your pet.

Disclaimer as no AI was involved in producing this posting.

73's
Pete N6QW

Sept 28,2024. Artificial Intelligence Impacts Ham Radio

Leave it to Google and their AI Application called Notebook LM to stir up the brain neurons. Several ham friends (N2CQR and KK4DAS) have been dabbling with this AI application -- so yes, I had to try it!

But first a sewer backup. The Google App is billed as an assistant that can take your notes or documents and create a summary for presentation. It can also take a You Tube Video and essentially create a conversation between a male presenter and a female presenter that deep dives into the video. They are nameless so let's just call them Fred and Ethel* and that is what they did, a deep dive into one of my recent videos.

I chose the video on the resurrection of the Swan SW140 radio that was bought as parts only, needing repair. It was a careful choice as it had technical issues aside from a dirty radio. Thus, I wanted to see how Fred and Ethel did on that part. I had to convert the soundtrack to an MP3 and then make it a video so it could be shown here.





The process involved loading the You Tube link and then waiting until Notebook LM does its magic. I was impressed that for the most part what came out was fairly accurate but that is a caution, a big caution, as human intervention is needed to fact check the final product.

You can also create a whole podcast using Fred and Ethel and so that has some interesting aspects. Or in my case of time limitations have the AI write the blog each day. Now we are talking something of interest to me.

Now I can see the concern of the Hollywood crowd -- suddenly our favorite actress or vocalist are replaced by Ethel. I do hope Ethel is not a 300-pound size of Mary Jo.


Original SW140 Video

Technology is moving forward and at this point we must realize that AI is in its infancy and should be regulated. In sweatshops across the world masses of low paid or no paid software weenies are creating AI products to scam us. Caveat Emptor.Β 

TYGNYBNT. Don't eat your pet.

* Thanks to K7TFC who suggested names for the nameless presenters.

73's
Pete N6QW
AKA: The Indiana Jones of Vintage Radio Resurrections

Sept 27, 2024. Troubleshooting ~ starts by carefully understanding the problem.

For our small band of loyal blog readers, we start with a mystery, a final exam and a real-world electronics problem. These all have an element of troubleshooting.


The mystery which may have come from a logic class is as follows. A man goes into a bar and asks for a glass of water. The bar keep reaches underneath the bar and pulls out a gun which he points at the man's head. A short interlude and the barkeep smiles, the man says Thank You and walks out of the bar.

So, what just happened? Pause! The man going into the bar had hiccups and with the action of the barkeep -- the man was frightened and the hiccups stopped. Thus, the smile and Thank You. A stretch and something in a thousand years you would never have guessed but plausible. At times troubleshooting a problem is the same -- think subthreshold conduction.

Next, we turn to a final exam question. The course was Short Story Creative Writing. The question was: Create a short story that has three elements including a mystery, sex and religion. A really hot YL spends about three minutes writing and turns in her paper. The professor had a look of dismay and said aren't you even going to try to do the test. She says: I'm done. The professor reads her work and beams a huge smile and marks an A on the work. It was but one sentence which read as follows. Oh my God, I am pregnant, and I don't know who the father is! She had the three elements, it was spare, creative and left the reader engaged and wondering.

When we trouble shoot a problem quite often it is a simple issue that is not so obvious. You can make contacts with a one transistor Michigan Mighty Mite and get signal reports just like from a FLEX 6700. Fixing a M^3 can be less onerous than popping the lid on that FLEX box.



The IRF510 Final!

For the one or two nitpicker blog readers who are always looking for errors, one of the resistors is not marked -- it is in yellow so that will make your task easier to find the nit. Its value is not the problem. So, this circuit was built, using all new parts including some surface mount parts.

When fired up the output was almost nil. I rechecked the wiring, insured the bias was hot and set for about 3.5VDC. There was 12VDC on the Drain. I looked for solder splash or whisker shorts and all solder connections seemed solid.Β 

I had about 5 volts of RF at the input side yet hardly any output. So, what is wrong? Oh, the thumb on the IRF510 was cool to the touch.
Β 
Fault tree analysis kicked in to overdrive. While there was RF into the stage, there was hardly any output following the 10nF input cap. This cap was an 805 SMD rated at 25 volts. The issue was I applied too much heat in the soldering process, and it was "open". I replaced it with a ceramic unit and boom full output. Troubleshooting took more than 5 minutes, but the open cap was not so obvious at the outset but revealed as a part of going through the usual suspects list.Β 

When we troubleshoot a problem, it helps to noodle through a list of the usual suspects such as bad parts, improper wiring or wrong value parts. Is there power to all parts of the circuit and how about shorts or as in this case open circuits. This is a fault tree analysis.

TYGNYBNT. Don't eat your pets.

73's
Pete N6QW

Sept 26, 2024. It pays to look at the data!

Β 

One purpose of this blog is to share some Tribal Knowledge. So aside from providing me a soap box to vent about the ARRL, I also try to highlight portions of stuff I have done or to present information on complete projects.

Sticking out like a sore thumb, the one posting that garnered about 6X the normal daily views was the Jan 26th posting on the 30M CW transceiver. This was a rig I designed, built and had published in QRP Quarterly.Β  Recently ZL2CTM's Simple SSB Transceiver got about 3X. Consistently most other postings get the usual small number of daily views.Β 

It takes effort to prepare a blog and in reality, is a great outlet to add a bit of diversion from the daily shifts at the Board and Care facility. This in itself is likely the only reason I continue.Β 

But given we always want something more than day old bread; I really have to stretch picking subjects that cover a wide spectrum of readers.Β 

On balance realizing that hardware homebrewing is dying off, I do try to add in some items that would appeal to those who have software chops. The recent Orange Pi posting got a ho hum reception likely because you have to do more than just open the box and plug it in.

So, as I search to find subjects that perhaps come close to the Jan 26th posting views, I do hope those few who read the blog continue to do so.Β 


A Military Field Radio from WW1



Β This falls into the category of HDR (Hardware Defined Radio) most likely pretty crude by today's standards and over 100 years old! The requisite photo to catch blog readers.

TYGNYBNT. Don't eat your pet!

73's
Pete N6QW

Sept 25, 2024. One of the best LC VFO's

Those several words: N6QW and LC VFO's said in the same sentence are much akin to wearing Brown Shoes with a Black Tuxedo.


But if you are so inclined to use Analog VFO's then hunt and find an Analog VFO assembly from one of the early Yaesu Radios, like the FT-101. The unit is small, but more importantly is linear, stable and clean! Yaesu found the magic decoder ring. I have two Yaesu radios (FTdx100 vintage 1967 and a FT-101EE vintage late 1970's) and both VFOs are just as I described.

One of my more successful radio projects was the JABOM* which originally started life as a 17M radio with a homebrew 4.9152 MHz Crystal Filter and VXO. In the Rx Tx Mixer Module, I had two sets of BPF's so with a pin header and Jumper pins I could add in 20M.

That worked OK except I got a critical report from someone I trust who said my LSB component was only down about 25 DB. He is an RF Engineer and could actually look at my signal with test gear he has in his shack.

That did it! I ripped out the homebrew filter, installed an 8.998500 BFO and added a 9 MHz commercial filter and wired everything for 20M. The real plus for this rig was the HyCas IF and AGC. I ditched the VXO and because I had a Crystal BFO the DDS of the day was the AD9850 and that is what went into the radio.Β 

The AD9850 was a predecessor to the Si5351 and was only good to 40MHz and did not have the capability to generate two separate frequencies. Its output needed filtering and could be somewhat tepid.Β 

So, after 15 years I embarked on replacing the AD9850 with the Si5351. The current approach with my Si5351 is to have two frequency ranges and VFO memory. So, the replacement unit boots up on either 14.2 or 14.074. A simple toggle switch enables jumping back and forth. If the SSB part of the band sounds dead, I need only flip the switch to see if there are FT8 signals and usually there are.Β 

Here is a brief snippet of the 1st rough checks to see if we have it working.


Once again building in modules facilitates major changes. It also works well with my limited time available. I had the AD9850 out of the JABOM in about 3 minutes. Luckily, I have a box full of Arduino/Si5351 assemblies wired up and so about the same amount of time to pop in a unit to run some tests. This looks promising.Β 

TYGNYBNT. Don't eat your pet.

* JABOM = Just A Bunch Of Modules.

73's
Pete N6QW


Sept 24, 2024. More from the Land of Oz (Amazon)

Lauren Sanchez's boyfriend has done it again! Behold a Single Board Computer (SBC) for about $30. The price point is in the range of an Arduino Mega 2560!


Meet the Orange Pi Zero, 2W 1GB with expansion board. A Quad Core 1.5 GHz, 64 Bit machine with Wi-Fi and Bluetooth is sitting on that small board assembly.Β 

Having a choice of operating systems, it has some real possibilities for integration with your existing ham gear. I mention this since those who are addicted to FT-8 and POTA/SOTA ops, this SBC can do the job in the field!Β 

To make this work with your existing rigs you will need to build a digital adapter using a few readily available parts that won't set you back a king's ransom. Its small size makes it perfect for dragging along up that small hill so you can send CQ SOTA on FT-8. You will also need a small display and a keyboard/mouse.

[If you want more info on my homebrew digital adapter, send me an email.]

Our hobby is changing and even though you may be inclined to resist the change, there is inexpensive hardware that is now available to you so that cost is no longer an excuse. From a quick look at the specifications, it appears that you could load QUISK and run your homebrew SDR from this SBC assembly.

A scary thought: A desktop computer for $30. Read the reviews as that is important to understand what other users are saying. It seems like some users did not get all of the hardware pieces. Of import while this product may have some start up issues, other manufacturers will be jumping into the fray and soon we will have more choices. A new page is added to our hobby.

You can read about the Orange Pi OS here. Most likely you would need to load the Unbuntu or Debian OS software to use QUISK.

TYGNYBNT. Don't eat your pet!

73's
Pete N6QW

Sept 23, 2024. AGC from W7ZOI~ Hybrid Cascode Circuit

Β W7ZOI did a seminal piece on a Hybrid Cascode AGC Circuit. This same circuit was used in my JABOM rig. (JABOM = Just A Bunch Of Modules and published in QRP Quarterly)

The original article for Hayward's circuit was published in QST.


Originally published in the December 2007 QST, Figure 1 is similar to what was presented in yesterday's Blog Posting. Hayward found that this circuit, however, was sensitive to Vdd dropping below 12VDC.Β 

Figure 2 with a simple change of J2 to a 2N3904 enabled using as little as 8.5VDC to give peak performance. The issue was portable battery operation where a fully charged battery in short order drops below 12VDC.

The full-blown circuit is shown below.




Homebrewers are indeed fortunate as Todd, K7TFC sells the circuit board for the HyCAS ModuleΒ which uses the J310 configuration and so that removes 60% of the effort to replicate your very own HyCAS.





Below is an actual build from N6QW as used in the JABOM. This was the subsequent refinement by W7ZOI where the J310 and 2N3904 transistors were used. My board also includes the SBL-1 Product Detector located behind a shield.
Β 
Β 

I can attest that switching in the AGC is like night and day. It really works but does require more parts than one FET and two resistors.

So, I will stop here with any further talk about AGC and as I said most of my rigs use the Armstrong method (manual adjust of the volume control).

TYGNYBNT. Don't eat your pet!

73's
Pete N6QW

Sept 22, 2024. Automatic Gain Control (AGC)

One of the comments posted on the video shared on yesterday's blog essentially said: What no AGC?

That observation was based on seeing me adjust the audio gain pot as I tuned across some really loud signals. Typically, I do not include AGC in my rigs although several have that feature using circuitry from W7ZOI.

In keeping with the season, I wished we had built in AGC for use on several of the political candidates as they speak about immigrants eating your pets.

To implement AGC takes a whole raft of electronics to do it properly. So, for today's discussion let's talk about AGC.Β 

Let us start by theorizing that maybe AGC was invented for use in AM automobile radios. It would be hard to drive down the road and to keep having to adjust the volume which could present a distraction. Just my theory not necessarily the real how or why. Sitting in front of a rig presents less of a safety problem.

In essence, AGC levels out the final audio gain so that the volume coming out of the speaker is within a small range regardless of a strong or not so strong signal. The process starts with detecting the very strong signals and adjusting the overall system gain so that we do not have blasting signals coming out of the speaker.

That is a simplistic view as behind the scenes is the detection and measurement to some preset level and then enacting the gain reduction at the speed of light so our ear detection system cannot tell what is happening.

AGC takes many forms including at the RF level, the Audio level only and a combo of both Audio and RF. If you check Hayward's SSDRA you will see a combo of the RF and AF AGC in one of his receiver projects.Β 

The "audio only" approach tends to present a signal that sounds like it is "pumping" -- a shortcoming manifest in the Sideband Engineers SBE-33. Some simple Audio AGC circuits have a FET switch in the audio chain where biasing the FET reduces the signal passing through to the final AF amp stage.

The RF approach would typically apply gain reduction in the RF Amp and 1st IF Amp stages. Think of it -- the strong signal hits the antenna jack and in literally zero time you are trying to reduce the gain of the RF amp. Not an easy task. Some approaches simply bypass the RF stage and use the 1st IF amp stage as the crowbar to knock down the gain.

One "untying of the Gordian Knot problem" is the enactment of the AGC process without introducing distortion in the signal. A second problem especially in transceivers using a common IF is how to have AGC on receive and No AGC on transmit, or how to have AGC on Receive but ALC in the same circuit on transmit. This is more than a single FET and two resistors!

One thing I noted when working with "making" Dual Gate MOSFET's using two J310's is that you could add a trim pot to Gate 2 to adjust the stage gain. Extending this idea, you could have a variable voltage instead which depends on the signal level from some preset standard (AGC). A small relay could switch between the AGC voltage and a Fixed Gain wide open DC voltage on Transmit or the application of an ALC signal.
Β 
Β 
If you make R3 a 3.3K resist0r in series with a 10K trimpot wired as variable resistor you can adjust the stage gain Now substitute a variable DC voltage for the 10K trimpot and you have an AGC controlled stage. You would have to have a negative going AGC to reduce the gain on strong signals. By negative going means that a weak signal would be a higher voltage whereas a very strong signal would be a much smaller voltage.
Β 



Again, all of the added stuff is a high wire balancing act and unless it is done right is nothing short of a disaster. Thus, an Armstrong approach of manually adjusting the volume is not a severe handicap while operating.Β 

As usual there are commercial devices now available that likely will find their way into future homebrew rigs. Microsemi has a voltage-controlled attenuation device good from DC to 50GHz that can provide up to 27dB of attenuation.

TYGNYBNT. Do not eat your pets.

73's
Pete N6QW

Sept 21, 2024. More Homebrew SSB Radios

Β Today I want to pass gas about one of my homebrew transceivers. This specific radio was built to essentially replicate a radio built about 20 years ago, where the earlier 20M version was 4X4X8 and had an LCD display.

A ham who had seen this earlier rig lost his job and essentially sold all of his ham equipment to feed his family. I sent him the rig so he could still get on the air. Thus, the desire to replace the rig but put it on 40M.
Β 

Β 

This radio is a bit bigger than the original and of course has the color TFT display and two VFO's with memory. The 2nd VFO boots up on the 40M FT-8 frequency and has three sets of J310's wired as a Dual Gate MOSFET and all have trimmer pots to optimize their gain.Β 

The rig is built on two boards with the upper board having the IRF510. For a heat sink I used a thick aluminum plate that is bolted to the underside of the top board. This second unit has a compact look and would work pretty well for a POTA or SOTA event running at 5 watts.

Needless to say, it indeed would be a Chick Magnet! Some early photos during construction.





The Color TFT has undergone several iterations, and the current one has a black background to enhance readability.

This is a good example of what can be done when you know stuff. You can know stuff by doing stuff, making mistakes and learning from the whole process.

TYGNYBNT. Don't eat your pet!

73's
Pete N6QW


Sept 20, 2024. The Motorola Lapdock. (I did not misspell Lapdog.)


Motorola in a stroke of genius took a Smart Phone and by plugging it into an accessory device called a Lapdock turned the Smart Phone into a laptop computer. This made the Smart Phone work like a home computer.

The Smart Phone (Motorola of course) is plugged into a docking mechanism and there you sit with a keyboard, mouse, built in speakers and screen ready to watch Tik Tok shorts or hear the latest on cat eating immigrants.




The practicality of the Lapdock goes beyond a Smart Phone in that with adapter cables (Micro HDMI and Micro USB) any computer can plug into the Lapdock. This works perfect with a Raspberry Pi4 or Pi5 and think ahead to POTA and SOTA events as it does have an internal battery.

While the lapdock is no longer a standard product, many pre-owned (used) units can be found on eBay.

One advantage of the Lapdock is space conservation and the bonus roll up of keyboard, mouse, display and speakers into a small package. This screams portable operation with a Raspberry Pi4 or Pi5 which is on par with the original Smart Phone but on Steroids. I say this in that the user has more control of what is installed on and done with the Pi4 or Pi5.

This is another case of using some almost last gen technology to operate with our rigs. This also opens the door for use with my homebrew SDR transceiver and keeps it a compact package. Here is an old N6QW video of the Lapdock with the RPi2 running a Soft Rock transceiver.



Today I hope I opened the door to the possibilities that exist to us as hams, and we only need to open our minds to those possibilities.

To keep things in perspective, the Hermes Lite 2 and SS Amp are on a network and located 100 feet away (connected by CAT 6 cable) from the Lapdock/Computer. Think of those possibilities.

TYGNYBNT. Don't eat your pets!

73's
Pete N6QW

Sept 19, 2024, Craftsmanship, Creativity and Cool!

Today I wanted to share a homebrewer's work that hits the "Triple Crown" Triple CΒ (Craftsmanship, Creativity and Cool) mark. We are talking about Mike, KG7TR

Mike's website says it all -- Homebrew SSB Radios. But there are many homebrewers who claim that about their websites, but KG7TR's work is with vacuum tubes.


Combo Transmitter and Receiver using Octal Tubes


Mike's front panels are something not often seen with homebrew radios including solid state -- but just think behind that panel is a whole array of shack warming vacuum tubes.


The rig below looks like a military radio -- how cool is that?


KG7TR has replicated some work of the past like Anthony Vitale's W2EWL seminal converted ARC-5 phasing transmitter.




This transceiver below uses the famous McCoy 9 MHz Crystal Filter for LSB on 75M, all built into a Tektronix Scope case.


The "wow' factor about Mike's work is how amazing the finished work shows. All of his work has the form, fit and finish of something coming off a Collins production line.Β  The other aspect is certainly a one of a kind in that all are tube radios and, in some cases, all octal tubes.Β 


A Tip of the Cap to KG7TR.

I can just imagine a QSO with KG7TR where he says the rig on this end is a homebrew vacuum tube transceiver.

Visit his site and just marvel at KG7TR's work and be envious that you likely could not match his skill set. I am one who is more than just slightly envious.Β 

TYGNYBNT. Don't eat your pet.

73's
Pete N6QW

Sept 18, 2024. A failure to communicate! Receiver Gain Distribution.

A Failure To Communicate! Those ominous 4 words have appeared in reports such as the 9/11 Commission Report, or in describing 20M Band Conditions and then extending even to an equipment breakd0wn. In short, these issues are the causal factors of a failure to communicate and not so much inside the communications itself.

The inside the communications factor can be seen in the current political environment where it is suggested that immigrants are eating your pets. It is clear the pet eating comments are to grab the headlines and not so much to identify any problem. The solution to that is November 5th.

I also believe those 4 words were used in a Paul Newman movie ~ Cool Hand Luke.Β 

There is yet another aspect in the assumptions we individually make and then ask for something based on a not so clear assumed condition. I received another email last week that simply said send me the code.Β  I wrote back that unless the person identified the specific project I was at a loss as to what to send as it was a failure to communicate. I have not heard back.Β 

Without making an issue, the several requests for send me the unidentified code came from offshore where English is not the primary language. So that may be a factor but that is not an excuse!

The new phrase might be: If You Want Stuff You Have To Know Stuff. The knowing may be as simple as identifying specifically what you want.Β 


Rated #1 on Sherwood Engineering's list


This raises a question (back on to the Techie Stuff). The question of the day involves gain distribution in a homebrew receiver and where should the gain stages be applied. This borders on how big is big?Β 

But as we well know everyone wants a specific number if only to argue -- that is too big or too small. For the one or two sharp shooters in the blog readers set, your ears should perk up as you ready an argumentative response.Β 

There are neat terms like MDS (minimum discernable signal) where you can quantify that a particular topology can copy a weak signal with the weakest identified as MDS.Β 

Too much gain at certain parts of the signal train can cause a lot of noise to be amplified and carried along with the signal. This is especially true in front end RF Amplifier stages. Several commercial designs simply have no RF amplifier stages. This tends to work well below 20M but when you get beyond 17M -- the receiver almost sounds like it is on life support. No Noise BUT No Signals.

So, by picking a reasonable level of RF amplification walks the thin line of boosting the incoming signal without overly boosting the noise. A gain of say 5 to 10dB for the RF Amp would be a starting place.Β 

But external noise is not the only noise as there is noise internally generated within the receiver itself. This drives what you use and how you use it. Running stages Class A would likely result in a different outcome than from those running in other classes of operation.

Analog Devices has an exhaustive paper on noise in a receiver and can be seen here.Β 

Intermediate stage gain must consider that you want to assure you are not hitting the Crystal Filter with a sledgehammer. W7ZOI has often used a Pad after the post mixer amplifier so you are not really banging the crystal filter with signal. It also helps if you limit the bandwidth of the signals being applied to the filter especially those coming from the Balanced Modulator in a transmitter configuration.

A chance to make up for signal deficit lies with the audio amp stage. Not any old stage like a LM386, but a well-designed stage that delivers a significant amount of stage gain without a lot of noise in the side car is the goal. A homebrew audio amp using multiple gain stages is certainly a choice.Β 

So, what is a number for overall stage gain? Such a number is a trap unless you also consider a clean sound coming out of the speaker. To hedge my answer the overall stage gain should be that required to copy weak signals while minimizing internal and external noise at the band of operation. Old wives' tales often suggested 100dB.

TYGNYBNT. Don't eat your pet.

73's
Pete N6QW

Sept 17. 2024. Additional Homebrew Considerations

Β My time is limited and so not much new homebrewing ongoing. But I have been cycling through projects of old and suddenly it's clear that I should have paid more attention to possible "refinements".Β 

Most critical when I first started building SSB Transceivers was the frequency stability and accuracy and as important the signal quality on both transmit and receive.Β 

Homebrew dials fitted to 6:1 Jackson Bros. vernier drives were the Arduino/Si5351 of the early days. Placing the BFO / Carrier Oscillator at the right place on the slope of the filter was indeed a bit of black magic. Early rigs were vacuum tubes with solid state LC VFO's. In more recent times this has all given way to solid-state, amazing Color TFT displays and the Si5351. Even beyond that is now SDR.Β 

Most of my rigs in the garage storage tubs have the basic stability and signal quality features butΒ  Β it appears I stopped there. Without much change to the existing hardware, many refinements could have been or could be added to these rigs.

These upscale mods include working S Meters, Voltage Monitoring, SWR Meters, CW Keyers and Automatic Identification. Some are on wooden planks and should have been put in proper cases.Β 

A huge shortcoming is the lack of labeling and identification so when you pop the lid -- you have a better idea of what was done in the past. One ham I heard of glues the schematic onto the inside of the enclosure.Β 

One positive thing I have done is to adopt a wiring standard where any wiring used on receive only is Orange and any wire used only on transmit is Yellow. This is a huge leverage factor when trouble shooting!

Another small but important consideration is hardware. I typically use what I have and for a single project probably OK. But it can come back and bite you. The antenna connector on my projects could be an RCA, BNC or SO-239. I should have opted for a standard.

The issue is that now I need a box of connector adapters when I try out various rigs. Several of those bargain adapters from China are flaky and subject to intermittent operation. I was shocked to find out that the better-quality adapters cost more than a Big Mac at Mickey D's. Now I attempt BNC only!

The import of today's message is to think about the refinements at the outset and include those in the scope of work. Doing this in the initial planning enables the add on later on without literally having to rebuild the whole rig

Now for the requisite photo to attract blog viewers.
Β 

Β 
This particular radio has extra panel space to accommodate a larger display. This now would give more real estate to provide status on SWR, Voltage levels etc. The Arduino has the headroom for this and I have larger displays in the bins. This would not be a large project time wise. BTW this box has had three different rigs installed inside. Recycling!

TYGNYBNT. Don't eat your pet!
73's
Pete N6QW



Sept 16, 2024. How a Real Radio should look like!

Β 


The PENNTEK TR-45L CW Transceiver

The PENNTEK TR-45L radio (made in Pennsylvania) screams volumes with an old school analog panel meter alongside a 16X2 LCD. Imagine this jewel sitting on a picnic bench while you send CQ POTA. It is a chick magnet extraordinaire! [A suggested upgrade: A Juliano Blue LCD.]

This is not unlike the time in 1967 while living at 350 Union Street in San Franscisco, where a movie was being made using our parking garage. The movie was Hospital featuring George C Scott and Julie Christie. In 1967 Christie was 27 years old.

It was early morning, and I had a street facing large window slightly above ground level. I opened my drapes while still in my Navy issued skivvies, (having just finished my 4-year obligation) and there was Julie Christie no more than 10 feet from me. It was the same feeling some 60 years later seeing the TR-45L.

Before getting way off on the deep end, the fully fitted TR-45 is about $750 and at the skinny end (stripped down version) about $200 less. I guess a somewhat premium price for a 4 Band 5-Watt CW transceiver.Β 

A superb looking transceiver!


Today at 84, Julie Christie loses out in the looks department as compared to the TR-45! But in 1967, a really different story!

Quite frankly, I would be hard pressed to justify spending $750 for a rig like this. But given all of its features and small volume production that cost is likely justified. But due to my other obligations simply not on the Santa wish list. However undeniably it does have the look of a high-class hooker!Β Β 

Moving from the High-End Honey's to the Bargain Basement Broad's are some offerings from the 4 State QRP Group


Hilltopper 20 Designed by Dave Benson K1SWL

This kit was designed by Dave Benson of Small Wonder Labs (K1SWL). The price is more in line with my budget gag level, about $125, and available from the 4 States QRP Group.Β 

Indeed, there is some interesting hardware around us but that also suggests that any ham worth his salt could homebrew a CW rig. One of K1SWL's 1st kits was the NE4020 which I totally homebrewed. Your homebrew offering might not look like the TR-45L or a 1960's Julie Christie but certainly would put Fire in the Wire.

TYGNYBNT. Don't eat your pets!

73's
Pete N6QW

Sept 15, 2024. Homebrew from ZL2 and LA3 Land

If you haven't caught on as yet -- there is a ton of homebrew projects being developed from VK/ZL land. Want proof of that statement, just visit VK3YE's You Tube Channel.

A site worth visiting is from ZL2PD. There are many projects on his site which range from test gear to complete radios.

Β 


The above is an example from his website. This sure lets you see what is going on between the rig and the antenna. Bravo.

Β I also suggest getting a membership with the G-QRP Club andΒ  receive the quarterly SPRAT publication which is chock full of useful radios/test gear.Β A hallmark of this publication is that what is presented is typically not complex nor requires a home loan to undertake. Issue 200 is soon to be in the mailboxes.

The ubiquitous and often cursed LM386 Audio Amp has been put under the microscope by LA3ZA. If you have ever done the homebrew mating dance, then most likely you have touched a LM386!




The internet is a vast resource to peek into shacks the world over and have a look see of what is on the bench. For many US homebrewer hams, regrettably they limited themselves to the work of W7ZOI, W1FB and W1ICP. (Hayward, DeMaw and McCoy). Certainly, these were tall pillars but there are many more homebrew resources now in the world.

We only need look with wide eyes to see the amazing stuff coming from Farhan and Hans Summers. But many highly talented homebrewers are unknown but yet have done significant work to enrich our shacks and give us new toys on the bench.


If you are a US blog reader and are not registered to vote but eligible to do so -- git er done!Β 

TYGNYBNT. Don't eat your pet!

73's
Pete N6QW

❌