Station Page and Images

master
Jay 2 years ago
parent de662eae22
commit 712d19db28

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>

@ -4,7 +4,7 @@
<title>nq4t.com:</title>
<link href="http://0.0.0.0:4000/atom.xml" rel="self"/>
<link href="http://0.0.0.0:4000/"/>
<updated>2023-01-21T04:09:28+00:00</updated>
<updated>2023-01-21T17:34:01+00:00</updated>
<id>http://0.0.0.0:4000</id>
<author>
<name></name>
@ -12,6 +12,15 @@
</author>
<entry>
<title>Station Page Updated</title>
<link href="http://0.0.0.0:4000/blog/2023/01/21/station-page-updated/"/>
<updated>2023-01-21T17:33:03+00:00</updated>
<id>http://0.0.0.0:4000/blog/2023/01/21/station-page-updated</id>
<content type="html">&lt;p&gt;Ive finished updating the station page with previous rigs I owned along with pictures.&lt;/p&gt;
</content>
</entry>
<entry>
<title>Sudden RF In The Shack</title>
<link href="http://0.0.0.0:4000/blog/2023/01/20/sudden-rf-in-the-shack/"/>

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>
@ -141,6 +141,10 @@
<h3>Site</h3>
<li>
<a href="/blog/2023/01/21/station-page-updated/">Station Page Updated | 21-JAN-2023</a>
</li>
<li>
<a href="/blog/2023/01/19/mirroring-page-up/">Mirroring Page Up | 19-JAN-2023</a>
</li>

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>
@ -120,6 +120,22 @@
<div class="posts">
<div class="post">
<h1 class="post-title">
<a href="/blog/2023/01/21/station-page-updated/">
Station Page Updated
</a>
</h1>
<span class="post-date">21 Jan 2023 &middot; Tagged: Site</span>
<p>Ive finished updating the station page with previous rigs I owned along with pictures.</p>
</div>
<div class="post">
<h1 class="post-title">
<a href="/blog/2023/01/20/sudden-rf-in-the-shack/">
@ -200,8 +216,6 @@ some of the lessons learned while doing it. So it makes sense it was one of the
</div>
</div>
<div class="pagination">

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>

