<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Skywave</title>
    <description>A blog about amateur radio and other fun stuff!</description>
    <link>https://kmcallister.github.io/skywave/</link>
    <atom:link href="https://kmcallister.github.io/skywave/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Tue, 08 Oct 2019 01:01:14 +0000</pubDate>
    <lastBuildDate>Tue, 08 Oct 2019 01:01:14 +0000</lastBuildDate>
    <generator>Jekyll v3.8.5</generator>
    
      <item>
        <title>Radio concepts&amp;#58; Bands and modes</title>
        <description>&lt;p&gt;This is the first in a series of beginner-friendly posts on radio concepts.  In
amateur radio, you’ll hear a lot of terms like “VHF”, “2 meters”, “FM”, “single
sideband” and so forth. These give essential information about a radio signal.
So, what do all the terms mean? I’ll try to keep it simple, with some more
technical info in links and footnotes.&lt;/p&gt;

&lt;h1 id=&quot;frequency-and-wavelength&quot;&gt;Frequency and wavelength&lt;/h1&gt;

&lt;p&gt;The most basic property of a radio wave is its &lt;em&gt;frequency&lt;/em&gt;. As a wave moves
past an antenna, it creates a positive voltage, then a negative voltage, then
back to positive and so on.&lt;sup id=&quot;fnref:vector&quot;&gt;&lt;a href=&quot;#fn:vector&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; The number of complete cycles per second
is the frequency, measured in hertz (Hz).  So a radio wave with frequency 500
kHz (500,000 Hz) goes from positive to negative and back 500,000 times per
second.  A FM radio station on 96.5 MHz completes a cycle 96,500,000 times per
second.&lt;/p&gt;

&lt;p&gt;Instead of &lt;em&gt;frequency&lt;/em&gt; we can also talk about &lt;em&gt;wavelength&lt;/em&gt;, which is the
distance between consecutive wave peaks (or troughs) in space, at a single
instant in time.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-10-05-bands-and-modes/wavelength.jpg&quot; alt=&quot;Diagram of a sine wave labeled with crest, trough, wavelength, and
amplitude&quot; class=&quot;center-block&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;(&lt;a href=&quot;https://cnx.org/contents/Sr8Ev5Og@12.2:1Cicp6CO@17/5-2-Waves-and-Wavelengths&quot;&gt;image source&lt;/a&gt;)&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;Radio waves travel at the speed of light,&lt;sup id=&quot;fnref:vf&quot;&gt;&lt;a href=&quot;#fn:vf&quot; class=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; so there is a strict
relationship between frequency and wavelength:&lt;/p&gt;

&lt;script type=&quot;math/tex; mode=display&quot;&gt;% &lt;![CDATA[
\begin{align*}
\textrm{wavelength} &amp; = \frac{\textrm{speed of light}}{\textrm{frequency}} \\\\
\textrm{frequency} &amp; = \frac{\textrm{speed of light}}{\textrm{wavelength}}
\end{align*} %]]&gt;&lt;/script&gt;

&lt;noscript&gt;
&lt;img alt=&quot;Wavelength equals speed of light divided by frequency, and frequency equals speed of light divided by wavelength.&quot; class=&quot;center-block&quot; src=&quot;/skywave/assets/2019-10-05-bands-and-modes/eq1.png&quot; /&gt;
&lt;/noscript&gt;

&lt;p&gt;Because the speed of light is very close to 300,000,000 meters per second,
we can use this approximation:&lt;/p&gt;

&lt;script type=&quot;math/tex; mode=display&quot;&gt;% &lt;![CDATA[
\begin{align*}
\textrm{wavelength in meters} &amp; = \frac{300}{\textrm{frequency in MHz}} \\\\
\textrm{frequency in MHz} &amp; = \frac{300}{\textrm{wavelength in meters}}
\end{align*} %]]&gt;&lt;/script&gt;

&lt;noscript&gt;
&lt;img alt=&quot;Wavelength in meters equals 300 divided by frequency in megahertz, and frequency in megahertz equals 300 divided by wavelength in meters.&quot; class=&quot;center-block&quot; src=&quot;/skywave/assets/2019-10-05-bands-and-modes/eq2.png&quot; /&gt;
&lt;/noscript&gt;

&lt;p&gt;For example, that FM radio station at 96.5 MHz has a wavelength of
approximately 300 / 96.5 = 3.1 meters. WiFi at 2.4 GHz (2400 MHz) has a
wavelength around 300 / 2400 = 0.125 meters = 12.5 centimeters.&lt;/p&gt;

&lt;p&gt;Wavelength is particularly important because the size of an antenna, generally
speaking, is proportional to the wavelength of the signals it needs to transmit
or receive. Longer wavelengths (lower frequencies) require larger antennas.&lt;/p&gt;

&lt;h1 id=&quot;bands&quot;&gt;Bands&lt;/h1&gt;

&lt;p&gt;It is useful to group ranges of frequencies into &lt;em&gt;bands&lt;/em&gt;, because different
frequencies have different physical properties and applications.  People have
found uses for radio waves all the way from &lt;a href=&quot;https://en.wikipedia.org/wiki/Extremely_low_frequency&quot;&gt;a few
Hz&lt;/a&gt; to &lt;a href=&quot;https://en.wikipedia.org/wiki/Extremely_high_frequency&quot;&gt;hundreds of
GHz&lt;/a&gt; and
beyond.&lt;sup id=&quot;fnref:light&quot;&gt;&lt;a href=&quot;#fn:light&quot; class=&quot;footnote&quot;&gt;3&lt;/a&gt;&lt;/sup&gt; However, the most widely-used frequencies in ham radio fall
into three general ranges:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/High_frequency&quot;&gt;&lt;strong&gt;HF&lt;/strong&gt; (“high frequency”)&lt;/a&gt;.
Officially&lt;sup id=&quot;fnref:160m&quot;&gt;&lt;a href=&quot;#fn:160m&quot; class=&quot;footnote&quot;&gt;4&lt;/a&gt;&lt;/sup&gt; covers the range 3 – 30 Mhz. The special thing about HF
radio waves is that they reflect off of the
&lt;a href=&quot;https://en.wikipedia.org/wiki/Ionosphere&quot;&gt;ionosphere&lt;/a&gt;, a layer of Earth’s
upper atmosphere. By &lt;a href=&quot;https://en.wikipedia.org/wiki/Skywave&quot;&gt;bouncing between Earth’s surface and the
ionosphere&lt;/a&gt;, HF signals can travel
extremely long distances, far beyond the horizon.&lt;/p&gt;

    &lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-10-05-bands-and-modes/skywave.jpg&quot; alt=&quot;A diagram of skywave
propagation.&quot; class=&quot;center-block&quot; /&gt;&lt;/p&gt;

    &lt;p&gt;&lt;small&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Skywave#/media/File:Skywave.jpg&quot;&gt;image source&lt;/a&gt;)&lt;/small&gt;&lt;/p&gt;

    &lt;p&gt;For long distance radio, you can’t beat HF.  But the disadvantages are many:
large antennas, expensive radios, lots of knowledge and time investment
required.&lt;/p&gt;

    &lt;p&gt;HF propagation depends on many factors such as time of day, solar flares, and
the &lt;a href=&quot;https://en.wikipedia.org/wiki/Solar_cycle&quot;&gt;11-year sunspot cycle&lt;/a&gt;. A HF
frequency that works great for global communication might stop working just a
few minutes later. Currently (2019) we are near a sunspot minimum, which
makes HF more challenging; however there is still a lot of fun to be had.&lt;/p&gt;

    &lt;p&gt;Besides amateur radio, you will also find
&lt;a href=&quot;https://en.wikipedia.org/wiki/Shortwave_radio&quot;&gt;shortwave broadcasts&lt;/a&gt;,
&lt;a href=&quot;http://priyom.org/&quot;&gt;numbers stations&lt;/a&gt;,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Over-the-horizon_radar&quot;&gt;military radar systems&lt;/a&gt;
and &lt;a href=&quot;https://www.hfunderground.com/wiki/Shortwave_Utility_Stations&quot;&gt;other stuff&lt;/a&gt; in this range.
&lt;a href=&quot;https://en.wikipedia.org/wiki/Citizens_band_radio&quot;&gt;CB radio&lt;/a&gt; sits at the high end of HF,
just below the amateur &lt;a href=&quot;https://en.wikipedia.org/wiki/10-meter_band&quot;&gt;10 meter band&lt;/a&gt;.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Very_high_frequency&quot;&gt;&lt;strong&gt;VHF&lt;/strong&gt; (“very high
frequency”)&lt;/a&gt;, spanning 30
– 300 MHz. VHF is mainly used for local communication and, unlike HF, is
suitable for handheld radios. VHF
&lt;a href=&quot;https://en.wikipedia.org/wiki/Sporadic_E_propagation&quot;&gt;usually&lt;/a&gt; does not
bounce off the ionosphere, and will not go over the horizon, although
dedicated VHF enthusiasts find
&lt;a href=&quot;https://en.wikipedia.org/wiki/Meteor_burst_communications&quot;&gt;ways&lt;/a&gt;
&lt;a href=&quot;https://en.wikipedia.org/wiki/Earth%E2%80%93Moon%E2%80%93Earth_communication&quot;&gt;around&lt;/a&gt;
&lt;a href=&quot;https://en.wikipedia.org/wiki/Airplane_scatter#Radio_amateur_usage&quot;&gt;that&lt;/a&gt;.
VHF is also limited by line-of-sight; it will not travel through obstructions
such as hills.&lt;/p&gt;

    &lt;p&gt;Besides hams, other users of VHF include FM broadcasts, some TV channels,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Airband&quot;&gt;air traffic control&lt;/a&gt;,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Multi-Use_Radio_Service&quot;&gt;MURS&lt;/a&gt;,
