<div dir="ltr">Corey....<div><br></div><div>I just went through this...</div><div><br></div><div>here is what I have learned...</div><div><br></div><div>The URI light will not blink until you connect to the Remote with another node or iaxrpt. after that, it appears to stay blinking, however, I believe it shoud go out again when you disconnect?  Mine doesn't..</div><div><br></div><div>You need to use the *4xxx controlling the far node routine to manipulate the remote from a connect node.  OR you can use IAXRPT to test.</div><div><br></div><div>I sometimes have to stop and restart asterisk to correct an issue where the remote stops responding to anything.  I think it has something to do with the URI not disconnecting and the light stopping when you disconnect.</div><div><br></div><div>Only one node at a time can connect with the Remote Base.  the other attempts will fail. </div><div><br></div><div>The Icom 706 needs Memories 50-99 entered and saved with the RPT TONE set.. Starting at 67.0 at Memory 50 and going up each tone till you reach the last tone and memory 99. I used 146.520 simplex in every memory and just changed the tone incrementing 1 up till I hit 99 and the end of the available tones IF you don't do this, you will get "invalid frequency" everytime.</div><div><br></div><div>The RBI remote base works but I had to disconnect pin 4 it appears in my case anyways, the logic level is backwards? As soon as I removed the reset pin 4, it took right off. I am going to have to work on this because the RBI operates with fewer mishaps when its connected.</div><div><br></div><div>The Kenwood TMD-700a works the best for me so far. </div><div><br></div><div>Corey, I run my nodes in a private invironment so I have removed most of the band edge and authlevel safegards that maybe should be included, but I wanted to get it to work before I added that back in.  I am using a USB Serial interface or a USB  Icom interface in the case of the 706.</div><div><br></div><div>here are my working examples.  I hope it at least gets you started.  Your mileage may vary, CAUTION!  Beverage may be HOT!  (insert favorite disclaimer here..)</div><div><br></div><div>------</div><div><br></div><div>Example #1:  For the IC-706:</div><div><br></div><div><div>[582];  IC-706 Remote Base</div><div>rxchannel=SimpleUSB/usb     ; Rx audio/signalling channel<br></div><div>duplex=1</div><div>context =  radio</div><div>accountcode=RADIO<br></div><div>functions = functions</div><div>memory = memory</div><div><br></div><div>remote = ic706<span class="" style="white-space:pre">                         </span></div><div>ioport = /dev/ttyUSB0</div><div>civaddr = 88</div><div><span class="" style="white-space:pre">                    </span></div><div>authlevel=0</div><div><br></div><div>[functions]</div><div>0=remote,1                              ; Retrieve Memory</div><div>1=remote,2                              ; Set freq.</div><div>2=remote,3                              ; Set tx PL tone</div><div>3=remote,4<span class="" style="white-space:pre">                              </span>     ; Set rx PL tone</div><div>6=remote,6                              ; Set Mode 1=FM 2=USB 3=LSB 4=AM</div><div>40=remote,100                           ; Rx PL off</div><div>41=remote,101                           ; Rx PL on</div><div>42=remote,102                           ; Tx PL off</div><div>43=remote,103                           ; Tx PL on</div><div>44=remote,104                           ; Low Power</div><div>45=remote,105                           ; Medium Power</div><div>46=remote,106                           ; High Power</div><div>711=remote,107                          ; Bump -20</div><div>714=remote,108                          ; Bump -100</div><div>717=remote,109                          ; Bump -500</div><div>713=remote,110                          ; Bump +20</div><div>716=remote,111                          ; Bump +100</div><div>719=remote,112                          ; Bump +500</div><div>721=remote,113                          ; Scan - slow</div><div>724=remote,114                          ; Scan - quick</div><div>727=remote,115                          ; Scan - fast</div><div>723=remote,116                          ; Scan + slow</div><div>726=remote,117                          ; Scan + quick</div><div>729=remote,118                          ; Scan + fast</div><div>79=remote,119                           ; Tune</div><div>51=remote,5                             ; Long status query</div><div>52=remote,140<span class="" style="white-space:pre">                            </span>     ; Short status query</div><div>67=remote,210<span class="" style="white-space:pre">                           </span>     ; Send a *</div><div>69=remote,211<span class="" style="white-space:pre">                             </span>     ; Send a #</div><div><br></div><div>[memory]<br></div><div>init = 14.250,67.0,u ; 14.250MHz upper sideband</div><div>00 = 146.460,100.0,sht</div><div>01 = 146.940,100.0,-l</div><div>02 = 14.250,100.0,u ; 14.250MHz upper sideband</div></div><div><br></div><div><div>[nodes]</div><div>582 = <a href="http://radio@127.0.0.1/582,NONE,y">radio@127.0.0.1/582,NONE,y</a><br></div><div><br></div><div><div>[nodes](+)</div><div>#include nodes.include</div></div></div><div><br></div><div>------------------------------------------------------------------------------------------------------------------------------------------------------------</div><div><br></div><div>EXAMPLE #2 For the RBI...</div><div><br></div><div><div>[582]; Doug Hall RBI-1</div><div>rxchannel=SimpleUSB/usb     ; Rx audio/signalling channel<br></div><div>duplex=1</div><div>context =  radio</div><div>functions = functions</div><div>memory = memory</div><div><br></div><div>remote=rbi</div><div>iobase=0x378</div><div><br></div><div>authlevel=0</div><div><br></div><div>[functions]</div><div>0=remote,1<span class="" style="white-space:pre">             </span>; Retrieve Memory</div><div>1=remote,2<span class="" style="white-space:pre">                </span>; Set freq.</div><div>2=remote,3<span class="" style="white-space:pre">              </span>; Set tx PL tone</div><div>3=remote,4<span class="" style="white-space:pre">         </span>; Set rx PL tone</div><div>5=remote,140<span class="" style="white-space:pre">               </span>; short status query</div><div>6=remote,5<span class="" style="white-space:pre">             </span>; Long Status Query</div><div><br></div><div>730=remote,100<span class="" style="white-space:pre"> </span>; Rx PL off</div><div>731=remote,101<span class="" style="white-space:pre">  </span>; Rx PL on</div><div>720=remote,102<span class="" style="white-space:pre">   </span>; Tx PL off</div><div>721=remote,103<span class="" style="white-space:pre">  </span>; Tx PL on</div><div>740=remote,104<span class="" style="white-space:pre">   </span>; Low Power</div><div>741=remote,105<span class="" style="white-space:pre">  </span>; Medium Power</div><div>742=remote,106<span class="" style="white-space:pre">       </span>; High Power</div><div><br></div><div>[memory]</div><div>init = 146.520,94.8,sht</div><div>26 = 147.260,94.8,+ltr</div><div>27 = 145.270,94.8,-ltr</div><div>11 = 145.110,94.8,-ltr</div><div>52 = 146.520,94.8,sh</div><div><br></div><div>[nodes]</div><div>582 = <a href="http://radio@127.0.0.1/582,NONE,y">radio@127.0.0.1/582,NONE,y</a><br></div><div><br></div><div><div>[nodes](+)</div><div>#include nodes.include</div></div><div>______________________________________________________________________________</div></div><div><br></div><div>Example #3 For the Kenwood TMD-700a</div><div><br></div><div><div>[582]; Kenwood TMD-700a</div><div>rxchannel=SimpleUSB/usb     ; Rx audio/signalling channel<br></div><div>duplex=1</div><div>context =  radio</div><div>callerid = "K8SN 582" <6164389073></div><div>accountcode=RADIO</div><div>functions = functions</div><div>memory = memory</div><div><br></div><div>remote = tmd700<span class="" style="white-space:pre">                               </span></div><div>ioport = /dev/ttyUSB0</div><div><br></div><div>authlevel=0</div><div><br></div><div>[functions]</div><div>0=remote,1                              ; Retrieve Memory</div><div>1=remote,2                              ; Set freq.</div><div>2=remote,3                              ; Set tx PL tone</div><div>3=remote,4<span class="" style="white-space:pre">                 </span>            ; Set rx PL tone</div><div>40=remote,100                           ; Rx PL off</div><div>41=remote,101                           ; Rx PL on</div><div>42=remote,102                           ; Tx PL off</div><div>43=remote,103                           ; Tx PL on</div><div>44=remote,104                           ; Low Power</div><div>45=remote,105                           ; Medium Power</div><div>46=remote,106                           ; High Power</div><div>51=remote,5                             ; Long status query</div><div>52=remote,140<span class="" style="white-space:pre">                         </span>     ; Short status query</div><div>67=remote,210<span class="" style="white-space:pre">                           </span>     ; Send a *</div><div>69=remote,211<span class="" style="white-space:pre">                             </span>     ; Send a #</div><div><br></div><div>[memory]</div><div>init = 146.520,94.8,sht</div><div>26 = 147.260,94.8,+ltr</div><div>27 = 145.270,94.8,-ltr</div><div>11 = 145.110,94.8,-ltr</div><div>52 = 146.520,94.8,sht</div></div><div><br></div><div><div>[nodes]</div><div>582 = <a href="http://radio@127.0.0.1/582,NONE,y">radio@127.0.0.1/582,NONE,y</a><br></div><div><br></div><div><div>[nodes](+)</div><div>#include nodes.include</div></div></div><div><br></div><div>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 27, 2014 at 6:11 AM,  <span dir="ltr"><<a href="mailto:mike@midnighteng.com" target="_blank">mike@midnighteng.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
Corey,<br>
<br>
As we have talked on this before,<br>
It really does not make any sense but here is a checklist.<br>
<br>
Look at usbradio.conf and<br>
usbxxxxx.conf<br>
Other than looking for type errors, make sure the fob is addressed<br>
properly.<br>
<br>
You might also add a<br>
memory=memoryxxxxx section and provide a default freq load string for<br>
the node (rpt.conf).<br>
<br>
init=146.520,100.0,l<br>
<br>
It's a start anyway...<br>
<br>
...mike/kb8jnm<br>
<div><div class="h5"><br>
> -------- Original Message --------<br>
> Subject: [App_rpt-users] Remote Base question<br>
> From: Corey Dean <<a href="mailto:n3fe@repeater.net">n3fe@repeater.net</a>><br>
> Date: Sat, December 27, 2014 12:09 am<br>
> To: Allstar app_rpt-users Group <<a href="mailto:app_rpt-users@ohnosec.org">app_rpt-users@ohnosec.org</a>><br>
><br>
><br>
> A few different times I have attempted to get a remote base going.  I am<br>
> using a Doug Hall Box.  I am sure I have it wired correctly.  On the<br>
> Parallel port I have pin 2 as serial data, 3 as serial clock and 4 as<br>
> reset.<br>
><br>
> If I define remote = rbi asterisk will start but the light on the usb FOB<br>
> stop blinking.  Once I comment out the remote = line and restart asterisk,<br>
> the sound fob will start to blink again and the doug hall will reset.  I<br>
> decided to try defining any type of remote such as y or even ic706 and the<br>
> same thing happens.<br>
><br>
> When I do define remote=rbi it still will not program the kenwood radio<br>
> either.<br>
><br>
> I did upgrade to the latest acid svn to test as well because prior to<br>
> upgrading if any remote at all was defined, asterisk wouldn't even start.<br>
> It would bomb right out.  At least now it start.  I know this has to be<br>
> something simple.  Any one have any ideas as to where to start looking?<br>
><br>
> I did define a remote-base stanza for functions and the only things I added<br>
> other than that was.<br>
><br>
> remote = rbi<br>
> iobase = 0x378<br>
> authlevel = 0<br>
><br>
> I am also using usbradio.<br>
><br>
</div></div>> Corey N3FE<hr>_______________________________________________<br>
> App_rpt-users mailing list<br>
> <a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
> <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
><br>
> To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
> You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.<br>
_______________________________________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@ohnosec.org">App_rpt-users@ohnosec.org</a><br>
<a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users" target="_blank">http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.<br>
</blockquote></div><br></div>