카테고리 없음

2022-05-13 USRP : DTMF Full Function User's Guide for HS9AWO Kasem Sirisuwan

DS5QDR Heonmin Lee in Korea 2022. 5. 13. 15:50

This is the USRP DTMF Full Function User's Guide.

 

1st Step] DVSwitch Server + USRP Stand Alone Install on RPi

   see below link

  https://ds5qdr-dv.tistory.com/333?category=956301 

 

2022-05-01 USRP : Client + DVSwitch Server Stand Alone IMG

Release the integrated version of USRP and DVSwitch Server USRP와 DVSwitch Server 통합버젼을 공개합니다 - USRP Client : V3.60 - DVSwitch Server : V1.6.8 I made IMG file based on..

ds5qdr-dv.tistory.com

USRP Version : 3.61 (if not, please click Github V3.60 button at Server & Ctrl Tab)

 

2nd Step] Download DTMF execution file

   - DTMF Function needs another execution file DTMF.
   - Download DTMF file from internet

      cd /home/pi/USRP

      wget -O DTMF usrp.duckdns.org/DTMF

 

 

3rd Step] Edit usrp.ini 

    - DTMF command must be added at usrp.ini

    - Add below command list between [MACROS] and [SERVER] section

 

[MACROS]
Kill Gateways = *666
TGIF = *TGIF
BM = *BM
INFO = *INFO
TIME = *TIME
TG = *TG

[DTMF]
47 = CH_DN      ; connect to 1 step down TG
74 = CH_UP      ; connect to 1 step up TG
69 = SV_DN      ; Connect to 1 step down Server
96 = SV_UP      ; Connect to 1 step up Server
55 = SV_DF      ; connect to Default Sever

11 = DMR        ; change mode to DMR
12 = DSTAR      ; change mode to DSTAR
13 = NXDN       ; change mode to NXDN
14 = P25          ; change mode to P25
15 = YSF          ; change mode to YSF

99 = DVSW_RBT   ; reboot   DVSwitch server
88 = DVSW_RST   ; restart  DVSwitch server
77 = USRP_RST    ; restart  USRP
66 = USRP_RBT    ; reboot   USRP
44 = USRP_OFF    ; shutdown USRP
00 = UNLINK       ; Unlink



[SERVER]
DVS_00 = Default_DVS    : DS5QDR  : 4500495 : 450049514 : 127.0.0.1       : 50000 : 50000 : 

 

 

 

 

4th Step] Enable / Disable DTMF by click DTMF button

 

5th Step] DTMF command at Tranciever

 

   * : Start DTMF Command
   # : End DTMF and Execute DTMF command

   command : * + DTMF Number + #

   Example

   *47#  TG change to 1 step down

   *74#  TG change to 1 step up

 

   *11#   Mode change to DMR

   *12#   Mode change to DSTAR

   *15#   Mode change to YSF

 

   at DMR, P25, NXDN, YSF Mode

   *11#        Mode change to DMR
   *45021#   DMR TG  change to TG45021
   *91#        DMR TG change to TG91 Worldwide

 

   at DSTAR command :

   * + 3 digit (XRF, REF number) + B|D (B:REF, D:XRF) + digit (1:A, 2:B, 3:C, 25:Y, 26:Z) + #

   *12#         Mode change to DSTAR

   *071D1#   DSTAR reflector change to XRF071A

   *082B3#   DSTAR reflector change to REF082C

 

Thanks Kasem Sirisuwan !

 

DS5QDR Heonmin Lee