police/fire/EMS and lots more.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Ultra_high_frequency&quot;&gt;&lt;strong&gt;UHF&lt;/strong&gt; (“ultra high
frequency”)&lt;/a&gt;, spanning
300 MHz – 3 GHz. The lower end of UHF is similar to VHF in characteristics
and uses. It is the home of
&lt;a href=&quot;https://en.wikipedia.org/wiki/Family_Radio_Service&quot;&gt;FRS&lt;/a&gt;/&lt;a href=&quot;https://en.wikipedia.org/wiki/General_Mobile_Radio_Service&quot;&gt;GMRS&lt;/a&gt;
in the USA, and the similar &lt;a href=&quot;https://en.wikipedia.org/wiki/PMR446&quot;&gt;PMR446&lt;/a&gt; in
Europe.&lt;/p&gt;

    &lt;p&gt;The upper end of UHF includes cell phones and WiFi. Hams have privileges on
&lt;a href=&quot;https://en.wikipedia.org/wiki/13-centimeter_band&quot;&gt;the 2.4 GHz frequencies&lt;/a&gt;
used by WiFi, and can operate WiFi hardware at much higher power, subject to
amateur radio rules.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As you can see, the terminology is archaic; “high frequency” is actually
towards the low end of frequencies in use today!&lt;/p&gt;

&lt;h1 id=&quot;amateur-bands&quot;&gt;Amateur bands&lt;/h1&gt;