@ -180,14 +180,20 @@ pre code {
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
.img-column-2 {
float: left;
width: 50%;
padding: 5px;
}
.img-column-3 {
float: left;
width: 33%;
padding: 5px;
}
/* Clear floats after image containers */
.row::after {
.img-row::after {
content: "";
clear: both;
display: table;

@ -110,7 +110,7 @@
<h6>Powered by jekyll and Fohdeesha.
<br>Last updated: 2023-01-21 04:09:28 +0000
<br>Last updated: 2023-01-21 17:34:01 +0000
<br><a href="https://git.pickmy.org/dewdude/nq4t-dot-com-jekyll" target="_blank">Site source</a> &middot; nq4tango(at)gmail.com</h6>
</div>
</div>
@ -119,26 +119,175 @@
<div class="content container">
<div class="page">
<h1 class="page-title">NQ4T's Station</h1>
<p class="message">Right now this page only contains information about the current station. In the future, it will talk about my past setups. 73</p>
<p>My station is not much:</p>
<p>You can skip to any of the following sections youd like:</p>
<ul>
<li>HF Rigs
<ul>
<li><a href="#currhf">Current HF Rig</a> (Although its literally right here.)</li>
<li><a href="#pasthf">Previous HF Rigs</a></li>
</ul>
</li>
<li>V/U Rigs
<ul>
<li><a href="#currvu">Current V/U Rigs</a></li>
<li><a href="#pastvu">Previous V/U Rigs</a>
<br /><br /></li>
</ul>
</li>
</ul>
<p><a id="currhf"></a></p>
<h2 id="current-hf-rig-yaesu-ft-1000mp">Current HF Rig: Yaesu FT-1000MP</h2>
<p><a href="/images/ft1000mp.jpg" target="_blank"><img src="/images/ft1000mp.jpg" style="width:100%" /></a>
My main HF rig is a Yaesu FT-1000MP Mark-V with a MFJ-974HB Balanced Tuner. I built both a digital interface to the DVS-2
port as well as a TinyFSK keyer for FSK.</p>
<div class="row">
<div class="column">
<div class="img-row">
<div class="img-column-2">
<a href="/images/doublet-day.jpg" target="_blank"><img src="/images/doublet-day.jpg" style="width:100%" /></a></div>
<div class="column">
<div class="img-column-2">
<a href="/images/doublet-night.jpg" target="_blank"><img src="/images/doublet-night.jpg" style="width:100%" /></a></div>
</div>
<p>My antenna is a 72 (21.9m) long center-fed doublet. Its about 50 (15.24m) up in the air supported by trees. The feedline held mostly vertical from the feed-point about
<p>My antenna is a 72 (21.9m) long center-fed doublet. Its about 50 (15.24m) up in the air supported by trees. The feed-line held mostly vertical from the feed-point about
6 (1.8m) from the ground using a line attached to the house. I originally built this doublet in 2018, and it stayed up until 2022 when the line hung up during a wind-storm
and it tore the loop at the end. The feedline has had a few patches and pieces spliced in to it; but its window-line so it doesnt affect performance. One leg had a
and it tore the loop at the end. The feed-line has had a few patches and pieces spliced in to it; but its window-line so it doesnt affect performance. One leg had a
cut/tear in the insulation close to the feed-point, so I did some pre-emptive work to prevent this from getting worse. It really shows up in the night shot as a
blurry white spot.</p>
<p><a id="pasthf"></a></p>
<h2 id="previous-hf-rigs">Previous HF Rigs</h2>
<h3 id="icom-ic-725">iCom IC-725</h3>
<div class="img-row">
<div class="img-column-3">
<a href="/images/ic7251.jpg" target="_blank"><img src="/images/thumbs/ic7251.jpg" /></a></div>
<div class="img-column-3">
<a href="/images/ic7252.jpg" target="_blank"><img src="/images/thumbs/ic7252.jpg" /></a></div>
<div class="img-column-3">
<a href="/images/ic7253.jpg" target="_blank"><img src="/images/thumbs/ic7253.jpg" /></a></div>
</div>
<p>My first HF rig was an iCom 725 I picked up at the Berryville Hamfest in 2015. Id only been licensed for about 4 months and hadnt expected to get an HF rig that quickly. I had
a small budget from a surprise influx of cash the night before and had been making rounds looking at boat anchors. A friend found this radio on the floor from a vendor that was
selling surplus radio equipment; the type of setup where it looked like a truck just dumped random gear everywhere. I made the usual mistake of buying an untested radio; but my
friend told me the old iComs were pretty tough. It came with the PS-55 power supply but no mic. I talked the guy down to an agreeable price because of these two factors. Despite
looking like it came right out of a barn, the radio fired up when I got it home. I bought an 8-pin mic plug, a random microphone from a $1 bin, and spent my last $20 on a MFJ-16010
long-wire tuner. I made contacts that night. While I may not have kept the power-supply, I kept the radio. Not only because it was my first; but because its a tank.</p>
<h3 id="icom-ic-756">iCom IC-756</h3>
<p><a href="/images/ic756.jpg" target="_blank"><img src="/images/thumbs/ic756.jpg" /></a></p>
<p>A year after getting the IC-725 I picked this up at the Berryville Hamfest. It was actually tested and working at the hamfest; and when I was the first to throw my money down there
was both sighs of disappointment and slight applause from the small crowd of OM thatd gathered. But, dont get too excited. What started off as a few bad lines turned in to a fully
dead display in about a week. It came with a replacement; but after some work I wound up blowing it up. Thanks iCom for numbering your connectors backwards.</p>
<h3 id="icom-ic-728">iCom IC-728</h3>
<p><a href="/images/ic728.jpg" target="_blank"><img src="/images/thumbs/ic728.jpg" /></a></p>
<p>I wound up trading my half-dead 756 for this 728. Was it a good trade? Probably not. But at the time, I was defeated and didnt care. The 728 didnt suffer from the filtering
issues the 725 did; plus it had a speech processor, something the 725 lacked. Dont get too excited. A few months later the RX lost all sensitivity. I sold it for parts at a
hamfest and managed to recover $75, putting me in the hole for $425 between it and the 756.</p>
<h3 id="icom-ic-7300">iCom IC-7300</h3>
<div class="img-row">
<div class="img-column-2">
<a href="/images/radiofam.jpg" target="_blank"><img src="/images/thumbs/radiofam.jpg" /></a></div>
<div class="img-column-2">
<a href="/images/ic7300.jpg" target="_blank"><img src="/images/thumbs/ic7300.jpg" /></a></div>
</div>
<p>In keeping with the trend of acquiring iCom rigs; I bought this brand new from HRO in August of 2018. Id wanted one since they came out, so I drove down to HRO that day and
bought it. Fantastic rig. I owned it all of 10 months before a serious accident forced me to sell it. I still miss this radio for many reasons. In fact the one picture is the
one I used for the emergency sale since I hadnt owned it long enough to take many.</p>
<h3 id="icom-ic-7100">iCom IC-7100</h3>
<div class="img-row">
<div class="img-column-2">
<a href="/images/ic71001.jpg" target="_blank"><img src="/images/thumbs/ic71001.jpg" /></a></div>
<div class="img-column-2">
<a href="/images/ic71002.jpg" target="_blank"><img src="/images/thumbs/ic71002.jpg" /></a></div>
</div>
<p>In mid-2020 I picked up this IC-7100 from a friend on IRC. Id put my 725 back on the air a couple of months earlier after, but was quickly reminded at how annoying that thing
was with its barn-door-wide filtering. I quickly fell in love with it. Almost as good as the 7300 RX wise with the advantage of the remote head and 2m/70cm. I didnt use those
much due to the inability to keep a VHF antenna up in the trees; but I had a hotspot, so it served as a D-Star radio for that. I did an RF tap for my SDRPlay for a nice big
waterfall. I sold it in the summer of 2022 after yet another situation forced me to sell the shack.</p>
<h3 id="the-qro-station-i-never-got-to-use">The QRO Station I Never Got To Use</h3>
<p><a href="/images/qro.jpg" target="_blank"><img src="/images/thumbs/qro.jpg" /></a></p>
<p>I dont even want to talk about this. I made my first trip to Hamvention in 2022 for the sole purpose of buying the SB-201 and tuner off a friend for a ridiculously good price. The
amp was in fully working condition and had all the major mods done by someone who knew what they were doing. I never even got this on the air. By the time I got the rest of the
parts to let my antenna setup do kW; that situation arose and it went out the door. I was so heart-broken after everything that I had zero intentions of getting back on the air
until the current rig was bestowed upon me. On the flipside; the shelf I had to add to the station location to accommodate that beast wound up being needed to hold the Yaesu.
<br /><br />
<a id="currentvu"></a></p>
<h2 id="current-vhfuhf-radios">Current VHF/UHF Radios</h2>
<h3 id="yaesu-ft2d">Yaesu FT2D</h3>
<p><a href="/images/ft2d.jpg" target="_blank"><img class="wrap-left" src="/images/thumbs/ft2d.jpg" /></a>
For Christmas 2016 I bought myself a little gift, a Yaesu FT2D. The club had recently taken the deal on the System Fusion repeater, so I figured I might as well get over the pain
of paying over $300 for an HT. I bought it along with a Mirage BD-35 amp; my reasoning being it would allow me to use the HT as a mobile radio with the option of plugging up a
different mobile radio in the future. Though I was very unimpressed with System Fusion and WIRES-X as a whole, its been a damn good radio. Its been dropped and beaten to hell,
but it fires up every time I need it to (provided its charged).
<br /></p>
<h3 id="dmr-hts">DMR HTs</h3>
<p><a href="/images/dmr.jpg" target="_blank"><img src="/images/thumbs/dmr.jpg" /></a></p>
<ul>
<li>
<h4 id="tyt-md-380">TYT MD-380</h4>
<p>This one was on “extended loan” from a guy as no one else had a use for it, he wanted me to give a presentation on MMDVM hotspots, and the only mode I didnt have a radio for at
the time was DMR. Its an OK radio, I guess. I dont really use it much these days, its more of a backup. I do have the battery eliminator for it, which I used for mobile use with
the hotspot.</p>
</li>
<li>
<h4 id="radioddity-gd-73">Radioddity GD-73</h4>
<p>I was looking for a hotspot radio, and I bought a hotspot radio. The one thing I like about it is the use of standard USB for charging and programming.</p>
</li>
<li>
<h4 id="cotre-co01d">Cotre CO01D</h4>
<p>This, at the time, was a $16 DMR radio. No display, one zone, few buttons…but it was $16. How bad could a $16 DMR radio be? I bought it to find out. I was surprised to find other
than the horrible interface, it too made a decent hotspot radio; and it actually does Tier2. I still have it, but have completely misplaced it and havent seen it in quite some
time. Itll turn up one day.</p>
</li>
</ul>
<p><a id="pastvu"></a></p>
<h3 id="previous-vhfuhf-radios">Previous VHF/UHF Radios</h3>
<h4 id="kenwood-tr-7850">Kenwood TR-7850</h4>
<p><a href="/images/7850.jpg" target="_blank"><img src="/images/thumbs/7850.jpg" /></a>
A friend from an audio site gave me a Kenwood TR-7850 2m monobander after hearing Id gotten my license. It belonged to his father and was just sitting around. He included another
2m rig; an even older Kenwood monobander. Its….somewhere around here in storage. I only briefly used the rig because of the 2m antenna issue I mentioned. Im pretty sure I still
have it…again…in storage. After 8 years its hard to tell where its gone.
<br /></p>
<h4 id="kenwood-th-d74">Kenwood TH-D74</h4>
<p><a href="/images/d74.jpg" target="_blank"><img class="wrap-left" src="/images/thumbs/d74.jpg" /></a>
Yes, I bought one of the D74s. I bought it the same day I bought my 7300 at HRO. Nice little radio. It saw very little use and sold it after selling the rest of the shack. One of
the nice things about it was its general coverage receive would actually do sideband modes; and it actually had a ferrite bar antenna for AM BCB. Mine did suffer that issue where
the internal charge controller died; so the power jack on the radio was 100% useless. But it was my first D-Star radio, the one I first used with a hotspot, I used it for a couple
of foxhunts, and it did send an <a href="/images/aprsiss.jpg" target="_blank">APRS packet through the ISS</a>.
<br /><br /><br /><br /></p>
<h4 id="baofeng-gt3-tp">Baofeng GT3-TP</h4>
<p><a href="/images/potato.jpg" target="_blank"><img class="wrap-right" src="/images/thumbs/potato.jpg" /></a>
Look…I was a new ham and broke. I bought one of these and made use of it; but it was a pretty lousy radio overall. Tons of front-end overload issues. Its final resting place
is a field in California. That being said, I did make a magmount for it and beaconed a lot of APRS with it while I did own it. I think I even did an event or two. The few comments
I got on repeaters were complmenting me for having “good deviation” as most of them shipped FMN by default. I later stole the crystal out of its programming cable to fix the dongle
for my HF digital interface.</p>
</div>
</div>

@ -0,0 +1,9 @@
---
title: Station Page Updated
layout: post
date: 2023-01-21 17:33:03
tags: Site
excerpt_separator: <!--more-->
---
I've finished updating the station page with previous rigs I owned along with pictures.

Binary file not shown.

@ -180,14 +180,20 @@ pre code {
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
.img-column-2 {
float: left;
width: 50%;
padding: 5px;
}
.img-column-3 {
float: left;
width: 33%;
padding: 5px;
}
/* Clear floats after image containers */
.row::after {
.img-row::after {
content: "";
clear: both;
display: table;

@ -4,23 +4,157 @@ title: NQ4T's Station
sidebar: 1
order: 3
---
You can skip to any of the following sections you'd like:
- HF Rigs
- <a href="#currhf">Current HF Rig</a> (Although it's literally right here.)
- <a href="#pasthf">Previous HF Rigs</a>
- V/U Rigs
- <a href="#currvu">Current V/U Rigs</a>
- <a href="#pastvu">Previous V/U Rigs</a>
<br><br>
<p class="message">Right now this page only contains information about the current station. In the future, it will talk about my past setups. 73</p>
My station is not much:
<a id="currhf">
## Current HF Rig: Yaesu FT-1000MP
<a href="/images/ft1000mp.jpg" target="_blank"><img src="/images/ft1000mp.jpg" style="width:100%"></a>
My main HF rig is a Yaesu FT-1000MP Mark-V with a MFJ-974HB Balanced Tuner. I built both a digital interface to the DVS-2
port as well as a TinyFSK keyer for FSK.
<div class="row">
<div class="column">
<div class="img-row">
<div class="img-column-2">
<a href="/images/doublet-day.jpg" target="_blank"><img src="/images/doublet-day.jpg" style="width:100%"></a></div>
<div class="column">
<div class="img-column-2">
<a href="/images/doublet-night.jpg" target="_blank"><img src="/images/doublet-night.jpg" style="width:100%"></a></div>
</div>
My antenna is a 72' (21.9m) long center-fed doublet. It's about 50' (15.24m) up in the air supported by trees. The feedline held mostly vertical from the feed-point about
My antenna is a 72' (21.9m) long center-fed doublet. It's about 50' (15.24m) up in the air supported by trees. The feed-line held mostly vertical from the feed-point about
6' (1.8m) from the ground using a line attached to the house. I originally built this doublet in 2018, and it stayed up until 2022 when the line hung up during a wind-storm
and it tore the loop at the end. The feedline has had a few patches and pieces spliced in to it; but it's window-line so it doesn't affect performance. One leg had a
and it tore the loop at the end. The feed-line has had a few patches and pieces spliced in to it; but it's window-line so it doesn't affect performance. One leg had a
cut/tear in the insulation close to the feed-point, so I did some pre-emptive work to prevent this from getting worse. It really shows up in the night shot as a
blurry white spot.
<a id="pasthf">
## Previous HF Rigs
### iCom IC-725
<div class="img-row">
<div class="img-column-3">
<a href="/images/ic7251.jpg" target="_blank"><img src="/images/thumbs/ic7251.jpg"></a></div>
<div class="img-column-3">
<a href="/images/ic7252.jpg" target="_blank"><img src="/images/thumbs/ic7252.jpg"></a></div>
<div class="img-column-3">
<a href="/images/ic7253.jpg" target="_blank"><img src="/images/thumbs/ic7253.jpg"></a></div>
</div>
My first HF rig was an iCom 725 I picked up at the Berryville Hamfest in 2015. I'd only been licensed for about 4 months and hadn't expected to get an HF rig that quickly. I had
a small budget from a surprise influx of cash the night before and had been making rounds looking at boat anchors. A friend found this radio on the floor from a vendor that was
selling surplus radio equipment; the type of setup where it looked like a truck just dumped random gear everywhere. I made the usual mistake of buying an untested radio; but my
friend told me the old iCom's were pretty tough. It came with the PS-55 power supply but no mic. I talked the guy down to an agreeable price because of these two factors. Despite
looking like it came right out of a barn, the radio fired up when I got it home. I bought an 8-pin mic plug, a random microphone from a $1 bin, and spent my last $20 on a MFJ-16010
long-wire tuner. I made contacts that night. While I may not have kept the power-supply, I kept the radio. Not only because it was my first; but because it's a tank.
### iCom IC-756
<a href="/images/ic756.jpg" target="_blank"><img src="/images/thumbs/ic756.jpg"></a>
A year after getting the IC-725 I picked this up at the Berryville Hamfest. It was actually tested and working at the hamfest; and when I was the first to throw my money down there
was both sighs of disappointment and slight applause from the small crowd of OM that'd gathered. But, don't get too excited. What started off as a few bad lines turned in to a fully
dead display in about a week. It came with a replacement; but after some work I wound up blowing it up. Thanks iCom for numbering your connectors backwards.
### iCom IC-728
<a href="/images/ic728.jpg" target="_blank"><img src="/images/thumbs/ic728.jpg"></a>
I wound up trading my half-dead 756 for this 728. Was it a good trade? Probably not. But at the time, I was defeated and didn't care. The 728 didn't suffer from the filtering
issues the 725 did; plus it had a speech processor, something the 725 lacked. Don't get too excited. A few months later the RX lost all sensitivity. I sold it for parts at a
hamfest and managed to recover $75, putting me in the hole for $425 between it and the 756.
### iCom IC-7300
<div class="img-row">
<div class="img-column-2">
<a href="/images/radiofam.jpg" target="_blank"><img src="/images/thumbs/radiofam.jpg"></a></div>
<div class="img-column-2">
<a href="/images/ic7300.jpg" target="_blank"><img src="/images/thumbs/ic7300.jpg"></a></div>
</div>
In keeping with the trend of acquiring iCom rigs; I bought this brand new from HRO in August of 2018. I'd wanted one since they came out, so I drove down to HRO that day and
bought it. Fantastic rig. I owned it all of 10 months before a serious accident forced me to sell it. I still miss this radio for many reasons. In fact the one picture is the
one I used for the emergency sale since I hadn't owned it long enough to take many.
### iCom IC-7100
<div class="img-row">
<div class="img-column-2">
<a href="/images/ic71001.jpg" target="_blank"><img src="/images/thumbs/ic71001.jpg"></a></div>
<div class="img-column-2">
<a href="/images/ic71002.jpg" target="_blank"><img src="/images/thumbs/ic71002.jpg"></a></div>
</div>
In mid-2020 I picked up this IC-7100 from a friend on IRC. I'd put my 725 back on the air a couple of months earlier after, but was quickly reminded at how annoying that thing
was with it's barn-door-wide filtering. I quickly fell in love with it. Almost as good as the 7300 RX wise with the advantage of the remote head and 2m/70cm. I didn't use those
much due to the inability to keep a VHF antenna up in the trees; but I had a hotspot, so it served as a D-Star radio for that. I did an RF tap for my SDRPlay for a nice big
waterfall. I sold it in the summer of 2022 after yet another situation forced me to sell the shack.
### The QRO Station I Never Got To Use
<a href="/images/qro.jpg" target="_blank"><img src="/images/thumbs/qro.jpg"></a>
I don't even want to talk about this. I made my first trip to Hamvention in 2022 for the sole purpose of buying the SB-201 and tuner off a friend for a ridiculously good price. The
amp was in fully working condition and had all the major mods done by someone who knew what they were doing. I never even got this on the air. By the time I got the rest of the
parts to let my antenna setup do kW; that situation arose and it went out the door. I was so heart-broken after everything that I had zero intentions of getting back on the air
until the current rig was bestowed upon me. On the flipside; the shelf I had to add to the station location to accommodate that beast wound up being needed to hold the Yaesu.
<br><br>
<a id="currentvu">
## Current VHF/UHF Radios
### Yaesu FT2D
<a href="/images/ft2d.jpg" target="_blank"><img class="wrap-left" src="/images/thumbs/ft2d.jpg"></a>
For Christmas 2016 I bought myself a little gift, a Yaesu FT2D. The club had recently taken the deal on the System Fusion repeater, so I figured I might as well get over the pain
of paying over $300 for an HT. I bought it along with a Mirage BD-35 amp; my reasoning being it would allow me to use the HT as a mobile radio with the option of plugging up a
different mobile radio in the future. Though I was very unimpressed with System Fusion and WIRES-X as a whole, it's been a damn good radio. It's been dropped and beaten to hell,
but it fires up every time I need it to (provided it's charged).
<br>
### DMR HTs
<a href="/images/dmr.jpg" target="_blank"><img src="/images/thumbs/dmr.jpg"></a>
- #### TYT MD-380
This one was on "extended loan" from a guy as no one else had a use for it, he wanted me to give a presentation on MMDVM hotspots, and the only mode I didn't have a radio for at
the time was DMR. It's an OK radio, I guess. I don't really use it much these days, it's more of a backup. I do have the battery eliminator for it, which I used for mobile use with
the hotspot.
- #### Radioddity GD-73
I was looking for a hotspot radio, and I bought a hotspot radio. The one thing I like about it is the use of standard USB for charging and programming.
- #### Cotre CO01D
This, at the time, was a $16 DMR radio. No display, one zone, few buttons...but it was $16. How bad could a $16 DMR radio be? I bought it to find out. I was surprised to find other
than the horrible interface, it too made a decent hotspot radio; and it actually does Tier2. I still have it, but have completely misplaced it and haven't seen it in quite some
time. It'll turn up one day.
<a id="pastvu">
### Previous VHF/UHF Radios
#### Kenwood TR-7850
<a href="/images/7850.jpg" target="_blank"><img src="/images/thumbs/7850.jpg"></a>
A friend from an audio site gave me a Kenwood TR-7850 2m monobander after hearing I'd gotten my license. It belonged to his father and was just sitting around. He included another
2m rig; an even older Kenwood monobander. It's....somewhere around here in storage. I only briefly used the rig because of the 2m antenna issue I mentioned. I'm pretty sure I still
have it...again...in storage. After 8 years it's hard to tell where it's gone.
<br>
#### Kenwood TH-D74
<a href="/images/d74.jpg" target="_blank"><img class="wrap-left" src="/images/thumbs/d74.jpg"></a>
Yes, I bought one of the D74s. I bought it the same day I bought my 7300 at HRO. Nice little radio. It saw very little use and sold it after selling the rest of the shack. One of
the nice things about it was it's general coverage receive would actually do sideband modes; and it actually had a ferrite bar antenna for AM BCB. Mine did suffer that issue where
the internal charge controller died; so the power jack on the radio was 100% useless. But it was my first D-Star radio, the one I first used with a hotspot, I used it for a couple
of foxhunts, and it did send an <a href="/images/aprsiss.jpg" target="_blank">APRS packet through the ISS</a>.
<br><br><br><br>
#### Baofeng GT3-TP
<a href="/images/potato.jpg" target="_blank"><img class="wrap-right" src="/images/thumbs/potato.jpg"></a>
Look...I was a new ham and broke. I bought one of these and made use of it; but it was a pretty lousy radio overall. Tons of front-end overload issues. It's final resting place
is a field in California. That being said, I did make a magmount for it and beaconed a lot of APRS with it while I did own it. I think I even did an event or two. The few comments
I got on repeaters were complmenting me for having "good deviation" as most of them shipped FMN by default. I later stole the crystal out of it's programming cable to fix the dongle
for my HF digital interface.

Loading…
Cancel
Save