<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pttlink.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KB9LFZ</id>
	<title>&quot;PTTLink Wiki&quot; - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pttlink.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=KB9LFZ"/>
	<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/wiki/Special:Contributions/KB9LFZ"/>
	<updated>2026-05-25T04:19:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=952</id>
		<title>How to Move a Node from one machine to another</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=952"/>
		<updated>2018-05-16T02:25:21Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;if you are not going to use first-time.sh (and it's name derivatives)&lt;br /&gt;
or, you are moving your ASL node to an existing Debian or Ubuntu machine;&lt;br /&gt;
or, just want to do things some arbitrary way:&lt;br /&gt;
&lt;br /&gt;
Do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Copy the ENTIRE /etc/asterisk folder from the WORKING ASL node machine to:&lt;br /&gt;
- another Linux/Windows box for safe keeping,&lt;br /&gt;
- (and replace the existing) to your new node host ASL machine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
perform side-by-side comparisons to make confirm correct file copy&lt;br /&gt;
&lt;br /&gt;
restart asterisk&lt;br /&gt;
&lt;br /&gt;
plug in the URI&lt;br /&gt;
&lt;br /&gt;
restart asterisk again&lt;br /&gt;
&lt;br /&gt;
check for errors in the Asterisk Console and /var/log/asterisk/messages.&lt;br /&gt;
Logs sometimes appear in /etc/asterisk/messages&lt;br /&gt;
&lt;br /&gt;
if:&lt;br /&gt;
you get this message: WARNING[23791]: chan_simpleusb.c:2149 setformat: Unable to re-open DSP device 2 (usb28569): No such file or directory&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt; echo snd_pcm_oss &amp;gt;&amp;gt;/etc/modules &amp;lt;/code&amp;gt;&lt;br /&gt;
and either  &lt;br /&gt;
&amp;lt;code&amp;gt; modprobe snd_pcm_oss&amp;lt;/code&amp;gt;&lt;br /&gt;
and check for /dev/dsp or reboot.&lt;br /&gt;
&amp;lt;code&amp;gt;ls -la /dev/dsp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Credit belongs to N4IRS for the direct above commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if:&lt;br /&gt;
/dev/dsp is something like this: &lt;br /&gt;
crw-rw---- 1 root audio 14, 3 May 15 18:49 /dev/dsp&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt;chmod 775 /dev/dsp &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl status&amp;lt;/code&amp;gt;&lt;br /&gt;
check to see if any process have failed&lt;br /&gt;
usually restarting Asterisk will cause the update node list service to fail.&lt;br /&gt;
In this case, you may see something such as:&lt;br /&gt;
&lt;br /&gt;
State: degraded&lt;br /&gt;
     Jobs: 0 queued&lt;br /&gt;
   Failed: 1 units&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now do:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
systemctl --failed&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
 UNIT                   LOAD   ACTIVE SUB    DESCRIPTION&lt;br /&gt;
● updatenodelist.service loaded failed failed AllStar NodeList updater&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then do this:&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl restart updatenodelist.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if that does not work, then:&lt;br /&gt;
&amp;lt;code&amp;gt; service updatenodelist restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Those who read all the instructions:&lt;br /&gt;
- you must make absolutely sure all of the files you copied have the SAME permissions as on the working ASL node.&lt;br /&gt;
- you may have to either:&lt;br /&gt;
  - use sudo if you put ASL Asterisk on a daily use machine that has a normal user, other than root&lt;br /&gt;
    or, you can just typer &amp;lt;code&amp;gt;sudo su&amp;lt;/code&amp;gt; instead of prefixing all commands with &amp;lt;code&amp;gt;sudo&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;br /&gt;
[[Category:Node Moving]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=951</id>
		<title>How to Move a Node from one machine to another</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=951"/>
		<updated>2018-05-16T02:20:57Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;if you are not going to use first-time.sh (and it's name derivatives)&lt;br /&gt;
or, you are moving your ASL node to an existing Debian or Ubuntu machine;&lt;br /&gt;
or, just want to do things some arbitrary way:&lt;br /&gt;
&lt;br /&gt;
Do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Copy the ENTIRE /etc/asterisk folder from the WORKING ASL node machine to:&lt;br /&gt;
- another Linux/Windows box for safe keeping,&lt;br /&gt;
- (and replace the existing) to your new node host ASL machine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
perform side-by-side comparisons to make confirm correct file copy&lt;br /&gt;
&lt;br /&gt;
restart asterisk&lt;br /&gt;
&lt;br /&gt;
plug in the URI&lt;br /&gt;
&lt;br /&gt;
restart asterisk again&lt;br /&gt;
&lt;br /&gt;
check for errors in the Asterisk Console and /var/log/asterisk/messages.&lt;br /&gt;
Logs sometimes appear in /etc/asterisk/messages&lt;br /&gt;
&lt;br /&gt;
if:&lt;br /&gt;
you get this message: WARNING[23791]: chan_simpleusb.c:2149 setformat: Unable to re-open DSP device 2 (usb28569): No such file or directory&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt; echo snd_pcm_oss &amp;gt;&amp;gt;/etc/modules &amp;lt;/code&amp;gt;&lt;br /&gt;
and either  &lt;br /&gt;
&amp;lt;code&amp;gt; modprobe snd_pcm_oss&amp;lt;/code&amp;gt;&lt;br /&gt;
and check for /dev/dsp or reboot.&lt;br /&gt;
&amp;lt;code&amp;gt;ls -la /dev/dsp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Credit belongs to N4IRS for the direct above commands.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if:&lt;br /&gt;
/dev/dsp is something like this: &lt;br /&gt;
crw-rw---- 1 root audio 14, 3 May 15 18:49 /dev/dsp&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt;chmod 775 /dev/dsp &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl status&amp;lt;/code&amp;gt;&lt;br /&gt;
check to see if any process have failed&lt;br /&gt;
usually restarting Asterisk will cause the update node list service to fail.&lt;br /&gt;
In this case, you may see something such as:&lt;br /&gt;
State: degraded&lt;br /&gt;
     Jobs: 0 queued&lt;br /&gt;
   Failed: 1 units&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
systemctl --failed&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
 UNIT                   LOAD   ACTIVE SUB    DESCRIPTION&lt;br /&gt;
● updatenodelist.service loaded failed failed AllStar NodeList updater&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl restart updatenodelist.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if that does not work, then:&lt;br /&gt;
&amp;lt;code&amp;gt; service updatenodelist restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;br /&gt;
[[Category:Node Moving]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=950</id>
		<title>How to Move a Node from one machine to another</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=950"/>
		<updated>2018-05-16T02:17:58Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;if you are not going to use first-time.sh (and it's name derivatives)&lt;br /&gt;
or, you are moving your ASL node to an existing Debian or Ubuntu machine;&lt;br /&gt;
or, just want to do things some arbitrary way:&lt;br /&gt;
&lt;br /&gt;
Do the following:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Copy the ENTIRE /etc/asterisk folder from the WORKING ASL node machine to:&lt;br /&gt;
- another Linux/Windows box for safe keeping,&lt;br /&gt;
- (and replace the existing) to your new node host ASL machine&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
perform side-by-side comparisons to make confirm correct file copy&lt;br /&gt;
&lt;br /&gt;
restart asterisk&lt;br /&gt;
&lt;br /&gt;
plug in the URI&lt;br /&gt;
&lt;br /&gt;
restart asterisk again&lt;br /&gt;
&lt;br /&gt;
check for errors&lt;br /&gt;
&lt;br /&gt;
if:&lt;br /&gt;
you get this message: WARNING[23791]: chan_simpleusb.c:2149 setformat: Unable to re-open DSP device 2 (usb28569): No such file or directory&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt; echo snd_pcm_oss &amp;gt;&amp;gt;/etc/modules &amp;lt;/code&amp;gt;&lt;br /&gt;
and either  &lt;br /&gt;
&amp;lt;code&amp;gt; modprobe snd_pcm_oss&amp;lt;/code&amp;gt;&lt;br /&gt;
and check for /dev/dsp or reboot.&lt;br /&gt;
&amp;lt;code&amp;gt;ls -la /dev/dsp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if /dev/dsp is something like this: crw-rw---- 1 root audio 14, 3 May 15 18:49 /dev/dsp&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt;chmod 775 /dev/dsp &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl status&amp;lt;/code&amp;gt;&lt;br /&gt;
check to see if any process have failed&lt;br /&gt;
usually restarting Asterisk will cause the update node list service to fail.&lt;br /&gt;
In this case, you may see something such as:&lt;br /&gt;
State: degraded&lt;br /&gt;
     Jobs: 0 queued&lt;br /&gt;
   Failed: 1 units&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
systemctl --failed&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
 UNIT                   LOAD   ACTIVE SUB    DESCRIPTION&lt;br /&gt;
● updatenodelist.service loaded failed failed AllStar NodeList updater&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl restart updatenodelist.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if that does not work, then:&lt;br /&gt;
&amp;lt;code&amp;gt; service updatenodelist restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;br /&gt;
[[Category:Node Moving]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=949</id>
		<title>How to Move a Node from one machine to another</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=949"/>
		<updated>2018-05-16T00:02:33Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;if you are not going to use first-time.sh (and it's name derivatives)&lt;br /&gt;
&lt;br /&gt;
Do the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
copy some shit from the original WORKING ASL node machine&lt;br /&gt;
&lt;br /&gt;
paste some shit to the new ALS node machine&lt;br /&gt;
&lt;br /&gt;
perform side-by-side comparisons to make confirm correct file copy&lt;br /&gt;
&lt;br /&gt;
restart asterisk&lt;br /&gt;
&lt;br /&gt;
plug in the URI&lt;br /&gt;
&lt;br /&gt;
restart asterisk again&lt;br /&gt;
&lt;br /&gt;
check for errors&lt;br /&gt;
&lt;br /&gt;
if:&lt;br /&gt;
you get this message: WARNING[23791]: chan_simpleusb.c:2149 setformat: Unable to re-open DSP device 2 (usb28569): No such file or directory&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt; echo snd_pcm_oss &amp;gt;&amp;gt;/etc/modules &amp;lt;/code&amp;gt;&lt;br /&gt;
and either  &lt;br /&gt;
&amp;lt;code&amp;gt; modprobe snd_pcm_oss&amp;lt;/code&amp;gt;&lt;br /&gt;
and check for /dev/dsp or reboot.&lt;br /&gt;
&amp;lt;code&amp;gt;ls -la /dev/dsp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if /dev/dsp is something like this: crw-rw---- 1 root audio 14, 3 May 15 18:49 /dev/dsp&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt;chmod 775 /dev/dsp &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl status&amp;lt;/code&amp;gt;&lt;br /&gt;
check to see if any process have failed&lt;br /&gt;
usually restarting Asterisk will cause the update node list service to fail.&lt;br /&gt;
In this case, you may see something such as:&lt;br /&gt;
State: degraded&lt;br /&gt;
     Jobs: 0 queued&lt;br /&gt;
   Failed: 1 units&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
systemctl --failed&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
 UNIT                   LOAD   ACTIVE SUB    DESCRIPTION&lt;br /&gt;
● updatenodelist.service loaded failed failed AllStar NodeList updater&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt; systemctl restart updatenodelist.service&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
if that does not work, then:&lt;br /&gt;
&amp;lt;code&amp;gt; service updatenodelist restart&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;br /&gt;
[[Category:Node Moving]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=948</id>
		<title>How to Move a Node from one machine to another</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=How_to_Move_a_Node_from_one_machine_to_another&amp;diff=948"/>
		<updated>2018-05-15T23:05:41Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: do&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;if you are not going to use first-time.sh (and it's name derivatives)&lt;br /&gt;
&lt;br /&gt;
Do the following &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
copy some shit from the original WORKING ASL node machine&lt;br /&gt;
&lt;br /&gt;
paste some shit to the new ALS node machine&lt;br /&gt;
&lt;br /&gt;
perform side-by-side comparisons to make confirm correct file copy&lt;br /&gt;
&lt;br /&gt;
restart asterisk&lt;br /&gt;
&lt;br /&gt;
plug in the URI&lt;br /&gt;
&lt;br /&gt;
restart asterisk again&lt;br /&gt;
&lt;br /&gt;
check for errors&lt;br /&gt;
&lt;br /&gt;
if:&lt;br /&gt;
you get this message: WARNING[23791]: chan_simpleusb.c:2149 setformat: Unable to re-open DSP device 2 (usb28569): No such file or directory&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt; echo snd_pcm_oss &amp;gt;&amp;gt;/etc/modules &amp;lt;/code&amp;gt;&lt;br /&gt;
and either  &lt;br /&gt;
&amp;lt;code&amp;gt; modprobe snd_pcm_oss&amp;lt;/code&amp;gt;&lt;br /&gt;
and check for /dev/dsp or reboot.&lt;br /&gt;
&amp;lt;code&amp;gt;ls -la /dev/dsp&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
if /dev/dsp is something like this: crw-rw---- 1 root audio 14, 3 May 15 18:49 /dev/dsp&lt;br /&gt;
then:&lt;br /&gt;
&amp;lt;code&amp;gt;chmod 775 /dev/dsp &amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;br /&gt;
[[Category:Node Moving]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=User:KB9LFZ&amp;diff=947</id>
		<title>User:KB9LFZ</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=User:KB9LFZ&amp;diff=947"/>
		<updated>2018-05-15T22:57:09Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: made changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I builds 'em and and I breaks 'em!&lt;br /&gt;
&lt;br /&gt;
Activity Breeds Activity, local repeaters is where new hams go to. If they discover another facet of our hobby and never talk on a repeater ever again, this is a good thing.&lt;br /&gt;
&lt;br /&gt;
Because someone had to be brave enough to mentor the new ham, and give them the knowledge they need to be dangerous, and then a desire to learn more on their own; &lt;br /&gt;
the new ham will be the mentor for the next new ham.&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Arduino_Radio_Control&amp;diff=840</id>
		<title>Arduino Radio Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Arduino_Radio_Control&amp;diff=840"/>
		<updated>2018-01-21T05:23:13Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: correct &amp;quot;work IN progrress&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Work in progress!!!!'''&lt;br /&gt;
&lt;br /&gt;
This project is to enable the use of existing commercial radio such as a Maxtrac, GM300, or GE MVS, among others, to become a programmable radio with an Ardunio. &lt;br /&gt;
This means that you will no longer need special programming cables or software to program a radio, whether it be for home, mobile, remote-base, or repeater use.&lt;br /&gt;
&lt;br /&gt;
The reason why I am doing this is to enable free tuning of the radio&lt;br /&gt;
without the need to program the radio using normal computer programming&lt;br /&gt;
methods, ie, a cable, and a special program that is hard to come by, as&lt;br /&gt;
well as must run this program on older hardware&lt;br /&gt;
&lt;br /&gt;
Given that Arduinos can be programmed from just about anything, this&lt;br /&gt;
enabled on the fly on at least, on site programming of the radio. I am&lt;br /&gt;
working towards enabling the use of these radios, and a couple others&lt;br /&gt;
to be controlled by repeater controllers, and allstarlink nodes using&lt;br /&gt;
kenwood data command set. Or whatever it is.&lt;br /&gt;
&lt;br /&gt;
Boiled down, this will enable good, inexpensive priced commercial&lt;br /&gt;
radios to continue life; anyone who knows how to solder and program an&lt;br /&gt;
Arduino can now use a commercial for a repeater VHF/UHF remote base,&lt;br /&gt;
Allstarlink, IRLP, Echostink node radio, scanner, whatever.&lt;br /&gt;
&lt;br /&gt;
With the significantly better RX fronts ends on these radios, cleaner&lt;br /&gt;
TX, these will significantly outperform any chinese radio attached to&lt;br /&gt;
any RoIP node.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first iteration, the Arduino code will contain the frequency programming. During the maturing of the code, more features will be added such as adding a LCD display to see items such as frequency, shift (if any), PL/DPL (if any), as well as the ability to have a VFO and memory mode. Saving frequencies into memory mode is also in the works.&lt;br /&gt;
&lt;br /&gt;
Sources will eventually be provided as they are found.&lt;br /&gt;
&lt;br /&gt;
As of 20 Jan 2018, the status of this project is Maxtrac and GE MVS radios have been successfully able to tune any frequency within the radio's VCO range, and receiving a signal.&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Arduino_Radio_Control&amp;diff=839</id>
		<title>Arduino Radio Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Arduino_Radio_Control&amp;diff=839"/>
		<updated>2018-01-21T05:22:34Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Work on progress!!!!'''&lt;br /&gt;
&lt;br /&gt;
This project is to enable the use of existing commercial radio such as a Maxtrac, GM300, or GE MVS, among others, to become a programmable radio with an Ardunio. &lt;br /&gt;
This means that you will no longer need special programming cables or software to program a radio, whether it be for home, mobile, remote-base, or repeater use.&lt;br /&gt;
&lt;br /&gt;
The reason why I am doing this is to enable free tuning of the radio&lt;br /&gt;
without the need to program the radio using normal computer programming&lt;br /&gt;
methods, ie, a cable, and a special program that is hard to come by, as&lt;br /&gt;
well as must run this program on older hardware&lt;br /&gt;
&lt;br /&gt;
Given that Arduinos can be programmed from just about anything, this&lt;br /&gt;
enabled on the fly on at least, on site programming of the radio. I am&lt;br /&gt;
working towards enabling the use of these radios, and a couple others&lt;br /&gt;
to be controlled by repeater controllers, and allstarlink nodes using&lt;br /&gt;
kenwood data command set. Or whatever it is.&lt;br /&gt;
&lt;br /&gt;
Boiled down, this will enable good, inexpensive priced commercial&lt;br /&gt;
radios to continue life; anyone who knows how to solder and program an&lt;br /&gt;
Arduino can now use a commercial for a repeater VHF/UHF remote base,&lt;br /&gt;
Allstarlink, IRLP, Echostink node radio, scanner, whatever.&lt;br /&gt;
&lt;br /&gt;
With the significantly better RX fronts ends on these radios, cleaner&lt;br /&gt;
TX, these will significantly outperform any chinese radio attached to&lt;br /&gt;
any RoIP node.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first iteration, the Arduino code will contain the frequency programming. During the maturing of the code, more features will be added such as adding a LCD display to see items such as frequency, shift (if any), PL/DPL (if any), as well as the ability to have a VFO and memory mode. Saving frequencies into memory mode is also in the works.&lt;br /&gt;
&lt;br /&gt;
Sources will eventually be provided as they are found.&lt;br /&gt;
&lt;br /&gt;
As of 20 Jan 2018, the status of this project is Maxtrac and GE MVS radios have been successfully able to tune any frequency within the radio's VCO range, and receiving a signal.&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Arduino_Radio_Control&amp;diff=838</id>
		<title>Arduino Radio Control</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Arduino_Radio_Control&amp;diff=838"/>
		<updated>2018-01-21T05:21:56Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: modify a commercial radio to be programmed and controlled with an Arduino.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Arduino Radio control&lt;br /&gt;
&lt;br /&gt;
Work on progress&lt;br /&gt;
&lt;br /&gt;
This project is to enable the use of existing commercial radio such as a Maxtrac, GM300, or GE MVS, among others, to become a programmable radio with an Ardunio. &lt;br /&gt;
This means that you will no longer need special programming cables or software to program a radio, whether it be for home, mobile, remote-base, or repeater use.&lt;br /&gt;
&lt;br /&gt;
The reason why I am doing this is to enable free tuning of the radio&lt;br /&gt;
without the need to program the radio using normal computer programming&lt;br /&gt;
methods, ie, a cable, and a special program that is hard to come by, as&lt;br /&gt;
well as must run this program on older hardware&lt;br /&gt;
&lt;br /&gt;
Given that Arduinos can be programmed from just about anything, this&lt;br /&gt;
enabled on the fly on at least, on site programming of the radio. I am&lt;br /&gt;
working towards enabling the use of these radios, and a couple others&lt;br /&gt;
to be controlled by repeater controllers, and allstarlink nodes using&lt;br /&gt;
kenwood data command set. Or whatever it is.&lt;br /&gt;
&lt;br /&gt;
Boiled down, this will enable good, inexpensive priced commercial&lt;br /&gt;
radios to continue life; anyone who knows how to solder and program an&lt;br /&gt;
Arduino can now use a commercial for a repeater VHF/UHF remote base,&lt;br /&gt;
Allstarlink, IRLP, Echostink node radio, scanner, whatever.&lt;br /&gt;
&lt;br /&gt;
With the significantly better RX fronts ends on these radios, cleaner&lt;br /&gt;
TX, these will significantly outperform any chinese radio attached to&lt;br /&gt;
any RoIP node.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The first iteration, the Arduino code will contain the frequency programming. During the maturing of the code, more features will be added such as adding a LCD display to see items such as frequency, shift (if any), PL/DPL (if any), as well as the ability to have a VFO and memory mode. Saving frequencies into memory mode is also in the works.&lt;br /&gt;
&lt;br /&gt;
Sources will eventually be provided as they are found.&lt;br /&gt;
&lt;br /&gt;
As of 20 Jan 2018, the status of this project is Maxtrac and GE MVS radios have been successfully able to tune any frequency within the radio's VCO range, and receiving a signal.&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=811</id>
		<title>Radio Connections</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=811"/>
		<updated>2018-01-09T00:14:11Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: /* Motorola */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instructions for connecting radios, repeaters and AllStarLink interfaces including the RTCM, GPS, URI/URI X and like devices.  &lt;br /&gt;
=GPS=&lt;br /&gt;
* [[Media:RTCM 2 Trimble.pdf|Trimble RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM 321 Cable.graffle.pdf|Trimble to Two RTCMs and Lady Heather Cable]]&lt;br /&gt;
* [[Media:RTCM to BG7TBL Cable.pdf|BG7TBL GPS / RTCM Cable]]&lt;br /&gt;
&lt;br /&gt;
=Motorola=&lt;br /&gt;
&lt;br /&gt;
==CDM==&lt;br /&gt;
CDMs make great nodes. This eBay reseller has very nice cables. Use to connect to URI or RTCM. &lt;br /&gt;
&lt;br /&gt;
[[Media:CDM Cable.pdf|CDM Cable from Kurt Meltzer]] ex-WB9KNX, now KC4NX - Cable 83 has only one output to use for either COS or CTCSS. Use another cable if you need both COS and CTCSS.&lt;br /&gt;
&lt;br /&gt;
==Maxtrac==&lt;br /&gt;
The venerable Maxtrac is a radio that was very well built, apparently has very stable reference LO, and can take a beating. When aligned properly, and sufficient *vectored* cooling is made, this radio will last for a very long, time even under several hours with of transmitting per day.&lt;br /&gt;
&lt;br /&gt;
The radio will need to be aligned, and programmed to the frequenc(y/ies) you want to use. You will also need to program the Accessory Option for PL/DPL &amp;amp; CSQ Output.&lt;br /&gt;
* Most URIs can accept active high or active low for valid RX signal detection, ie, open squelch. It is HIGHLY recommend in any situation COS is set to USB or active high. This will prevent issues. Too many to mention.&lt;br /&gt;
* It is a good idea to program pin 8 on the Maxtrac/GM300 for PL/DPL &amp;amp; CSQ output, active high. This will cause the radio to emit a 5Vdc signal when the squelch is open, and go low when squelch is closed.&lt;br /&gt;
&lt;br /&gt;
===TX/RX audio, COS, and PTT connections===&lt;br /&gt;
With the radio facing you in normal operating positing, volume knob on top left, and mic connection right below it, turn the radio over from the right side. The accessory connector is located on the rear, right top of the radio at this point. Starting from left to right, the pins on the top are / and the pins on the bottom are /. If you want to hear audio from the radios speaker, just a header jumper on the far right pins 15 and 16.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This section is a work in progress. &lt;br /&gt;
&lt;br /&gt;
References:&lt;br /&gt;
The GM300 section has the link for further reading; the Maxtrac and GM300, are relatively close in design.&lt;br /&gt;
&lt;br /&gt;
==MTR-2000==&lt;br /&gt;
&lt;br /&gt;
==Quantar==&lt;br /&gt;
&lt;br /&gt;
The Quantar can be tricky to interface as it's extremely programmable and you will need a wireline card for I/O connections.  By default the I/O will not work unless the &amp;quot;wildcard&amp;quot; table is programed.  This wildcard table is Boolean logic of interrupt states in the radio, is extremely flexible and frustrating to debug.  It's a base station in it's own class.&lt;br /&gt;
&lt;br /&gt;
[[File:Front of quantar and controller.jpg|thumb|400px|right|Front of Quantar and controller]]&lt;br /&gt;
&lt;br /&gt;
* [[Media:QUANTAR-RTCM INTERFACE CABLE.pdf|Quantar/RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
Note you will want to use [[RTCM_Client#DSP.2FBEW_Firmware_Version|BEW mode]] on the RTCM if using the RTCM do squelch.&lt;br /&gt;
&lt;br /&gt;
* [[Media:RTCM 2 Quantar.pdf|Another Quantar/RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM to Astro-TAC Cable.pdf|Astro-TAC/RTCM Interface Cable]]&lt;br /&gt;
* [http://wiki.w9cr.net/index.php/Allstar_and_P25_on_Quantar Interfacing to a Quantar with P25NX]  - Bryan Fields W9CR has page on interfacing the Qunatar using simple USB into Allstar and P25NX linking at the same time.  This is driven by programing on the Quantar Wildcard tables.&lt;br /&gt;
*[[Media:Quantar URI Interface.jpg|Quantar/URI Cable]]&lt;br /&gt;
*[[Media:QuantarMRTI2URI.jpg|Quantar MRTI/URI Cable]]&lt;br /&gt;
&lt;br /&gt;
==Syntor X==&lt;br /&gt;
The Motorola Syntor X with an Xcat installed makes a great frequency agile remote base. For more information see this [http://wd6awp.net/xcat/ Syntor Xcat] page. &lt;br /&gt;
&lt;br /&gt;
==VRM-850==&lt;br /&gt;
&lt;br /&gt;
==GM300==&lt;br /&gt;
These older radios are fairly common and easily to come by due to the narrow banding. Probably the hardest part is finding a computer and the RSS to program them. The Gm300 family has many different configurations, from low band VHF, to 800 Mhz. But the easiest variant of the GM300 is ones with the 16 pin connector.&lt;br /&gt;
[http://www.repeater-builder.com/motorola/maxtrac/maxtrac-index.html All about GM300 Radios] &lt;br /&gt;
&lt;br /&gt;
Connections are fairly simple but can be hard to determine which is the correct one to use. This [http://www.repeater-builder.com/motorola/maxtrac/maxtrac-option-plug.html link] is a good place to start.&lt;br /&gt;
&lt;br /&gt;
=Kenwood=&lt;br /&gt;
==TKR720/820==&lt;br /&gt;
Connections to: PTT, COS, RX audio out and MIC audio in&lt;br /&gt;
&lt;br /&gt;
TX/RX board, MIC audio input, pins 4 &amp;amp; 5: floating ground, must not tie to any other ground! Some installations may require a 10dB, resistor L-network consisting of a 4.7k and 470 ohm resistors. The 470 ohm resistor connection across pins four and five, the 4.7k resistor is soldered to pin 5 to which your TX audio from the URI will connect to.&lt;br /&gt;
&lt;br /&gt;
The MIC audio gain, deviation, and balance adjustments are *very* sensitive! &lt;br /&gt;
&lt;br /&gt;
- RA-35 without TX adj. trimmer pots: Using a service monitor with deviation metering, start low and work your way up to 3KHz deviation with 1KHz tone, generated by simpleusb-tune-menu. If enabled, *904 turns this tone on and off by command, ie, no tone time-out as in simpleusb-tune-menu.&lt;br /&gt;
&lt;br /&gt;
== TKR750/850 ==&lt;br /&gt;
[http://www.masterscommunications.com/products/radio-adapter/txt/tkr.txt Using the Masters Communications RA-35 or RA-40 radio adapters with the TKR750/850]&lt;br /&gt;
&lt;br /&gt;
=Repeater Controller=&lt;br /&gt;
&lt;br /&gt;
[[Media:RTCMwithController.pdf|An example of using RTCMs to replace 420 links]]&lt;br /&gt;
&lt;br /&gt;
=Spectra Engineering=&lt;br /&gt;
* [http://wiki.w9cr.net/index.php/MX800#W9CR_alignment_procedure_and_setup_with_Allstar MX800 Base station] - Bryan Fields, W9CR has a complete setup guide for the MX800 Base station which includes fallback to the built in controller and an audio delay module.&lt;br /&gt;
&lt;br /&gt;
=Tait=&lt;br /&gt;
&lt;br /&gt;
=URI / URI X=&lt;br /&gt;
The URI is manufactured and sold by [http://dmkeng.com/URI_Order_Page.htm DMK Engineering]. &lt;br /&gt;
*[[Media:URI Schematic.pdf|URI Schematic]]&lt;br /&gt;
*[[Media:URIx Schematic.pdf|URI X Schematic]]&lt;br /&gt;
&lt;br /&gt;
=RA-40 / RA-35=&lt;br /&gt;
The RA-40 is the latest version and is sold by W3KKC. The RA-40 includes audio output level control potentiometers and much more.&lt;br /&gt;
*[http://www.masterscommunications.com/products/radio-adapter/ra40.html RA-40]&lt;br /&gt;
*[http://www.masterscommunications.com/products/radio-adapter/ra35.html RA-35]&lt;br /&gt;
&lt;br /&gt;
=Vertex=&lt;br /&gt;
* [[Media:RTCM 2 VRX-5000.pdf|VRX-5000 / RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=741</id>
		<title>Radio Connections</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=741"/>
		<updated>2017-10-29T17:07:43Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instructions for connecting radios, repeaters AllStarLink interfaces including the RTCM, GPS', URI/URI X and like devices.  &lt;br /&gt;
=GPS=&lt;br /&gt;
* [[Media:RTCM 2 Trimble.pdf|Trimble RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM 321 Cable.graffle.pdf|Trimble to Two RTCMs and Lady Heather Cable]]&lt;br /&gt;
* [[Media:RTCM to BG7TBL Cable.pdf|BG7TBL GPS / RTCM Cable]]&lt;br /&gt;
&lt;br /&gt;
=Motorola=&lt;br /&gt;
&lt;br /&gt;
==CDM==&lt;br /&gt;
CDMs make great nodes. This eBay reseller has very nice cables. Use to connect to URI or RTCM. &lt;br /&gt;
&lt;br /&gt;
[[Media:CDM Cable.pdf|CDM Cable from Kurt Meltzer]] ex-WB9KNX, now KC4NX - Cable 83 has only one output to use for either COS or CTCSS. Use another cable if you need both COS and CTCSS.&lt;br /&gt;
&lt;br /&gt;
==MTR-2000==&lt;br /&gt;
&lt;br /&gt;
==Quantar==&lt;br /&gt;
&lt;br /&gt;
The Quantar can be tricky to interface as it's extremely programmable and you will need a wireline card for I/O connections.  By default the I/O will not work unless the &amp;quot;wildcard&amp;quot; table is programed.  This wildcard table is Boolean logic of interrupt states in the radio, is extremely flexible and frustrating to debug.  It's a base station in it's own class.&lt;br /&gt;
&lt;br /&gt;
[[File:Front of quantar and controller.jpg|thumb|400px|right|Front of Quantar and controller]]&lt;br /&gt;
&lt;br /&gt;
* [[Media:QUANTAR-RTCM INTERFACE CABLE.pdf|Quantar/RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
Note you will want to use [[RTCM_Client#DSP.2FBEW_Firmware_Version|BEW mode]] on the RTCM if using the RTCM do squelch.&lt;br /&gt;
&lt;br /&gt;
* [[Media:RTCM 2 Quantar.pdf|Another Quantar/RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM to Astro-TAC Cable.pdf|Astro-TAC/RTCM Interface Cable]]&lt;br /&gt;
* [http://wiki.w9cr.net/index.php/Allstar_and_P25_on_Quantar Interfacing to a Quantar with P25NX]  - Bryan Fields W9CR has page on interfacing the Qunatar using simple USB into Allstar and P25NX linking at the same time.  This is driven by programing on the Quantar Wildcard tables.&lt;br /&gt;
*[[Media:Quantar URI Interface.jpg|Quantar/URI Cable]]&lt;br /&gt;
*[[Media:QuantarMRTI2URI.jpg|Quantar MRTI/URI Cable]]&lt;br /&gt;
&lt;br /&gt;
==Syntor X==&lt;br /&gt;
The Motorola Syntor X with an Xcat installed makes a great frequency agile remote base. For more information see this [http://wd6awp.net/xcat/ Syntor Xcat] page. &lt;br /&gt;
&lt;br /&gt;
==VRM-850==&lt;br /&gt;
&lt;br /&gt;
=Kenwood=&lt;br /&gt;
==TKR720/820==&lt;br /&gt;
Connections to: PTT, COS, RX audio out and MIC audio in&lt;br /&gt;
&lt;br /&gt;
TX/RX board, MIC audio input, pins 4 &amp;amp; 5: floating ground, must not tie to any other ground! Some installations may require a 10dB, resistor L-network consisting of a 4.7k and 470 ohm resistors. The 470 ohm resistor connection across pins four and five, the 4.7k resistor is soldered to pin 5 to which your TX audio from the URI will connect to.&lt;br /&gt;
&lt;br /&gt;
The MIC audio gain, deviation, and balance adjustments are *very* sensitive! &lt;br /&gt;
&lt;br /&gt;
- RA-35 without TX adj. trimmer pots: Using a service monitor with deviation metering, start low and work your way up to 3KHz deviation with 1KHz tone, generated by simpleusb-tune-menu. If enabled, *904 turns this tone on and off by command, ie, no tone time-out as in simpleusb-tune-menu.&lt;br /&gt;
&lt;br /&gt;
=Repeater Controller=&lt;br /&gt;
&lt;br /&gt;
[[Media:RTCMwithController.pdf|An example of using RTCMs to replace 420 links]]&lt;br /&gt;
&lt;br /&gt;
=Spectra Engineering=&lt;br /&gt;
* [http://wiki.w9cr.net/index.php/MX800#W9CR_alignment_procedure_and_setup_with_Allstar MX800 Base station] - Bryan Fields, W9CR has a complete setup guide for the MX800 Base station which includes fallback to the built in controller and an audio delay module.&lt;br /&gt;
&lt;br /&gt;
=Tait=&lt;br /&gt;
&lt;br /&gt;
=URI / URI X=&lt;br /&gt;
The URI is Manfactured and sold by [http://dmkeng.com/URI_Order_Page.htm DMK Engineering]. &lt;br /&gt;
*[[Media:URI Schematic.pdf|URI Schematic]]&lt;br /&gt;
*[[Media:URIx Schematic.pdf|URI X Schematic]]&lt;br /&gt;
&lt;br /&gt;
=Vertex=&lt;br /&gt;
* [[Media:RTCM 2 VRX-5000.pdf|VRX-5000 / RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
	<entry>
		<id>https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=740</id>
		<title>Radio Connections</title>
		<link rel="alternate" type="text/html" href="https://wiki.pttlink.org/index.php?title=Radio_Connections&amp;diff=740"/>
		<updated>2017-10-29T17:04:07Z</updated>

		<summary type="html">&lt;p&gt;KB9LFZ: added TKR-820&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Instructions for connecting radios, repeaters AllStarLink interfaces including the RTCM, GPS', URI/URI X and like devices.  &lt;br /&gt;
=GPS=&lt;br /&gt;
* [[Media:RTCM 2 Trimble.pdf|Trimble RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM 321 Cable.graffle.pdf|Trimble to Two RTCMs and Lady Heather Cable]]&lt;br /&gt;
* [[Media:RTCM to BG7TBL Cable.pdf|BG7TBL GPS / RTCM Cable]]&lt;br /&gt;
&lt;br /&gt;
=Motorola=&lt;br /&gt;
&lt;br /&gt;
==CDM==&lt;br /&gt;
CDMs make great nodes. This eBay reseller has very nice cables. Use to connect to URI or RTCM. &lt;br /&gt;
&lt;br /&gt;
[[Media:CDM Cable.pdf|CDM Cable from Kurt Meltzer]] ex-WB9KNX, now KC4NX - Cable 83 has only one output to use for either COS or CTCSS. Use another cable if you need both COS and CTCSS.&lt;br /&gt;
&lt;br /&gt;
==MTR-2000==&lt;br /&gt;
&lt;br /&gt;
==Quantar==&lt;br /&gt;
&lt;br /&gt;
The Quantar can be tricky to interface as it's extremely programmable and you will need a wireline card for I/O connections.  By default the I/O will not work unless the &amp;quot;wildcard&amp;quot; table is programed.  This wildcard table is Boolean logic of interrupt states in the radio, is extremely flexible and frustrating to debug.  It's a base station in it's own class.&lt;br /&gt;
&lt;br /&gt;
[[File:Front of quantar and controller.jpg|thumb|400px|right|Front of Quantar and controller]]&lt;br /&gt;
&lt;br /&gt;
* [[Media:QUANTAR-RTCM INTERFACE CABLE.pdf|Quantar/RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
Note you will want to use [[RTCM_Client#DSP.2FBEW_Firmware_Version|BEW mode]] on the RTCM if using the RTCM do squelch.&lt;br /&gt;
&lt;br /&gt;
* [[Media:RTCM 2 Quantar.pdf|Another Quantar/RTCM Interface Cable]]&lt;br /&gt;
* [[Media:RTCM to Astro-TAC Cable.pdf|Astro-TAC/RTCM Interface Cable]]&lt;br /&gt;
* [http://wiki.w9cr.net/index.php/Allstar_and_P25_on_Quantar Interfacing to a Quantar with P25NX]  - Bryan Fields W9CR has page on interfacing the Qunatar using simple USB into Allstar and P25NX linking at the same time.  This is driven by programing on the Quantar Wildcard tables.&lt;br /&gt;
*[[Media:Quantar URI Interface.jpg|Quantar/URI Cable]]&lt;br /&gt;
*[[Media:QuantarMRTI2URI.jpg|Quantar MRTI/URI Cable]]&lt;br /&gt;
&lt;br /&gt;
==Syntor X==&lt;br /&gt;
The Motorola Syntor X with an Xcat installed makes a great frequency agile remote base. For more information see this [http://wd6awp.net/xcat/ Syntor Xcat] page. &lt;br /&gt;
&lt;br /&gt;
==VRM-850==&lt;br /&gt;
&lt;br /&gt;
=Kenwood=&lt;br /&gt;
* TKR720/820&lt;br /&gt;
Connections to: PTT, COS, RX audio out and MIC audio in&lt;br /&gt;
&lt;br /&gt;
TX/RX board, MIC audio input, pins 4 &amp;amp; 5: floating ground, must not tie to any other ground! Some installations may require a 10dB, resistor L-network consisting of a 4.7k and 470 ohm resistors. The 470 ohm resistor connection across pins four and five, the 4.7k resistor is soldered to pin 5 to which your TX audio from the URI will connect to.&lt;br /&gt;
&lt;br /&gt;
The MIC audio gain, deviation, and balance adjustments are *very* sensitive! &lt;br /&gt;
&lt;br /&gt;
- RA-35 without TX adj. trimmer pots: Using a service monitor with deviation metering, start low and work your way up to 3KHz deviation with 1KHz tone, generated by simpleusb-tune-menu. If enabled, *904 turns this tone on and off by command, ie, no tone time-out as in simpleusb-tune-menu.&lt;br /&gt;
&lt;br /&gt;
=Repeater Controller=&lt;br /&gt;
&lt;br /&gt;
[[Media:RTCMwithController.pdf|An example of using RTCMs to replace 420 links]]&lt;br /&gt;
&lt;br /&gt;
=Spectra Engineering=&lt;br /&gt;
* [http://wiki.w9cr.net/index.php/MX800#W9CR_alignment_procedure_and_setup_with_Allstar MX800 Base station] - Bryan Fields, W9CR has a complete setup guide for the MX800 Base station which includes fallback to the built in controller and an audio delay module.&lt;br /&gt;
&lt;br /&gt;
=Tait=&lt;br /&gt;
&lt;br /&gt;
=URI / URI X=&lt;br /&gt;
The URI is Manfactured and sold by [http://dmkeng.com/URI_Order_Page.htm DMK Engineering]. &lt;br /&gt;
*[[Media:URI Schematic.pdf|URI Schematic]]&lt;br /&gt;
*[[Media:URIx Schematic.pdf|URI X Schematic]]&lt;br /&gt;
&lt;br /&gt;
=Vertex=&lt;br /&gt;
* [[Media:RTCM 2 VRX-5000.pdf|VRX-5000 / RTCM Interface Cable]]&lt;br /&gt;
&lt;br /&gt;
[[Category:How to]]&lt;/div&gt;</summary>
		<author><name>KB9LFZ</name></author>
	</entry>
</feed>