&lt;p&gt;When hams speak of “bands” we usually mean a specific range of frequencies
reserved for amateur use. These are identified by approximate wavelength, e.g.
“80 meter band” or “70 centimeter band”. You’ll need to consult &lt;a href=&quot;http://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf&quot;&gt;a
chart&lt;/a&gt;
to find the exact frequency limits and privileges, which vary by country and by
license type.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-10-05-bands-and-modes/ham-bands.png&quot; alt=&quot;A chart of privileges on the 40, 30, and 20 meter bands.&quot; class=&quot;center-block&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;(excerpt from &lt;a href=&quot;http://www.arrl.org/files/file/Regulatory/Band%20Chart/Band%20Chart%20-%2011X17%20Color.pdf&quot;&gt;ARRL band chart&lt;/a&gt;)&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;The most important bands for local communication are &lt;a href=&quot;https://en.wikipedia.org/wiki/2-meter_band&quot;&gt;2
meters&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/70-centimeter_band&quot;&gt;70
centimeters&lt;/a&gt;. Most handheld
radios, including the ubiquitous Baofengs, will support both. Because of
line-of-sight limitations,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Amateur_radio_repeater&quot;&gt;repeaters&lt;/a&gt; are very
common on these bands. A repeater is a fixed station on a hilltop or tall
building, which receives a signal on one frequency and simultaneously
retransmits it on another. Because the repeater has a better location, better
antenna and more power than your handheld radio, it can vastly extend your
effective range — sometimes to 100 miles or more. A full write-up about
repeaters is out of scope here, but you can find a wealth of information
online.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-10-05-bands-and-modes/repeater.png&quot; alt=&quot;Diagram of two handheld radios communicating through a repeater.&quot; class=&quot;center-block&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;(own work)&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;To complicate things, hams will sometimes say “VHF” to mean 2 meters and “UHF”
to mean 70 centimeters, even though there are other amateur bands within VHF
and UHF as defined above.&lt;/p&gt;

&lt;p&gt;On HF a whole bunch of bands are available. The best choice at any point in
time depends on many factors such as time of day, ionospheric conditions, the
space available for antennas and the license privileges of the operator.  At
the current sunspot minimum, lower frequencies like
&lt;a href=&quot;https://en.wikipedia.org/wiki/40-meter_band&quot;&gt;40&lt;/a&gt; and &lt;a href=&quot;https://en.wikipedia.org/wiki/20-meter_band&quot;&gt;20
meters&lt;/a&gt; are open on a daily basis,
while the higher frequencies like &lt;a href=&quot;https://en.wikipedia.org/wiki/10-meter_band&quot;&gt;10
meters&lt;/a&gt; are only sporadically open
for long-distance communication.&lt;/p&gt;

&lt;h1 id=&quot;voice-modes&quot;&gt;Voice modes&lt;/h1&gt;

&lt;p&gt;A constant radio wave on a single frequency doesn’t convey any information
beyond “I’m here!”. In order to send a message — be it voice, text, or
something else — we need to vary the radio wave over time. This is where
modulation modes come in.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Amplitude modulation (AM)&lt;/strong&gt; is one simple way to transmit audio. The
amplitude (strength) of the radio wave varies according to the amplitude of the
sound wave. Because AM transmitters are easy to build and AM receivers are
&lt;a href=&quot;https://en.wikipedia.org/wiki/Crystal_radio&quot;&gt;even simpler&lt;/a&gt;, AM was the first
voice mode. It is still used for broadcasting and some other things, but has
largely been replaced by FM and SSB on ham radio (see below).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Frequency modulation (FM)&lt;/strong&gt; is another audio mode. Instead of varying
amplitude over time, we vary frequency. FM produces clear audio and is the
dominant mode for local communication on VHF and UHF. Most handheld radios do
FM and only FM. The main downside is that a FM signal has a large &lt;em&gt;bandwidth&lt;/em&gt;:
it occupies a large range of frequencies. For this reason and others, FM is not
used on HF bands.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-10-05-bands-and-modes/modulation.gif&quot; alt=&quot;Animation comparing AM and FM.&quot; class=&quot;center-block&quot; style=&quot;width: 400px;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Amplitude_modulation#/media/File:Amfm3-en-de.gif&quot;&gt;image source&lt;/a&gt;)&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Single sideband (SSB)&lt;/strong&gt; is a more efficient form of AM. Although AM is
different from FM, the varying amplitude nonetheless spreads the signal over a
range of frequencies.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-10-05-bands-and-modes/am-waterfall.jpg&quot; alt=&quot;Waterfall plot of an AM signal, showing two sidebands and a carrier.&quot; class=&quot;center-block&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;(&lt;a href=&quot;https://en.wikipedia.org/wiki/Amplitude_modulation#/media/File:AM_signal.jpg&quot;&gt;image source&lt;/a&gt;)&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;In this &lt;em&gt;waterfall plot&lt;/em&gt; of an AM signal, the horizontal axis is frequency, the
vertical axis is time, and the color indicates signal strength. The strong red
signal in the center is the &lt;em&gt;carrier&lt;/em&gt; and contains no information by itself.
Also, there are two copies of the audio signal: one above the carrier, the
other below.  These are the upper and lower &lt;em&gt;sidebands&lt;/em&gt;. In other words, the AM
signal has a lot of redundancy. By transmitting just one sideband and no
carrier, we can save on both power and bandwidth.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-10-05-bands-and-modes/usb-waterfall.jpg&quot; alt=&quot;Waterfall plot of just the upper sideband.&quot; class=&quot;center-block&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;small&gt;(same image source)&lt;/small&gt;&lt;/p&gt;

&lt;p&gt;This waterfall shows an &lt;em&gt;upper sideband&lt;/em&gt; (USB) signal. The &lt;em&gt;lower sideband&lt;/em&gt;
(LSB) would be the same, except flipped left-to-right. For &lt;a href=&quot;http://www.mdarc.org/resources/operating-aids/lsb-or-usb&quot;&gt;historical
reasons&lt;/a&gt;, LSB is used
on the lower HF bands (up to 40 meters) while USB is used at higher
frequencies.&lt;sup id=&quot;fnref:60m&quot;&gt;&lt;a href=&quot;#fn:60m&quot; class=&quot;footnote&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;The main disadvantage of SSB is that it requires more complex electronics in
both the transmitter and receiver, which is why SSB did not catch on until the
1960s. With modern electronics it is easy to send and receive SSB. Aside from a
few diehard AM users, SSB has taken over as the voice mode for HF ham radio.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Digital voice modes&lt;/strong&gt; encode audio as a stream of bits before sending it.
There are &lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_amateur_radio_modes#Digital_voice&quot;&gt;a number of digital
modes&lt;/a&gt;
in use, mainly on VHF and up. I don’t do digital voice so I don’t have much to
say about it!&lt;/p&gt;

&lt;h1 id=&quot;other-modes&quot;&gt;Other modes&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;Continuous wave (CW)&lt;/strong&gt; is the oldest&lt;sup id=&quot;fnref:cw&quot;&gt;&lt;a href=&quot;#fn:cw&quot; class=&quot;footnote&quot;&gt;6&lt;/a&gt;&lt;/sup&gt; radio mode. It works by switching a
transmitter on and off to represent the dots and dashes of &lt;a href=&quot;https://en.wikipedia.org/wiki/Morse_code#International_Morse_Code&quot;&gt;Morse
code&lt;/a&gt;.
Although Morse proficiency is no longer required to get a ham license in most
countries, it is still a very popular mode.  CW occupies a very small (&lt;a href=&quot;https://www.w8ji.com/cw_bandwidth_described.htm&quot;&gt;though
nonzero&lt;/a&gt;) bandwidth, and works
well even when signals are weak, because the human ear is very good at picking
out the rhythmic beeps of Morse code.  CW-only radio kits are the most
affordable way to get into HF.&lt;/p&gt;

&lt;p&gt;The downside of CW, or upside depending on how you look at it, is that you have
to learn Morse code! Skilled CW operators don’t hear individual dots and
dashes; they recognize the rhythms of letters or entire words and phrases.
It’s like learning a spoken language or a percussion instrument. Many tools and
resources are available for learning Morse code, too many to list here.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Digital data modes&lt;/strong&gt; allow sending digital data over ham radio. Typically
this involves an audio connection between a radio and a computer’s sound card.
The computer translates data to and from audio tones, much like an old-school
phone-line modem. Sometimes a &lt;a href=&quot;https://en.wikipedia.org/wiki/Terminal_node_controller&quot;&gt;dedicated
device&lt;/a&gt; takes the place
of the computer, or the functionality might be built into the radio itself.&lt;/p&gt;

&lt;p&gt;A large number of digital modes are used for different purposes. Some of the
more popular ones are
&lt;a href=&quot;https://en.wikipedia.org/wiki/WSJT_(amateur_radio_software)#FT8&quot;&gt;FT8&lt;/a&gt;,
&lt;a href=&quot;http://js8call.com&quot;&gt;JS8&lt;/a&gt;, &lt;a href=&quot;https://en.wikipedia.org/wiki/Radioteletype&quot;&gt;RTTY&lt;/a&gt;,
&lt;a href=&quot;https://en.wikipedia.org/wiki/PSK31&quot;&gt;PSK31&lt;/a&gt;, and
&lt;a href=&quot;https://en.wikipedia.org/wiki/Automatic_Packet_Reporting_System&quot;&gt;APRS&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Slow-scan_television&quot;&gt;&lt;strong&gt;Slow-scan television&lt;/strong&gt;
(SSTV)&lt;/a&gt; is a way of sending
images over ham radio. Despite the term “television”, we are talking about
grainy still images sent over the course of several seconds or minutes. If you
miss the excitement of waiting for JPEGs to load over dial-up internet then
this is the mode for you. Because images are sent so slowly, they fit into the
same bandwidth as a single SSB voice signal.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://en.wikipedia.org/wiki/Amateur_television&quot;&gt;&lt;strong&gt;Amateur television&lt;/strong&gt;
(ATV)&lt;/a&gt;, by contrast, is
full-motion video and audio sent using the same technology as commercial
broadcast TV. This requires a lot of bandwidth (6 MHz) so it’s only done on the
higher-frequency bands (70 centimeters and up) where there is more room.&lt;/p&gt;

&lt;p&gt;That’s it for now! Hope you found this informative and stay tuned for more
content.  There is lots more to say about modes so check out
&lt;a href=&quot;https://en.wikipedia.org/wiki/List_of_amateur_radio_modes&quot;&gt;Wikipedia&lt;/a&gt; or &lt;a href=&quot;http://www.arrl.org/modes-systems&quot;&gt;the
ARRL website&lt;/a&gt; if you’d like to know more.&lt;/p&gt;

&lt;h1 id=&quot;footnotes&quot;&gt;Footnotes&lt;/h1&gt;

&lt;div class=&quot;footnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:vector&quot;&gt;
      &lt;p&gt;The radio wave itself consists of an electric field and a magnetic field, oscillating together, hence “&lt;a href=&quot;https://en.wikipedia.org/wiki/Electromagnetic_radiation&quot;&gt;electromagnetic (EM) radiation&lt;/a&gt;”. These are vector fields, meaning that they have both a magnitude (strength) and a direction at each point in space. The voltage detected by your radio is a scalar quantity — magnitude only, whether positive or negative. Usually it’s produced by the electric field, which induces an electrical current in your antenna. But there are some antennas, such as &lt;a href=&quot;https://en.wikipedia.org/wiki/Loop_antenna#Magnetic_vs._electrical_antennas&quot;&gt;magnetic loop antennas&lt;/a&gt;, where the magnetic field does the work instead. &lt;a href=&quot;#fnref:vector&quot; class=&quot;reversefootnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:vf&quot;&gt;
      &lt;p&gt;The actual speed depends on what material the light or radio wave is moving through.  Light is fastest in a vaccum, and about 0.03% slower in air.  Radio waves travel up to 1/3 slower in wire or coaxial cable. The ratio of the speed in a material to the speed in vacuum is called the &lt;em&gt;velocity factor&lt;/em&gt;. It’s important to account for velocity factor when designing antennas. In optics, the reciprocal of the velocity factor is called the &lt;a href=&quot;http://hyperphysics.phy-astr.gsu.edu/hbase/Tables/indrf.html&quot;&gt;index of refraction&lt;/a&gt;. &lt;a href=&quot;#fnref:vf&quot; class=&quot;reversefootnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:light&quot;&gt;
      &lt;p&gt;The light we see is also an electromagnetic wave, at a &lt;a href=&quot;https://en.wikipedia.org/wiki/Electromagnetic_spectrum&quot;&gt;&lt;em&gt;really&lt;/em&gt; high frequency&lt;/a&gt; like 300 THz (300,000 GHz). At even higher frequencies you get ultraviolet light, then X-rays, then gamma rays. In between radio frequencies and infrared light, there is a “&lt;a href=&quot;https://en.wikipedia.org/wiki/Terahertz_gap&quot;&gt;terahertz gap&lt;/a&gt;” where neither radio technology nor optical technology works very well, making it difficult to utilize those frequencies. &lt;a href=&quot;#fnref:light&quot; class=&quot;reversefootnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:160m&quot;&gt;
      &lt;p&gt;A lot of ham HF equipment can transmit down to 1.8 MHz, the bottom of the &lt;a href=&quot;https://en.wikipedia.org/wiki/160-meter_band&quot;&gt;160 meter band&lt;/a&gt;, even though that is technically &lt;a href=&quot;https://en.wikipedia.org/wiki/Medium_frequency&quot;&gt;medium frequency&lt;/a&gt; and not HF. Some can also transmit on &lt;a href=&quot;https://en.wikipedia.org/wiki/6-meter_band&quot;&gt;6 meters&lt;/a&gt;, at the low end of VHF. 6 meters is known as the “magic band” because it’s quite unpredictable and has characteristics of both HF and VHF. &lt;a href=&quot;#fnref:160m&quot; class=&quot;reversefootnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:60m&quot;&gt;
      &lt;p&gt;And on &lt;a href=&quot;https://en.wikipedia.org/wiki/60-meter_band&quot;&gt;60 meters&lt;/a&gt;, which is a special case in many respects. &lt;a href=&quot;#fnref:60m&quot; class=&quot;reversefootnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:cw&quot;&gt;
      &lt;p&gt;Actually, not quite. The &lt;a href=&quot;https://en.wikipedia.org/wiki/Spark-gap_transmitter&quot;&gt;very first radio transmitters&lt;/a&gt; used an electric spark to excite a &lt;a href=&quot;https://en.wikipedia.org/wiki/LC_circuit&quot;&gt;resonant circuit&lt;/a&gt;, kind of like hitting a bell with a hammer. This produces a &lt;a href=&quot;https://en.wikipedia.org/wiki/Damped_wave&quot;&gt;damped wave&lt;/a&gt; that fades out until the next spark happens. Damped waves are extremely wasteful of bandwidth and are no longer allowed. Once &lt;a href=&quot;https://en.wikipedia.org/wiki/Continuous_wave&quot;&gt;continuous wave&lt;/a&gt; took over, the term CW became synonymous with Morse code itself. But a CW signal is not actually continuous; it switches on and off with the pattern of Morse dots and dashes. &lt;a href=&quot;#fnref:cw&quot; class=&quot;reversefootnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
</description>
        <pubDate>Sat, 05 Oct 2019 00:00:00 +0000</pubDate>
        <link>https://kmcallister.github.io/skywave/2019/10/05/bands-and-modes.html</link>
        <guid isPermaLink="true">https://kmcallister.github.io/skywave/2019/10/05/bands-and-modes.html</guid>
        
        <category>concepts</category>
        
        <category>intro</category>
        
        <category>radio</category>
        
        
      </item>
    
      <item>
        <title>APRS with the Yaesu FT-2900R</title>
        <description>&lt;p&gt;This is a short write-up about using APRS with the &lt;a href=&quot;https://www.universal-radio.com/catalog/fm_txvrs/2900.html&quot;&gt;Yaesu
FT-2900R&lt;/a&gt; mobile
radio. For those who aren’t familiar,
&lt;a href=&quot;https://en.wikipedia.org/wiki/Automatic_Packet_Reporting_System&quot;&gt;APRS&lt;/a&gt; is a
global network which allows sending GPS position updates, text messages, and
other data over ham radio, mainly 2 meter FM. APRS “digipeaters” relay these
messages by radio and “IGates” send them to the Internet, allowing global
communication.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/01-radio-with-tnc.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/01-radio-with-tnc.jpg&quot; alt=&quot;An amateur radio connected to a smaller box with a home-built cable.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here’s the radio in action, with a &lt;a href=&quot;https://store.mobilinkd.com/products/mobilinkd-tnc3&quot;&gt;Mobilinkd
TNC3&lt;/a&gt; at right (more on
this little device later).&lt;/p&gt;

&lt;p&gt;The FT-2900R seems to be a great choice for APRS. I receive lots of packets and
even at 5 watts, my packets get through to several digipeaters/IGates in the
area. The FT-2900R can output up to 75 watts; while this is much more than is
typically used for APRS, it could be useful in remote areas far away from other
APRS nodes. Despite its high output power, the FT-2900R is fanless; the entire
case serves as a giant heatsink. As a result, it is built like a tank and will
hold up in demanding environments. Finally, it is affordable on the used
market; I got two for $200 total on
&lt;a href=&quot;https://www.reddit.com/r/hamfest&quot;&gt;/r/hamfest&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/02-antenna.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/02-antenna.jpg&quot; alt=&quot;An antenna, approximately 2 feet long, sitting on top of a metal tray on a deck railing.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;My antenna for this test is a
&lt;a href=&quot;https://www.mfjenterprises.com/Product.php?productid=MFJ-1729&quot;&gt;MFJ-1729&lt;/a&gt;
magnetic mount antenna on top of a metal baking tray, which acts as a primitive
ground plane. A &lt;a href=&quot;https://www.work-sat.com/Antennas_files/FONG-DBJ2.pdf&quot;&gt;roll-up
J-pole&lt;/a&gt; is another
convenient option for portable use. For a directional link to a faraway
digipeater or IGate, a &lt;a href=&quot;http://theleggios.net/wb2hol/projects/rdf/tape_bm.htm&quot;&gt;homemade
yagi&lt;/a&gt; might work well.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/03-aprsdroid.png&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/03-aprsdroid.png&quot; alt=&quot;A screenshot from an Android app of APRS station reports.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Mobilinkd connects to my Android phone over Bluetooth. Using
&lt;a href=&quot;https://aprsdroid.org&quot;&gt;APRSdroid&lt;/a&gt; I can send position reports, see a list or
map of other stations, and send and receive text messages. I can even use
&lt;a href=&quot;https://smsgte.org&quot;&gt;SMS&lt;/a&gt; and &lt;a href=&quot;https://winlink.org/APRSLink&quot;&gt;email&lt;/a&gt; through
appropriate gateway services. This could be quite useful in a remote area with
no cell coverage, or in an emergency where the cell network is down. (Note
that, like everything on ham radio, APRS messages are &lt;a href=&quot;https://aprs.link/app/aprs/stations/messages-SMSGTE&quot;&gt;public
information&lt;/a&gt;.)&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/04-map.png&quot; alt=&quot;A Google Maps overlay showing my position.&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Because my position updates reach an IGate, my location appears on
&lt;a href=&quot;https://aprs.fi&quot;&gt;aprs.fi&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/05-station-list.png&quot; alt=&quot;A list of stations near me and stations that can hear
me.&quot; /&gt;&lt;/p&gt;

&lt;p&gt;In addition to the map, a lot of other station information is available on the
website.  As you can see, a number of nodes are able to hear me — the top 3 at
only 5 watts.&lt;/p&gt;

&lt;h1 id=&quot;the-cable&quot;&gt;The cable&lt;/h1&gt;

&lt;p&gt;The big disadvantage of the FT-2900R in this application is that I had to build
a strange custom cable to connect it to the TNC.  APRS packets are
&lt;a href=&quot;https://en.wikipedia.org/wiki/Bell_202_modem&quot;&gt;encoded&lt;/a&gt; as audio tones sent
over FM radio. The TNC is a modem&lt;sup id=&quot;fnref:1&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;; it &lt;em&gt;mo&lt;/em&gt;dulates bytes into tones and
&lt;em&gt;dem&lt;/em&gt;odulates the incoming tones back to bytes, very much like the modems we
once used for dial-up internet. Its interface to the radio consists of
bidirectional analog audio, plus a “push-to-talk” (PTT) signal which tells the
radio when to transmit. Newer Yaesu radios have a &lt;a href=&quot;https://www.soundcardpacket.org/7miniDIN.aspx&quot;&gt;dedicated “DATA”
jack&lt;/a&gt; on the rear which provides
all of these signals; however, the FT-2900R does not.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/06-the-cable.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/06-the-cable.jpg&quot; alt=&quot;A three-headed cable with one phone-style RJ12 plug and two headphone-style
plugs.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The workaround is this three-headed cable…&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/07-front-connector.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/07-front-connector.jpg&quot; alt=&quot;Close-up of the cable plugged into the front of the radio.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;…which plugs into the front-panel microphone jack…&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/08-rear-connector.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/08-rear-connector.jpg&quot; alt=&quot;Close-up of the cable plugged into the rear of the
radio.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;…and also the rear speaker jack.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/09-side-view.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/09-side-view.jpg&quot; alt=&quot;Side view of the radio. The three parts of the cable merge within a piece of
heat-shrink
tubing.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;These two connections are spliced onto the cable which connects to the TNC. A
piece of heat-shrink tubing covers the splice.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/10-cable-installed.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/10-cable-installed.jpg&quot; alt=&quot;Overall view of the cable as routed around the radio.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Once zip-tied to the chassis, the wiring is relatively tidy.&lt;/p&gt;

&lt;h1 id=&quot;building-the-cable&quot;&gt;Building the cable&lt;/h1&gt;

&lt;p&gt;The cable was not too difficult to make. If you have a bit of soldering
experience, it should take only an hour or so. I started with a RJ12 patch
cable, a 3.5mm TS plug for the speaker jack, and a 3.5mm TRRS plug for the TNC.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/11-build-1.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/11-build-1.jpg&quot; alt=&quot;Wires held by a &amp;quot;helping hands&amp;quot; soldering tool, in the process of being spliced.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here I have just finished splicing the three microphone-jack connections
(audio, PTT, and ground), the two speaker-jack connections (audio and ground)
and the TNC side of the cable. The three wires at the top left remain
unconnected; they connect to the pins on the RJ12 jack that aren’t used for
this project.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/12-build-2.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/12-build-2.jpg&quot; alt=&quot;The finished splices.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Bundled up and ready for the outer heat shrink.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/13-build-3.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/13-build-3.jpg&quot; alt=&quot;Soldering to a TRRS plug.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The hardest part was soldering the TRRS plug, especially the inner pin. After
all four wires were connected, I crimped the tabs (bottom left of connector)
around the cable. I did the same on the speaker plug (not shown).&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/orig/14-build-notes.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-09-23-ft2900r-aprs/small/14-build-notes.jpg&quot; alt=&quot;Two printouts with handwritten notes about wire colors.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I made notes about the color of each wire so I could connect everything
correctly. The printouts are from &lt;a href=&quot;http://kf3g25cw.altervista.org/Links/FT-2900R_MFJ-1270X_Cable/FT-2900R_MFJ-1270X_Cable.01.html&quot;&gt;this
page&lt;/a&gt;
and &lt;a href=&quot;https://mobilinkd.s3.amazonaws.com/TNC3/MobilinkdTNC3.pdf&quot;&gt;the Mobilinkd TNC3
manual&lt;/a&gt;.&lt;/p&gt;

&lt;h1 id=&quot;future-plans&quot;&gt;Future plans&lt;/h1&gt;

&lt;p&gt;My long-term plan is to replace the TNC with a &lt;a href=&quot;https://github.com/wb2osz/direwolf/blob/master/doc/Raspberry-Pi-APRS.pdf&quot;&gt;Raspberry Pi running
Direwolf&lt;/a&gt;
and put everything in an ammo can. Then I will have a rugged, self-contained
digipeater that I can deploy in a remote area or for emergency use.  I can, for
example, carry my handheld radio and the Mobilinkd and use APRS whenever I am within
radio range of the portable digipeater.&lt;/p&gt;

&lt;p&gt;For power I’ll use my &lt;a href=&quot;/skywave/2019/07/15/solar-battery.html&quot;&gt;solar battery
box&lt;/a&gt; or any other 12V (really ≈13V)
power supply. The digipeater can also report its own status (battery voltage,
temperature, etc.) over APRS. I’ll include an external WiFi antenna for IGate
functionality when an Internet connection is available. Other possibilities
include a GPS receiver and 3G/LTE connectivity.&lt;/p&gt;

&lt;p&gt;Of course, the cable I made is not limited to APRS. I could use it for &lt;a href=&quot;https://en.wikipedia.org/wiki/AX.25&quot;&gt;AX.25
networking&lt;/a&gt;, DTMF-based remote control of
some device, a voice mailbox system or anything else that involves a computer
sending and receiving audio on 2 meter FM.&lt;/p&gt;

&lt;p&gt;Although everything seems to be working great, I do worry about RF interference
into the audio cables. If that becomes a problem, I will try shielded audio
cables.  A metal ammo can, with openings much smaller than 2 meters, will also
provide some shielding.&lt;/p&gt;

&lt;p&gt;Thanks for reading and stay tuned for updates on this project!&lt;/p&gt;

&lt;h1 id=&quot;footnotes&quot;&gt;Footnotes&lt;/h1&gt;

&lt;div class=&quot;footnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot;&gt;
      &lt;p&gt;TNC stands for &lt;a href=&quot;https://en.wikipedia.org/wiki/Terminal_node_controller&quot;&gt;terminal node controller&lt;/a&gt;. These were originally quite feature-rich devices, but over time more and more functionality has been moved into the host — in this case, my Android phone. The Mobilinkd TNC3 is just a modem which speaks a very simple &lt;a href=&quot;https://en.wikipedia.org/wiki/KISS_(TNC)&quot;&gt;frame-based serial protocol&lt;/a&gt; with the host. It doesn’t know anything about APRS per se. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
</description>
        <pubDate>Mon, 23 Sep 2019 00:00:00 +0000</pubDate>
        <link>https://kmcallister.github.io/skywave/2019/09/23/ft2900r-aprs.html</link>
        <guid isPermaLink="true">https://kmcallister.github.io/skywave/2019/09/23/ft2900r-aprs.html</guid>
        
        <category>aprs</category>
        
        <category>radio</category>
        
        
      </item>
    
      <item>
        <title>Solar battery box in an ammo can</title>
        <description>&lt;p&gt;Hi, I’m Keegan, callsign KM6PNI! Welcome to my new blog. It’s been &lt;a href=&quot;http://mainisusuallyafunction.blogspot.com&quot;&gt;a long
time&lt;/a&gt; since I blogged, and I
decided to get back into it by documenting some of my amateur radio projects.
For my first post, I will show off a solar-charging battery box that I built
for portable radio adventures and emergency power.&lt;/p&gt;

&lt;h1 id=&quot;capabilities&quot;&gt;Capabilities&lt;/h1&gt;

&lt;p&gt;I will describe the internals later, but basically this is a lead-acid battery
and a solar charge controller, installed in a military-surplus ammo can.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/01-top-angle.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/01-top-angle.jpg&quot; alt=&quot;Ammo can battery box with ports and circuit breakers visible&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/02-breaker-side.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/02-breaker-side.jpg&quot; alt=&quot;Another view of the same box&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/03-rainbow-side.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/03-rainbow-side.jpg&quot; alt=&quot;The other side of the box, decorated with rainbows&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/04-ports.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/04-ports.jpg&quot; alt=&quot;Front view, showing more ports&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It provides 12 volt power through four
&lt;a href=&quot;https://en.wikipedia.org/wiki/Anderson_Powerpole&quot;&gt;Powerpole&lt;/a&gt; connectors, as
well as a car accessory socket. It also provides two USB Quick Charge ports.
Between the USB ports is a built-in voltmeter.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/05-phone-laptop-ht.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/05-phone-laptop-ht.jpg&quot; alt=&quot;Battery box charging a laptop, phone, and handheld radio&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here you can see the battery charging my phone, my laptop, and my &lt;a href=&quot;https://www.yaesu.com/indexVS.cfm?cmd=DisplayProducts&amp;amp;encProdID=6EC43B29CEF0EC2B4E19BB7371688B7F&quot;&gt;Yaesu
FT-60R&lt;/a&gt;
handheld radio.  For the laptop, I’m using a &lt;a href=&quot;https://www.amazon.com/gp/product/B003FOOY32/ref=ox_sc_act_title_1?smid=A3RPN0HBLXDN8Z&amp;amp;psc=1&quot;&gt;USB-C car charger
brick&lt;/a&gt;,
which I modified with a Powerpole connector. The FT-60R charges through a
Powerpole-to-barrel-jack cable that I made, and the phone is ordinary USB Quick
Charge.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/06-ft891.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/06-ft891.jpg&quot; alt=&quot;Battery box powering a ham radio&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here the box is powering my &lt;a href=&quot;http://www.yaesu.com/airband/indexVS.cfm?cmd=DisplayProducts&amp;amp;ProdCatID=102&amp;amp;encProdID=DF4DB262968932E999EAF928B5B6A1A7&amp;amp;DivisionID=2&amp;amp;isArchived=1&quot;&gt;Yaesu
FT-891&lt;/a&gt;
and a &lt;a href=&quot;https://www.raspberrypi.org/products/raspberry-pi-3-model-b/&quot;&gt;Raspberry Pi
3&lt;/a&gt; (in the
plastic box at top). The RPi interfaces with the radio so I can send and
receive digital messages. With this equipment plus an antenna, I can send a
message around the world, using no infrastructure and only a few watts of
power. I’ll write another article about the RPi digital-mode setup at some
point.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/07-side-charging.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/07-side-charging.jpg&quot; alt=&quot;Battery box charging from a solar panel&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;On the right side of the box, there are two additional Powerpole connectors and
a pair of circuit breakers (full wiring diagram below). These connectors are
used to charge the battery. Here I have a 12V solar panel plugged in to the
connector marked “SOL”.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/08-meter-closeup.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/08-meter-closeup.jpg&quot; alt=&quot;Close-up of a voltage / current meter&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’ve connected an in-line power meter, which shows that my panel is providing
38 watts. Whatever power is not consumed by loads goes into recharging the
battery.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/09-panel.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/09-panel.jpg&quot; alt=&quot;A solar panel sitting in a deck garden&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is one of my solar panels. It is rated for 100 watts maximum, in direct
sunlight.  At some point I will buy a folding panel that is easier to transport
to the field.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/10-inverter-with-fan.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/10-inverter-with-fan.jpg&quot; alt=&quot;Battery box powering a box fan through an inverter&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Most of the devices I want to use in the field run from 12V DC. But I can also
run AC devices using an inverter. How about a solar-powered box fan on a hot
day at the campsite? It draws a lot of power (60 watts on low speed) but it
does work!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/11-charger.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/11-charger.jpg&quot; alt=&quot;Battery box charging from the wall&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To charge the box from wall power, I use a battery charger from the auto parts
store, modified with a Powerpole connector. The charger connects to the “BAT”
side of the power input port. This bypasses the solar charge controller and
connects directly to the battery through a 30 amp fuse. In this configuration,
both circuit breakers need to be switched off.&lt;/p&gt;

&lt;h1 id=&quot;capacity-test&quot;&gt;Capacity test&lt;/h1&gt;

&lt;p&gt;The big question is, how long will this battery run my equipment? I did an
experiment using a 5 meter LED light strip as a test load.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/12-lights-on-bike.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/12-lights-on-bike.jpg&quot; alt=&quot;LED lights strung over a bicycle, powered from the battery box&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In an emergency this would provide all the light I need for my living room.  It
also makes a nice decoration for my bicycle. :) The lights drew 1 A (± 10%) of
current throughout the test. Since the battery is rated for 35 Ah, this
corresponds to a
&lt;a href=&quot;https://batteryuniversity.com/learn/article/what_is_the_c_rate&quot;&gt;C-rate&lt;/a&gt; of
1/35 ≈ 0.029 C.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/13-scope.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/13-scope.jpg&quot; alt=&quot;An oscilloscope plugged into the box&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I measured the voltage over time using my Rigol DS1054Z oscilloscope. The scope
has an Ethernet port and I was able to query the voltage over the network using
a &lt;a href=&quot;https://gist.github.com/kmcallister/5bc46e651354c9a25603e006d72f240b&quot;&gt;small Python
script&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/14-voltage-graph.png&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/orig/14-voltage-graph.png&quot; alt=&quot;A graph showing a steady decrease in voltage over the course of 25 hours&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Ignoring the fast drop in the first few minutes, the voltage decreased steadily
from 12.9 to 11.9 over the course of 25 hours. The linear graph is expected,
because we did not get close to exhausting the battery’s stored energy. At some
point though, the discharge curve goes nonlinear and the voltage starts to drop
rapidly. I don’t have a datasheet for my battery, but &lt;a href=&quot;https://www.sbsbattery.com/pdf/Battery-S-12330.pdf&quot;&gt;this
one&lt;/a&gt; is similar.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/15-datasheet-graph.png&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/orig/15-datasheet-graph.png&quot; alt=&quot;A discharge graph of voltage over time, from a battery datasheet&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let’s look at the 0.05C curve. It hits 11.9 volts after approximately 12 hours,
and 10.8 volts at 20 hours. I’ll consider 10.8 to be fully discharged; going
any lower would likely damage the battery. Extrapolating to my experiment
suggests I could run this 1 amp load for almost 42 hours. This is not a
rigorous calculation, but it confirms that the nominal rating of 35 amp-hours
is realistic for a 1 amp load.&lt;/p&gt;

&lt;p&gt;At a higher discharge rate, I will get less total energy. And it’s less
stressful on the battery if I don’t go as low as 10.8 volts. Anyway, this shows
that I could run my LED lights for several evenings, or use my HF radio all
day, without any solar charging.&lt;/p&gt;

&lt;h1 id=&quot;internals&quot;&gt;Internals&lt;/h1&gt;

&lt;p&gt;Here’s the wiring diagram:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/16-block-diagram.png&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/orig/16-block-diagram.png&quot; alt=&quot;A wiring diagram for the battery box&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I used circuit breakers on the battery and load connections, because I expect
that plugging in excessive loads will be the most likely cause of overcurrent.
The breakers are externally accessible and also function as the power switches
for the whole box. The internal fuses are not going to blow unless a component
fails or I plug something in wrong.&lt;/p&gt;

&lt;p&gt;The charge controller will protect the battery from damage due to over- or
under-voltage. I have the low voltage threshold set at 11.0 volts, which is a
safe though not terribly friendly discharge point.&lt;/p&gt;

&lt;p&gt;The connector labeled “external charger” allows direct access to the battery
terminals. Besides charging from the wall, this has several other uses:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;I can check the battery voltage when the box is off.&lt;/li&gt;
  &lt;li&gt;In case a breaker or the charge controller fails, I can run a load directly
from the battery.&lt;/li&gt;
  &lt;li&gt;I can place an external battery in parallel with the internal one.
There are some problems that can occur when doing this, but it would be
useful in a pinch.&lt;/li&gt;
  &lt;li&gt;By adding one internal switch, I could isolate the internal battery and
run the box from only an external battery.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Despite my attempts to cut wires short, the inside is a bit of a rat’s nest.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/17-rats-nest.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/17-rats-nest.jpg&quot; alt=&quot;A rat's nest of wires inside the battery box&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I mounted the busbars on top of the battery using heavy-duty Velcro. The
battery is also attached to the ammo can using Velcro. The charge controller is
basically not visible in this photo; it’s situated vertically to the left of
the battery, with some foam to fill empty spaces and prevent things from
sliding around. I included storage for spare fuses (small box at top right).&lt;/p&gt;

&lt;h1 id=&quot;building-it&quot;&gt;Building it&lt;/h1&gt;

&lt;p&gt;Bill of materials:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Military surplus ammo can from &lt;a href=&quot;http://www.alamedasurplusstore.com/&quot;&gt;Alameda Army Navy Surplus&lt;/a&gt;.
Approximately 6”W × 12”L × 10”D exterior dimensions. This one was used for
aircraft flares.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.walmart.com/ip/ML35-12-12V-35AH-Shoprider-AGM1248T-Replacement-Battery/117860819&quot;&gt;ML35-12&lt;/a&gt; 12V 35Ah AGM battery&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B07C4W7YKG/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;Busbar pair&lt;/a&gt;, which included the battery terminal covers&lt;/li&gt;
  &lt;li&gt;30A MPPT solar charge controller from a previous project&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B077VWXXYG/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;3 × panel mount Powerpole housing&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B07FXH5ZZK/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;Panel mount dual USB QC 3.0 + voltmeter&lt;/a&gt;. Similar units are available with USB-C. However, they can’t provide enough power to charge my laptop, which is why I got the external brick.&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B07S91C3H6/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;Panel mount car accessory socket&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B078T3HX3Q/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;Square panel-mount plate&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B077F882SK/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;2 × 30A circuit breaker&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;https://www.amazon.com/gp/product/B01CDUIVKA/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;4 × 12 AWG automotive-type fuse holders&lt;/a&gt; and fuses&lt;/li&gt;
  &lt;li&gt;Plastic box for spare fuses (from a bike tube repair kit)&lt;/li&gt;
  &lt;li&gt;Lots of 12 AWG wire and crimp connectors&lt;/li&gt;
  &lt;li&gt;Miscellaneous hardware&lt;/li&gt;
  &lt;li&gt;Car battery charger&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Total cost, not including the solar panel, was around 300 USD.  This is cheaper
than a &lt;a href=&quot;https://www.goalzero.com/shop/power-stations/goal-zero-yeti-400-portable-power-station/&quot;&gt;comparable AGM battery box from Goal
Zero&lt;/a&gt;,
although lacking a few of its features.&lt;/p&gt;

&lt;p&gt;Here is the battery, with card for scale:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/18-battery.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/18-battery.jpg&quot; alt=&quot;A medium-size lead-acid battery&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When I got the ammo can it looked like this:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/19-orig-side.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/19-orig-side.jpg&quot; alt=&quot;Bare ammo can painted a drab green&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/20-orig-front.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/20-orig-front.jpg&quot; alt=&quot;Another view of same&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I decided to spruce it up with some Rust-Oleum Universal Flat Soft Iron spray
paint.  Nice and shiny, waiting for the paint to dry:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/21-painted.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/21-painted.jpg&quot; alt=&quot;Shiny freshly-painted ammo can, sitting on cardboard&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I had to do some stripping, sanding and re-painting to fix some areas that
didn’t come out smooth the first time. It’s still not a perfect paint job but
good enough for me!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/22-panel-plate.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/22-panel-plate.jpg&quot; alt=&quot;Plastic panel mounted to the ammo can, with holes drilled for plugs&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I installed the plastic panel-mount plate and then drilled the large holes with
a &lt;a href=&quot;https://www.amazon.com/gp/product/B0052EDJ3O/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&amp;amp;psc=1&quot;&gt;1 1/8” hole
saw&lt;/a&gt;.
I’m not that great with the hole saw and I ended up chewing up the plastic
plate a bit. But most of it isn’t visible once the components are installed,
and I still think cutting with the plate on was a good idea to ensure the
proper fit.&lt;/p&gt;

&lt;p&gt;As you may have noticed, I installed the plate sideways. This was deliberate,
because I wanted the protective covers to open to the sides and not top/bottom.
However, I didn’t realize until later that this meant the voltmeter would be
sideways too. Oh well.&lt;/p&gt;

&lt;p&gt;I used a Dremel to cut rectangular holes for the breaker terminals:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/23-rectangular-hole.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/23-rectangular-hole.jpg&quot; alt=&quot;Ammo can with a small rectangular hole cut in the side&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Here’s the charge controller before installation.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/24-charge-controller.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/24-charge-controller.jpg&quot; alt=&quot;Solar charge controller with three pairs of wires coming out&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I trimmed those leads as part of wiring everything up.&lt;/p&gt;

&lt;p&gt;Once everything was installed and working, it was time to finish painting.  I
wrote the labels with Sharpie using a stencil, and then went over them freehand
with an acrylic paint pen.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/25-label-sharpie.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/25-label-sharpie.jpg&quot; alt=&quot;Label written with sharpie&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/26-label-painted.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/26-label-painted.jpg&quot; alt=&quot;Labels after painting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The connectors are masked off so I can spray the whole thing with a clear coat
finish. However, I found that the clear coat stripped the spray paint in some
places, which required further touch-ups. (Of course it hadn’t done this on my
test sample with the same metal and paint….)&lt;/p&gt;

&lt;p&gt;On the other, blank side I wanted to add a little decoration, so I painted a
diagonal rainbow, vaguely inspired by the &lt;a href=&quot;https://en.wikipedia.org/wiki/ZX_Spectrum#/media/File:ZXSpectrum48k.jpg&quot;&gt;ZX
Spectrum&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/27-rainbow-blue.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/27-rainbow-blue.jpg&quot; alt=&quot;The blue stripe of the rainbow-in-progress, surrounded by masking tape&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/28-rainbow-green.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/28-rainbow-green.jpg&quot; alt=&quot;Same for the green stripe&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Rainbows are pretty, and I did this project mostly during Pride month here in
San Francisco so I guess I had rainbows on my mind!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/29-rainbow-mostly-finished.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/29-rainbow-mostly-finished.jpg&quot; alt=&quot;Rainbow, mostly finished&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I clear-coated this side too. This is actually where I had the most trouble
with spray paint coming off. So I repainted the metalic grey after that
happened, and clear-coated just the acrylic rainbow stripes. All told there
was a lot of painting, masking, cleaning, re-painting, and waiting, but I’m
really happy with the result!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/skywave/assets/2019-07-15-solar-battery/orig/30-rainbow-with-lights.jpg&quot;&gt;&lt;img src=&quot;/skywave/assets/2019-07-15-solar-battery/small/30-rainbow-with-lights.jpg&quot; alt=&quot;Completed rainbow illuminated by LED strips around the box&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1 id=&quot;further-thoughts&quot;&gt;Further thoughts&lt;/h1&gt;

&lt;p&gt;I chose a lead-acid battery because they are cheap, easy to work with, and
durable. The downside is that they’re heavy! The whole box weighs 30 pounds. I
can carry it a few blocks to and from my car, but I wouldn’t want to hike a
mile with it. I have some &lt;a href=&quot;https://en.wikipedia.org/wiki/Lithium_iron_phosphate_battery&quot;&gt;lithium iron
phosphate&lt;/a&gt; cells
that I may work into another battery box or an upgrade to this one.&lt;/p&gt;

&lt;p&gt;Because of the weight, carrying this box by the attached metal handle is not
too comfortable.  My wife (also a ham) is going to make a leather cover for the
handle.&lt;/p&gt;

&lt;p&gt;The circuit breakers stick out from the side of the box, and can be damaged if
the box bumps into stuff. I already had to replace a breaker that I broke
during construction. I plan to add some kind of shield but haven’t decided on a
design yet.&lt;/p&gt;

&lt;p&gt;That’s it! Hope you enjoyed my first post, and stay tuned for more projects!&lt;/p&gt;
</description>
        <pubDate>Mon, 15 Jul 2019 00:00:00 +0000</pubDate>
        <link>https://kmcallister.github.io/skywave/2019/07/15/solar-battery.html</link>
        <guid isPermaLink="true">https://kmcallister.github.io/skywave/2019/07/15/solar-battery.html</guid>
        
        <category>radio</category>
        
        <category>power</category>
        
        <category>solar</category>
        
        <category>prep</category>
        
        
      </item>
    
  </channel>
</rss>
