PTTLink Tips: Difference between revisions

From WLPS Wiki
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 5: Line 5:
</pre>
</pre>


= Audio Level Settings =
= Motorola MTR2000 =
 
== On your MTR-2000 ==


This settings are considered using a DMK Engineering URIxB interface.
This settings are considered using a DMK Engineering URIxB interface.
Line 15: Line 13:
Set Tx Wireline Level to 0 dBm.
Set Tx Wireline Level to 0 dBm.


== On your PTTLink node ==
= Nano-Node Levels =
 
This settings are considered using a DMK Engineering URIxB interface.


Set Rx Voice Level to 950.
* Set Rx Level to 100 on Nano-Node.
* Set Tx Level to 100 on Nano-Node.
* Set Rx Level to 705 for URIxB in simpleusb_tune_usb_xxxxx.conf.
* Set Tx Level to 705 for URIxB in simpleusb_tune_usb_xxxxx.conf.


Set Transmit A Level to 999.
= MTM 5400 Levels =


== On your Nano-Node ==
* Set Rx Voice Level to 200.
* Set Transmit A Level to 500.


Set Rx Level to 95.
= URIxB connected to a DIU3000 Levels =
<pre>
carrierfrom = usbinvert
ctcssfrom = no
invertptt = 0
duplex = 0
</pre>


Set Tx Level to 99.
<pre>
[usb_55055]
; name=usb_55050
; devicenum=1
devstr=1-1.3:1.0
rxmixerset=500
txmixaset=700
txmixbset=500
</pre>


= PTTLink to DMR Plus Audio Settings =


== PTTLink to DMR Plus Audio Settings ==
== Analog_Bridge ==


<pre>
usrpAudio = AUDIO_USE_AGC    ; Digital -> Analog (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_USE_AGC)
usrpAudio = AUDIO_USE_AGC    ; Digital -> Analog (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_USE_AGC)
usrpGain = 5.00              ; Gain factor when usrpAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY)
usrpGain = 5.00              ; Gain factor when usrpAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY)
usrpAGC = -20,16,100          ; Set the agc threshold (db), slope (db) and decay (ms)
usrpAGC = -20,16,100          ; Set the agc threshold (db), slope (db) and decay (ms)
tlvAudio = AUDIO_USE_GAIN    ; Analog -> Digital (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_BPF)
tlvAudio = AUDIO_USE_GAIN    ; Analog -> Digital (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_BPF)
tlvGain = 0.30               ; Gain factor when tlvAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY)
tlvGain = 0.15               ; Gain factor when tlvAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY)
</pre>

Latest revision as of 12:34, 24 November 2023

Test NodeNames file

sudo nano /var/lib/asterisk/rpt_extnodes

Motorola MTR2000

This settings are considered using a DMK Engineering URIxB interface.

Set Rx Wireline Level to 0 dBm.

Set Tx Wireline Level to 0 dBm.

Nano-Node Levels

  • Set Rx Level to 100 on Nano-Node.
  • Set Tx Level to 100 on Nano-Node.
  • Set Rx Level to 705 for URIxB in simpleusb_tune_usb_xxxxx.conf.
  • Set Tx Level to 705 for URIxB in simpleusb_tune_usb_xxxxx.conf.

MTM 5400 Levels

  • Set Rx Voice Level to 200.
  • Set Transmit A Level to 500.

URIxB connected to a DIU3000 Levels

carrierfrom = usbinvert
ctcssfrom = no
invertptt = 0
duplex = 0
[usb_55055]
; name=usb_55050
; devicenum=1
devstr=1-1.3:1.0
rxmixerset=500
txmixaset=700
txmixbset=500

PTTLink to DMR Plus Audio Settings

Analog_Bridge

usrpAudio = AUDIO_USE_AGC     ; Digital -> Analog (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_USE_AGC)
usrpGain = 5.00               ; Gain factor when usrpAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY)
usrpAGC = -20,16,100          ; Set the agc threshold (db), slope (db) and decay (ms)
tlvAudio = AUDIO_USE_GAIN     ; Analog -> Digital (AUDIO_UNITY, AUDIO_USE_GAIN, AUDIO_BPF)
tlvGain = 0.15                ; Gain factor when tlvAudio = AUDIO_USE_GAIN (0.0 to 5.0) (1.0 = AUDIO_UNITY)