<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Packet Radio with the Raspberry Pi	</title>
	<atom:link href="https://photobyte.org/packet-radio-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://photobyte.org/packet-radio-raspberry-pi/</link>
	<description>Freelance Technical Author, Illustrator &#38; Photographer</description>
	<lastBuildDate>Mon, 06 Apr 2020 22:21:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.1</generator>
	<item>
		<title>
		By: Mike Richards		</title>
		<link>https://photobyte.org/packet-radio-raspberry-pi/#comment-92387</link>

		<dc:creator><![CDATA[Mike Richards]]></dc:creator>
		<pubDate>Mon, 06 Apr 2020 22:21:43 +0000</pubDate>
		<guid isPermaLink="false">https://photobyte.org/?p=1241#comment-92387</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://photobyte.org/packet-radio-raspberry-pi/#comment-92308&quot;&gt;Chris&lt;/a&gt;.

Hi Chris,
I&#039;ve just encountered this problem myself whilst working on a simple APRS iGate Rx only node. As you say the solution is to switch to the development branch. The author is aware of the issue so I&#039;m hoping he will integrate the updates with the main release. In the meantime I&#039;ve put together the following script that will automate the installation of an Rx node:
&lt;code&gt;#!/bin/bash
echo &quot;

Installing rtl-sdr

&quot;
cd ~

sudo apt install -y rtl-sdr libasound2-dev cmake 
echo &quot;
Downloading and building Dire Wolf
&quot;
git clone https://github.com/wb2osz/direwolf.git/
cd direwolf
git checkout dev
mkdir build &amp;&amp; cd build
cmake ..
make -j4
sudo make install
#Create custom config file for Dire Wolf
cd ~
echo &quot;
ADEVICE stdin null
CHANNEL 0
MYCALL enter your call 
MODEM 1200
IGSERVER euro.aprs2.net
IGLOGIN your call and iGate passcode
PBEACON sendto=IG delay=0:30 every=60:00 symbol=&quot;igate&quot; overlay=R Your lat/lon in this format:lat=nn^nn.nnN long=nn^nn.nnW
&quot;&gt;aprs.conf
echo &quot;
Installation complete...
Start the APRS server with: rtl_fm -f 144.80M - &#124;direwolf -c aprs.conf -r 24000 -D 1 -
&quot;&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://photobyte.org/packet-radio-raspberry-pi/#comment-92308">Chris</a>.</p>
<p>Hi Chris,<br />
I&#8217;ve just encountered this problem myself whilst working on a simple APRS iGate Rx only node. As you say the solution is to switch to the development branch. The author is aware of the issue so I&#8217;m hoping he will integrate the updates with the main release. In the meantime I&#8217;ve put together the following script that will automate the installation of an Rx node:<br />
<code>#!/bin/bash<br />
echo "</p>
<p>Installing rtl-sdr</p>
<p>"<br />
cd ~</p>
<p>sudo apt install -y rtl-sdr libasound2-dev cmake<br />
echo "<br />
Downloading and building Dire Wolf<br />
"<br />
git clone https://github.com/wb2osz/direwolf.git/<br />
cd direwolf<br />
git checkout dev<br />
mkdir build &#038;& cd build<br />
cmake ..<br />
make -j4<br />
sudo make install<br />
#Create custom config file for Dire Wolf<br />
cd ~<br />
echo "<br />
ADEVICE stdin null<br />
CHANNEL 0<br />
MYCALL enter your call<br />
MODEM 1200<br />
IGSERVER euro.aprs2.net<br />
IGLOGIN your call and iGate passcode<br />
PBEACON sendto=IG delay=0:30 every=60:00 symbol="igate" overlay=R Your lat/lon in this format:lat=nn^nn.nnN long=nn^nn.nnW<br />
">aprs.conf<br />
echo "<br />
Installation complete...<br />
Start the APRS server with: rtl_fm -f 144.80M - |direwolf -c aprs.conf -r 24000 -D 1 -<br />
"</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://photobyte.org/packet-radio-raspberry-pi/#comment-92308</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Mon, 06 Apr 2020 16:11:28 +0000</pubDate>
		<guid isPermaLink="false">https://photobyte.org/?p=1241#comment-92308</guid>

					<description><![CDATA[Mike, I followed the instructions in your RPi book and text above for installing Direwolf but got a flashing warning about configuration of the USB sound card, even after updating direwolf.conf. There were some errors during the compiling. After reading the github/wb2osz I tried the ver 1.6 Dev version and all seems to work. Possibly some compatibility problems between Direwolf 1.5 and Raspian Buster. 
I understand you use vox on your transceiver to switch between transmit and receive, did this work ok? Direwolf ver 1.6 allows use of RPi GPIO pin for PTT switching.  Chris]]></description>
			<content:encoded><![CDATA[<p>Mike, I followed the instructions in your RPi book and text above for installing Direwolf but got a flashing warning about configuration of the USB sound card, even after updating direwolf.conf. There were some errors during the compiling. After reading the github/wb2osz I tried the ver 1.6 Dev version and all seems to work. Possibly some compatibility problems between Direwolf 1.5 and Raspian Buster.<br />
I understand you use vox on your transceiver to switch between transmit and receive, did this work ok? Direwolf ver 1.6 allows use of RPi GPIO pin for PTT switching.  Chris</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 

Served from: photobyte.org @ 2025-07-03 02:36:14 by W3 Total Cache
-->