<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>aprs over vara mobile - Hamradio.my</title>
	<atom:link href="https://hamradio.my/tag/aprs-over-vara-mobile/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Amateur Radio, Tech Insights and Product Reviews</description>
	<lastBuildDate>Tue, 09 Jun 2026 04:06:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://hamradio.my/wp-content/uploads/2026/02/cropped-cropped-image-removebg-preview-3-32x32.png</url>
	<title>aprs over vara mobile - Hamradio.my</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>VARAtrack: A Compact APRS-over-VARA Tracker Built on a Windows Stick PC</title>
		<link>https://hamradio.my/2026/06/varatrack-a-compact-aprs-over-vara-tracker-built-on-a-windows-stick-pc/</link>
					<comments>https://hamradio.my/2026/06/varatrack-a-compact-aprs-over-vara-tracker-built-on-a-windows-stick-pc/#respond</comments>
		
		<dc:creator><![CDATA[9M2PJU]]></dc:creator>
		<pubDate>Tue, 09 Jun 2026 04:06:42 +0000</pubDate>
				<category><![CDATA[amateur radio]]></category>
		<category><![CDATA[APRS]]></category>
		<category><![CDATA[automatic packet reporting system]]></category>
		<category><![CDATA[ham radio]]></category>
		<category><![CDATA[VARA FM]]></category>
		<category><![CDATA[aprs igate vara]]></category>
		<category><![CDATA[aprs over vara mobile]]></category>
		<category><![CDATA[aprs tracker vara hf]]></category>
		<category><![CDATA[higole mini pc aprs]]></category>
		<category><![CDATA[portable aprs tracker windows]]></category>
		<category><![CDATA[vara ft857 ft891]]></category>
		<category><![CDATA[vara hf tracker]]></category>
		<category><![CDATA[vara kiss serial bridge]]></category>
		<category><![CDATA[vara mobile tracker]]></category>
		<category><![CDATA[vara stick pc aprs]]></category>
		<category><![CDATA[vara UIview32]]></category>
		<category><![CDATA[varatrack aprs tracker]]></category>
		<category><![CDATA[vspe vara aprs]]></category>
		<category><![CDATA[wa8lmf varatrack]]></category>
		<category><![CDATA[windows stick pc ham radio]]></category>
		<guid isPermaLink="false">https://hamradio.my/?p=9130</guid>

					<description><![CDATA[<p>For decades, the Byonics TinyTrack has been the go-to hardware for simple APRS tracking. Connect a serial GPS to one end, wire the audio and PTT lines to a radio on the other end, and you have a self-contained transmit-only APRS beacon. The device runs on a PIC microcontroller and has no screen, no keyboard, [&#8230;]</p>
<p>The post <a href="https://hamradio.my/2026/06/varatrack-a-compact-aprs-over-vara-tracker-built-on-a-windows-stick-pc/">VARAtrack: A Compact APRS-over-VARA Tracker Built on a Windows Stick PC</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">For decades, the Byonics TinyTrack has been the go-to hardware for simple APRS tracking. Connect a serial GPS to one end, wire the audio and PTT lines to a radio on the other end, and you have a self-contained transmit-only APRS beacon. The device runs on a PIC microcontroller and has no screen, no keyboard, and no moving parts. It is purpose-built for one job.</p>



<p class="wp-block-paragraph">The TinyTrack works well on 1200-baud VHF packet and 300-baud HF packet. The problem is that 300-baud AX.25 packet on HF is a poor performer. It carries no forward error correction (FEC). When a packet is damaged by noise, selective fading, or interference, the receiving station has no way to repair it and no way to request a retransmission. APRS makes this worse because it uses only UI (Unconnected Information) frames, which are one-way broadcasts with no two-way handshaking at all. If the receiving station misses a beacon, it simply waits until the tracker decides to transmit again, typically several minutes later.</p>



<p class="wp-block-paragraph">VARA changes the picture entirely. Developed by EA5HVK in Spain, VARA wraps every transmission in multiple layers of forward error correction and applies sophisticated DSP to received audio. The result is a modem that can produce reliable copy on signals too weak to hear in the radio speaker, with weak-signal capability comparable to FT-8. The gap in performance between VARA and classic 300-baud AX.25 on HF is not marginal. It is orders of magnitude.</p>



<p class="wp-block-paragraph">The catch is that VARA is a Windows soundcard application. There is no dedicated hardware device equivalent to the TinyTrack that runs VARA natively. Until recently, running VARA in a mobile tracker context meant carrying a Windows laptop or tablet, which is bulky, power-hungry, and fragile compared to a purpose-built tracker.</p>



<p class="wp-block-paragraph"><strong>Why Not a Raspberry Pi</strong></p>



<p class="wp-block-paragraph">The obvious question is whether a Raspberry Pi can fill the gap. Some operators have tried. The answer is technically yes, but practically problematic.</p>



<p class="wp-block-paragraph">Raspberry Pi computers run Linux on ARM processors. VARA is a Windows application compiled for x86/x64 Intel or AMD processors. Making VARA run on a Pi requires WINE to simulate a Windows environment and an x86 CPU emulator to fake the processor architecture. That is two layers of abstraction on top of a relatively underpowered single-board computer. VARA is not a simple utility. It performs real-time, timing-sensitive DSP on audio streams. Emulation overhead directly affects that timing. The result is an unreliable setup that demands significantly more effort to configure and maintain than the outcome justifies.</p>



<p class="wp-block-paragraph"><strong>The Stick PC Solution</strong></p>



<p class="wp-block-paragraph">WA8LMF (the author of the VARAtrack project) took a different approach. Instead of trying to force VARA onto non-native hardware, he used a Windows stick PC: a small form-factor computer that runs standard 64-bit Windows on a genuine Intel processor, natively, without emulation.</p>



<figure class="wp-block-image size-full"><img  title="" fetchpriority="high" decoding="async" width="720" height="589" src="https://hamradio.my/wp-content/uploads/2026/06/image-5.png"  alt="image-5 VARAtrack: A Compact APRS-over-VARA Tracker Built on a Windows Stick PC"  class="wp-image-9132" srcset="https://hamradio.my/wp-content/uploads/2026/06/image-5.png 720w, https://hamradio.my/wp-content/uploads/2026/06/image-5-300x245.png 300w" sizes="(max-width: 720px) 100vw, 720px" /></figure>



<p class="wp-block-paragraph">The specific device is the Higole Mini-PC, built around an Intel Celeron J4115 quad-core processor running at 1.5 GHz. It includes a built-in audio system with a 3.5 mm 4-contact TRRS jack, Wi-Fi, Bluetooth 5.2, Gigabit Ethernet, HDMI, two USB 3 ports, and two USB-C ports including one full-function port that carries video, audio, data, and DC power simultaneously. The base model ships with 4 GB of RAM and 64 GB of eMMC storage. A higher-spec version provides 8 GB RAM and 128 GB storage, though the base model is sufficient for the VARAtrack application.</p>



<p class="wp-block-paragraph">These devices are commercially produced for digital signage, menu boards in fast-food restaurants, airport flight display screens, and conference center signs. They are not hobbyist hardware. Starting price is around USD $130.</p>



<p class="wp-block-paragraph">The manufacturer&#8217;s page is at https://goleminipc.com/products/higolepc-mini-pc-stick-intel-celeron-j4125-windows-11-usb-pd3-0-hdmi-4k-gigabit-ethernet-wifi-5-0-bt-5-2-for-office-home and it is also available on Newegg at https://www.newegg.com/higolepc-4gb-64gb/p/2SW-009E-00001. Note that Amazon listings for similar-looking devices are an older version missing the second full-function USB-C port.</p>



<p class="wp-block-paragraph"><strong>Operating System</strong></p>



<p class="wp-block-paragraph">The stick ships with Windows 11. WA8LMF reformatted the drive and installed a clean, stripped-down Windows 10 from scratch. All Microsoft Store apps, Cortana, OneDrive, and the AI and Copilot components were removed. This is not just a preference. Windows 11 bloat is a real constraint on a device with 4 GB of RAM and a modest embedded processor. Removing the overhead makes the base model genuinely usable for this application.</p>



<p class="wp-block-paragraph">There is a secondary reason to use Windows 10. Microsoft has ended support for it, which means no unsolicited forced feature updates. This matters because Windows 11 updates have a documented history of disrupting audio device settings, which would break VARA&#8217;s connection to the radio. Since the VARAtrack is not used for general internet browsing or email, the security risk of running an end-of-life OS is considered acceptable.</p>



<p class="wp-block-paragraph"><strong>Software Stack</strong></p>



<p class="wp-block-paragraph">The installed software stack is: VARA HF modem, VSPE (Virtual Serial Ports Emulator), UIview32 v2.03, Visual GPS, and Precision Mapping 9.0. Everything fits comfortably within the 64 GB eMMC, leaving over 30 GB free even after adding additional ham radio programs.</p>



<p class="wp-block-paragraph">VSPE performs two functions. First, it bridges VARA&#8217;s KISS-over-IP interface to the KISS-over-serial-port format that UIview32 requires, since UIview cannot connect to a KISS modem over IP directly. Second, it splits the GPS data stream received over USB so that both UIview and Visual GPS can read it simultaneously from a single GPS receiver.</p>



<p class="wp-block-paragraph">Windows Scheduler is configured to launch all required applications automatically in a controlled sequence at power-up. When the stick boots, VARA, UIview32, Visual GPS, and VSPE all start without user intervention.</p>



<p class="wp-block-paragraph"><strong>Radio Interface</strong></p>



<p class="wp-block-paragraph">VARA is configured to use the stick&#8217;s built-in audio system for both transmit and receive. Audio enters and exits through the single 3.5 mm TRRS jack. WA8LMF built a cable that adapts this TRRS plug to the 6-pin mini-DIN data port found on many HF and VHF radios.</p>



<p class="wp-block-paragraph">Because there is no dedicated PTT line from the stick, the radio must use VOX to key the transmitter. Several Yaesu HF radios including the FT-857 and FT-891 have a dedicated data VOX function in their menus. This function responds only to audio arriving at the rear-panel data port, not the microphone input, and it switches between receive and transmit considerably faster than the standard voice VOX function.</p>



<p class="wp-block-paragraph">For operators who need hard PTT keying, two options exist. A SignaLink interface has its own built-in VOX and connects via USB. A DigiRig provides virtual COM port PTT control and consolidates both TX/RX audio and PTT keying through a single USB connection to the computer, with a cable running from the DigiRig&#8217;s 3.5 mm radio port to the radio&#8217;s 6-pin mini-DIN data port.</p>



<p class="wp-block-paragraph">One USB-A port is used for a USB-connected GPS receiver. The second USB-A port would normally be used for a keyboard/mouse dongle. When a SignaLink or DigiRig is added, one of these ports is consumed by the interface, so a Bluetooth keyboard and mouse are needed instead. The stick&#8217;s Bluetooth 5.0 handles this without issue.</p>



<p class="wp-block-paragraph"><strong>Power and Display</strong></p>



<p class="wp-block-paragraph">Total power draw for the stick and an attached monitor is approximately 6 watts, or 0.5 A at 12 VDC. For mobile and battery-powered field operation, this is a practical figure.</p>



<p class="wp-block-paragraph">The stick&#8217;s full-function USB-C port can carry 1920&#215;1080 HD video, audio, data, and DC power simultaneously over a single USB-C cable. This means a single 12 VDC source can power both the stick and a USB-C-compatible portable monitor through one cable connection.</p>



<figure class="wp-block-image size-full"><img  title="" decoding="async" width="922" height="649" src="https://hamradio.my/wp-content/uploads/2026/06/image-6.png"  alt="image-6 VARAtrack: A Compact APRS-over-VARA Tracker Built on a Windows Stick PC"  class="wp-image-9133" srcset="https://hamradio.my/wp-content/uploads/2026/06/image-6.png 922w, https://hamradio.my/wp-content/uploads/2026/06/image-6-300x211.png 300w, https://hamradio.my/wp-content/uploads/2026/06/image-6-768x541.png 768w" sizes="(max-width: 922px) 100vw, 922px" /></figure>



<p class="wp-block-paragraph">WA8LMF used a KYY portable monitor, which is a 15.6-inch display panel approximately 6 mm thick in a folding slip case that doubles as a stand. It accepts video via mini-HDMI and power via USB-C, or both through a single full-function USB-C connection. The price is around USD $70.</p>



<p class="wp-block-paragraph">Alternatively, the stick&#8217;s HDMI port and a separate power source can drive any standard HDMI monitor or TV using conventional cabling.</p>



<p class="wp-block-paragraph"><strong>Operating Modes</strong></p>



<p class="wp-block-paragraph">The VARAtrack setup supports four distinct configurations depending on what hardware is connected at any given time.</p>



<p class="wp-block-paragraph">Headless, transmit-only mobile tracker: no monitor, no keyboard. The stick boots, launches all apps via Scheduler, acquires GPS, and beacons over VARA. This is the closest equivalent to the original TinyTrack concept.</p>



<p class="wp-block-paragraph">Mobile with receive display: the portable monitor is attached over USB-C. UIview&#8217;s map shows received APRS traffic in addition to transmitting beacons.</p>



<p class="wp-block-paragraph">Full home station with igate capability: monitor, keyboard, and mouse attached. The stick connects to the internet over Wi-Fi or Ethernet and UIview operates as a full igate, uploading received packets to APRS-IS.</p>



<p class="wp-block-paragraph">Headless with Bluetooth smartphone link: the VARA IP data stream is bridged over Bluetooth to an APRS application running on a smartphone, providing a display without a dedicated monitor.</p>



<p class="wp-block-paragraph"><strong>Additional Software</strong></p>



<p class="wp-block-paragraph">Beyond the core tracker stack, WA8LMF also installed VARA FM, Vara Chat, VarAC Chat, the complete FLdigi suite, WSJT-X for FT-8 operation, mmSSTV, EasyPal for digital SSTV, a soundcard oscilloscope and audio generator, an audio recorder and player, a network monitor, and an internet time synchronisation tool. The stick functions as a complete portable ham workstation when a keyboard, mouse, and monitor are connected.</p>



<p class="wp-block-paragraph"><strong>Dayton Hamvention 2026</strong></p>



<p class="wp-block-paragraph">A presentation on VARA and the VARAtrack was produced for the 2026 Dayton Hamvention. It was released as a YouTube video on KM4ACK&#8217;s channel</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Why VARA HF Is Replacing 300 Baud Packet for APRS" width="640" height="360" src="https://www.youtube.com/embed/GquhFLDGncY?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="wp-block-paragraph"><strong>Further Reading</strong></p>



<p class="wp-block-paragraph">Full documentation, cloning instructions, and direct comparisons of VARA against 300-baud AX.25 packet across multiple controlled HF experiments are published on WA8LMF&#8217;s site at <strong><a href="http://wa8lmf.net/VARA/">http://wa8lmf.net/VARA/</a></strong></p>



<p class="wp-block-paragraph">VARA modem download: <strong><a href="https://rosmodem.wordpress.com/">https://rosmodem.wordpress.com/</a></strong> VarAC chat download: <strong><a href="https://www.varac-hamradio.com/">https://www.varac-hamradio.com/</a></strong></p>



<p class="wp-block-paragraph"><a href="http://wa8lmf.net/VARA/VARAtrack/index.htm"><strong>http://wa8lmf.net/VARA/VARAtrack/index.htm</strong></a></p>
<p>The post <a href="https://hamradio.my/2026/06/varatrack-a-compact-aprs-over-vara-tracker-built-on-a-windows-stick-pc/">VARAtrack: A Compact APRS-over-VARA Tracker Built on a Windows Stick PC</a> appeared on <a href="https://hamradio.my">Hamradio.my - Amateur Radio, Tech Insights and Product Reviews</a> by <a href="https://hamradio.my/author/9m2pju/">9M2PJU</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hamradio.my/2026/06/varatrack-a-compact-aprs-over-vara-tracker-built-on-a-windows-stick-pc/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
