[arm-allstar] REMOTE BASE W/ TM-V71A

Kevin Babich kevin.babich at gmail.com
Thu Mar 24 22:25:38 EST 2016


Brett,

Thank you for the information…  the next obvious question to me is, has this been implemented in app_rpt?  It would appear the Kenwood G707 has been implemented, any thoughts where the file containing the commands are?

Kindest Regards,
 
Kevin Babich | N9IAA
Valparaiso, IN 46383
 
Mobile: 219.406.9707
 
Cessna 421
Cesssna Conquest I/II
Beechcraft King Air 90/200
 
“…It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming; but who does actually strive to do the deeds; who knows great enthusiasms, the great devotions; who spends himself in a worthy cause; who at the best knows in the end the triumph of high achievement, and who at the worst, if he fails, at least fails while daring greatly, so that his place shall never be with those cold and timid souls who neither know victory nor defeat...”  -Theodore Roosevelt

> On Mar 24, 2016, at 12:22 AM, arm-allstar-request at hamvoip.org wrote:
> 
> Send arm-allstar mailing list submissions to
> 	arm-allstar at hamvoip.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> or, via email, send a message with subject or body 'help' to
> 	arm-allstar-request at hamvoip.org
> 
> You can reach the person managing the list at
> 	arm-allstar-owner at hamvoip.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of arm-allstar digest..."
> 
> 
> Today's Topics:
> 
>   1. REMOTE BASE W/ TM-V71A (Neil k8it)
>   2. Re: REMOTE BASE W/ TM-V71A (Brett Friermood)
>   3. help with echolink setup (Larry Teran)
>   4. Re: help with echolink setup (kk6ecm)
>   5. Re: help with echolink setup (Doug Crompton)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 23 Mar 2016 17:30:41 -0400
> From: "Neil k8it" <k8it at cac.net>
> To: "ARM Allstar" <arm-allstar at hamvoip.org>
> Subject: [arm-allstar] REMOTE BASE W/ TM-V71A
> Message-ID: <D63460B5498F4D7BBDB8770314C4C14B at NSLAPTOP>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> 
> After a bunch of experimentation with various methods to create a remote base with a Kenwood TM-V71A I  use the following method
> 
> I placed the radio in remote cross bamd mode which allows full DTMF control of the other VFO  AS LONG AS THE CONTROL BAND IS ON THE OPPOSITE VHF OR UHF BAND
> 
> I CREATED A PRIVATE NODE NUMBER ON MY ASTERISK SERVER, AND USE A MODIFIED AUDIO  FOB TO INTERFACE A CHEAP BAOFENG 888S $20 RADIO FOR THE 70cm REMOTE RADIO
> 
> I then set my 70cm control frequency and turn on remote cross band mode. Full instructions are in the manual
> 
> To control it I wrote a script in bash
> 
> In order to enter the desired frequency, pl tone, offset I wrote a script based on redefining the asterisk dial plan using extensions and passing the resulting DTMF digits to my bash script
> The bash script formats the desired radio command and sends it using the *4<node #> command via the 70cm radio to the remoted TM-V71A radio.
> This also solves the ID  issue as the private node is configured to ID  
> 
> Please referance Doug's WA3DSP asterisk web page under how to       for instructions on how to do this with the dial plan. Doug has created a great resource with his how to notes
> 
> Enjoy
> 
> Thanks
> 73 Neil Sablatzky  K8IT
> Allstar Node 41838 KITLINK
> Allstar Node 42087 KITLINK HUB
> IRLP Node exp0068
> Echolink K8IT-L
> WIRES-X K8IT 11479 Room 21479
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.hamvoip.org/pipermail/arm-allstar/attachments/20160323/0394823c/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 23 Mar 2016 16:51:17 -0500
> From: Brett Friermood <brett.friermood at gmail.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] REMOTE BASE W/ TM-V71A
> Message-ID:
> 	<CADS0AtSTa0oELEL79fj_Wv7zvmCF+rXRXygPPSS5BD0v=Ji-KQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> You do realize there is a documented control protocol that gives you
> control of the entire radio, right?
> 
> http://la3qma.aprs.la/downloadplugins/doc_download/10-kenwood-v71--tm-d710-pc-control-commands
> 
> I would say a much simpler, more secure, and more reliable way of doing it.
> 
> Brett KQ9N
> 
> On Wed, Mar 23, 2016 at 4:30 PM, Neil k8it via arm-allstar <
> arm-allstar at hamvoip.org> wrote:
> 
>> 
>> After a bunch of experimentation with various methods to create a remote
>> base with a Kenwood TM-V71A I  use the following method
>> 
>> I placed the radio in remote cross bamd mode which allows full DTMF
>> control of the other VFO  AS LONG AS THE CONTROL BAND IS ON THE OPPOSITE
>> VHF OR UHF BAND
>> 
>> I CREATED A PRIVATE NODE NUMBER ON MY ASTERISK SERVER, AND USE A MODIFIED
>> AUDIO  FOB TO INTERFACE A CHEAP BAOFENG 888S $20 RADIO FOR THE 70cm REMOTE
>> RADIO
>> 
>> I then set my 70cm control frequency and turn on remote cross band mode.
>> Full instructions are in the manual
>> 
>> To control it I wrote a script in bash
>> 
>> In order to enter the desired frequency, pl tone, offset I wrote a script
>> based on redefining the asterisk dial plan using extensions and passing the
>> resulting DTMF digits to my bash script
>> The bash script formats the desired radio command and sends it using the
>> *4<node #> command via the 70cm radio to the remoted TM-V71A radio.
>> This also solves the ID  issue as the private node is configured to ID
>> 
>> Please referance Doug's WA3DSP asterisk web page under how to       for
>> instructions on how to do this with the dial plan. Doug has created a great
>> resource with his how to notes
>> 
>> Enjoy
>> 
>> Thanks
>> 73 Neil Sablatzky  K8IT
>> Allstar Node 41838 KITLINK
>> Allstar Node 42087 KITLINK HUB
>> IRLP Node exp0068
>> Echolink K8IT-L
>> WIRES-X K8IT 11479 Room 21479
>> 
>> 
>> _______________________________________________
>> 
>> arm-allstar mailing list
>> arm-allstar at hamvoip.org
>> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
>> 
>> Visit the BBB and RPi2 web page - http://hamvoip.org
>> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.hamvoip.org/pipermail/arm-allstar/attachments/20160323/f99b3092/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 23 Mar 2016 21:21:52 -0700
> From: Larry Teran <ki6yaa at gmail.com>
> To: arm-allstar at hamvoip.org
> Subject: [arm-allstar] help with echolink setup
> Message-ID:
> 	<CAHMSuG8pjfJmEyzv2vsz4OJ9hFTLr8gjWm08pgTZphE_+dmE4A at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> I'm Getting this error while loading the module.
> 
> [Mar 13 10:37:16] ERROR[1783]: chan_echolink.c:3310 store_config: Unable to
> resolve echolink APRS server IP address
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.hamvoip.org/pipermail/arm-allstar/attachments/20160323/766d944c/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 4
> Date: Wed, 23 Mar 2016 22:04:40 -0700
> From: "kk6ecm" <kk6ecm at gmail.com>
> To: "'ARM Allstar'" <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] help with echolink setup
> Message-ID: <14DBF3DBF91C4A2AAFD930F8CEE0E31A at ThePykesHP>
> Content-Type: text/plain; charset="us-ascii"
> 
> APRS doesn't make sense to me for Echolilnk without /etc/asterisk/gps.conf
> setup and a gps receiver, which you didn't mention. I do have a dumb
> question. Did you load chan_echolink.so in /etc/asterisk/modules.conf and
> not setup /etc/asterisk/echolink.conf, including the servers?
> 
> 
> 
> Bob
> 
> kk6ecm
> 
> 
> 
>  _____  
> 
> From: arm-allstar [mailto:arm-allstar-bounces at hamvoip.org] On Behalf Of
> Larry Teran via arm-allstar
> Sent: Wednesday, March 23, 2016 9:22 PM
> To: arm-allstar at hamvoip.org
> Cc: Larry Teran
> Subject: [arm-allstar] help with echolink setup
> 
> 
> 
> I'm Getting this error while loading the module.
> 
> 
> 
> [Mar 13 10:37:16] ERROR[1783]: chan_echolink.c:3310 store_config: Unable to
> resolve echolink APRS server IP address
> 
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.hamvoip.org/pipermail/arm-allstar/attachments/20160323/8ac8b649/attachment-0001.html>
> 
> ------------------------------
> 
> Message: 5
> Date: Thu, 24 Mar 2016 01:22:07 -0400
> From: Doug Crompton <doug at crompton.com>
> To: ARM Allstar <arm-allstar at hamvoip.org>
> Subject: Re: [arm-allstar] help with echolink setup
> Message-ID: <BLU171-W111C2E33C66C864A16B01E7BA820 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> First of all you are running the hamvoip.org code right?  By default GPS is not enabled and echolink is. Here is a snippet from /etc/asterisk/modules.conf -
> 
> noload=app_followme.so
> ;noload=chan_echolink.so
> noload=app_transfer.so
> ;noload=func_callerid.so
> noload=app_directed_pickup.so
> ;noload=chan_voter.so
> noload=app_flash.so
> noload=app_page.so
> noload=app_gps.so
> noload=pbx_dundi.so
> noload=app_setcallerid.so
> noload=app_dictate.so
> The lines commented out with a semicolon ARE loaded. The others are not.
> 
> 73 Doug
> WA3DSP
> http://www.crompton.com/hamradio
> 
> 
> Date: Wed, 23 Mar 2016 21:21:52 -0700
> To: arm-allstar at hamvoip.org
> Subject: [arm-allstar] help with echolink setup
> From: arm-allstar at hamvoip.org
> CC: ki6yaa at gmail.com
> 
> I'm Getting this error while loading the module.
> [Mar 13 10:37:16] ERROR[1783]: chan_echolink.c:3310 store_config: Unable to resolve echolink APRS server IP address
> 
> 
> _______________________________________________
> 
> arm-allstar mailing list
> arm-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> 
> Visit the BBB and RPi2 web page - http://hamvoip.org 		 	   		  
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <http://lists.hamvoip.org/pipermail/arm-allstar/attachments/20160324/8dce48e3/attachment.html>
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> arm-allstar mailing list
> arm-allstar at hamvoip.org
> http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar
> 
> 
> ------------------------------
> 
> End of arm-allstar Digest, Vol 22, Issue 33
> *******************************************



More information about the arm-allstar mailing list