DR-1X and AllStarLink: Difference between revisions

From WLPS Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" !colspan="4"| DR-1X to URIxB |- | '''DR-1X''' | ''' Use''' | '''URIxB''' | ''' Use''' |- | 1 - 5 | Mode (Bridge pin 1 and 5) | | |- | 2 | PTT | 1 | |- | 3 | CTCSS_DET | 7 | |- | 4 | COS_DET | 8 | |- | 5 | Gnd | 13 | |- | 6 | Tone In | 23 | |- | 7 | Audio In | 22 | |- | 9 | Audio Out | 21 | |- | 10 | Gnd | | |- |! style="color:white; background-color:green;"| Green |- | 7 GPPS | <-- Pulse Output |! style="color:black; background-color:yellow;"| Y...")
 
mNo edit summary
Line 1: Line 1:
Connecting a Yaesu DR-1X to AllStarLink is no as simple as with other radios or repeaters. The easiest way to do it is using a DMK Engineering URIxB card.
The DR-1X needs an external tone generator connected when used in BASE station mode while using the accessory port.
= Audio and signaling Cable =
First thing you have to do is a cable to connect DR-1X and the URIxB as follows.
{| class="wikitable"
{| class="wikitable"
!colspan="4"| DR-1X to URIxB
!colspan="4"| DR-1X to URIxB
|-
|-
| '''DR-1X'''
!colspan="2"| '''DR-1X'''
!colspan="2"| '''URIxB'''
|-
| '''Pin'''
| ''' Use'''
| ''' Use'''
| '''URIxB'''
| '''Pin'''
| ''' Use'''
| ''' Use'''
|-
|- style="color:black; background-color:gray;"
| 1 - 5
| 1 - 5
| Mode (Bridge pin 1 and 5)
| Mode (Connect to pin 5)
|
|
|
|
|-
|- style="color:black; background-color:red;"
| 2
| 2
| PTT
| PTT
| 1
| 1
|
|
|-
|- style="color:black; background-color:orange;"
| 3
| 3
| CTCSS_DET
| CTCSS_DET
| 7
| 7
|
|
|-
|- style="color:black; background-color:yellow;"
| 4
| 4
| COS_DET
| COS_DET
| 8
| 8
|
|
|-
|- style="color:white; background-color:black;"
| 5
| 5
| Gnd
| Gnd (Connect to pin 5)
| 13
| N/C
|
|
|-
|- style="color:white; background-color:purple;"
| 6
| 6
| Tone In
| Tone In
| 23
| 23
|
| Right Audio Out
|-
|- style="color:white; background-color:blue;"
| 7
| 7
| Audio In
| Audio In
| 22
| 22
|
| Left Audio Out
|-
|- style="color:white; background-color:brown;"
| 9
| 9
| Audio Out
| Audio Out
| 21
| 21
|
| Mic In
|-
|- style="color:white; background-color:black;"
| 10
| 10
| Gnd
| Gnd
|
| 13
|
| Gnd
|-
|-
|}


Connect your repeater, custom cable, URIxB, USB cable and Raspberry Pi or AllStarLink computer to be used.


= Repeater Configuration =


Configure your repeater with the frequency you are going to use, Rx tone and do not set/enable a Tx tone (even if you setup one, it will not work on BASE mode), set deviation to Wide and disable Remote.


= AllStarLink Configuration =


|! style="color:white; background-color:green;"| Green
It is assumed that you are familiar with AllStarLink ssh logging and menu. So I will not explain that here.
|-
 
| 7 GPPS
sudo asl-menu
| <-- Pulse Output
 
|! style="color:black; background-color:yellow;"| Yellow
Select Node Setting, next Add or Edit and node with your Node Number, Password, Callsign, and select USB Radio (DSP) driver.
|-
 
| 8 GND
Apply changes, and go to the Expert Configuration menu.
| Ground
 
|! style="color:white; background-color:black;"| Black (2 cables)
Edit usbradio.conf file adding the following parameters to your node stanza:
|-
 
| 13 +5V
 
| V in
<pre>
|! style="color:white; background-color:red;"| Red
 
|-
 
| 14 GTX
 
| --> Tx Data
</pre>
|! style="color:black; background-color:white;"| White
 
|-
Here, replace 100.0 with your repeater Tx tone
|}
Save your file.
 
<pre>
 
 
 
</pre>
 
Restart Asterisk.
 
Have fun.
 
 
= Credits =
 
Fernando XE1FVS and Juan Carlos _XE1F, we spent a whole day figuring out the best way to achieve the best configuration and tracing some bad files on our rpt.conf test file.

Revision as of 14:52, 7 June 2025

Connecting a Yaesu DR-1X to AllStarLink is no as simple as with other radios or repeaters. The easiest way to do it is using a DMK Engineering URIxB card.

The DR-1X needs an external tone generator connected when used in BASE station mode while using the accessory port.

Audio and signaling Cable

First thing you have to do is a cable to connect DR-1X and the URIxB as follows.

DR-1X to URIxB
DR-1X URIxB
Pin Use Pin Use
1 - 5 Mode (Connect to pin 5)
2 PTT 1
3 CTCSS_DET 7
4 COS_DET 8
5 Gnd (Connect to pin 5) N/C
6 Tone In 23 Right Audio Out
7 Audio In 22 Left Audio Out
9 Audio Out 21 Mic In
10 Gnd 13 Gnd

Connect your repeater, custom cable, URIxB, USB cable and Raspberry Pi or AllStarLink computer to be used.

Repeater Configuration

Configure your repeater with the frequency you are going to use, Rx tone and do not set/enable a Tx tone (even if you setup one, it will not work on BASE mode), set deviation to Wide and disable Remote.

AllStarLink Configuration

It is assumed that you are familiar with AllStarLink ssh logging and menu. So I will not explain that here.

sudo asl-menu

Select Node Setting, next Add or Edit and node with your Node Number, Password, Callsign, and select USB Radio (DSP) driver.

Apply changes, and go to the Expert Configuration menu.

Edit usbradio.conf file adding the following parameters to your node stanza:





Here, replace 100.0 with your repeater Tx tone Save your file.




Restart Asterisk.

Have fun.


Credits

Fernando XE1FVS and Juan Carlos _XE1F, we spent a whole day figuring out the best way to achieve the best configuration and tracing some bad files on our rpt.conf test file.