Tag Archives: test equipment

I recently had the need to check a transceiver to ensure that it was on-frequency.  This is easiest done with a frequency counter, which is included in an MFJ Antenna Analyzer.  I use an inductive coupler made from some coil wire around a small (1/2 inch) piece of CPVC, with the coil connected to a BNC connector.

Inductive Coupler

Inductive Coupler

2015-11-15 12.28.59-2

Radio set frequency (28.5 MHz)

2015-11-15 12.28.52-2

Frequncy (28.499 MHz, or close enough considering the potential error in the antenna analyzer)

-73-


Category: Equipment

I’ve been reading a lot about receivers, and it sounds like one important thing is filtering. It makes sense too – simple receivers can suffer from front end overload due to a strong signal.  And when on the ham bands, you never know where that strong signal may be – it could be someone driving down the road (which is a bit obvious once you see it), but in my neighborhood, if you don’t know me, you’re probably not going to know about the antennas in my attic.

I don’t have a spectrum analyzer, and since I’m a traffic engineer, I really don’t have access to one.  I don’t need a full-blown spectrum analyzer, either, I just need to sweep through the HF band and get the difference between signal input and output.  Math will take care of the rest.

$$dB=20*\log{\frac{V_{out}}{V_{in}}$$

The way I figure it is this:

An Arduino (and this could become a Raspberry Pi or any number of other devices, but I’m going to use an Arduino because it’s cheap and relatively durable) controls a direct digital synthesizer (DDS) module that just scans through it’s limits… well, probably something like 0.5 MHz – 40 MHz – that gets me into the AM broadcast band (which can be a source of strong signals) to above the 10m band (I don’t know what’s up there, but whatever’s there is probably not running 50,000 watts).

The output of the DDS would have an RF voltmeter and a probe to go to a filter.  There would be another RF voltmeter to sense a filter output.  The Arduino would handle not only control, of the DDS, but also sensing the voltage.

It’ll look something like this:

This is a block diagram/schematic of how this will work. I didn't include the DDS module, which would be tied in there somewhere.

This is a block diagram/schematic of how this will work. I didn’t include the DDS module, which would be tied in there somewhere.

The Arduino and DDS will look like this:

Arduino Diavolino and a home-built shield

There will have to be a companion app to this.  In Java (not just because I’m drinking coffee, but also because it’s cross-platform).  It’ll look like this:

This is likely how things would look.  Simple.  A button that tells the Arduino to sweep, and some other important buttons.

This is likely how things would look. Simple. A button that tells the Arduino to sweep, and some other important buttons.

I have the perfect item to test with also.  One thing I built and don’t use (and never truly finished) was my Softrock RXTX.  I need to build a filter for the output to keep the harmonic of the 7 Mhz fundamental from being too strong on the 20 meter band.  I wound the coils while watching the Super Bowl-over-the-Broncos and printed a circuit board just before the game started.

Easy and small, but for 0.95 Watts, you don't really need much.

Easy and small, but for 0.95 Watts, you don’t really need much.

I’m not really sure if this will work, but it certainly seems like it would, and I think it would be interesting to see how some filters respond on this compared to a real spectrum analyzer.

-73-


Category: Arduino

This post is about the recently-built and the to-be-built projects I’ve been working on.

Recently Built: RF Sampler

First off, the recently-built.  I recently built an RF Sampler.  This little device allows me to connect a rig under test to my oscilloscope.  The schematic is quite simple, as it is basically a voltage divider that divides the voltage between an internal resistor and a dummy load. Below are the pictures.

And what are pictures without a video to show it works?

The schematic for this is at http://www.qsl.net/k6ls/rfsampler.html.  Also note this video from W2AEW (which is an expanded design of this).

Recently Built: Octopus Tester

Another item I recently built is an octopus component tester.  This is a simple tester that makes some basic tests on electrical components, like capacitors.  You can’t get the value of capacitance (etc) from this, but you can see if it works by hooking it up to the tester and checking it on an oscilloscope.  I built this into an Altoids tin.

Below is what a capacitor looks like on the scope.

More information on this can be seen on W2AEW’s video.

In The Pipeline

I have one item in the pipeline, maybe two.

One of them is a Time Domain Reflectometer.  There are schematics for that in the ARRL Handbook.  This would help me test coax.  I may jump to an Arduino-based pulse generator first.

-73-


Category: Equipment

This is the new server