1,Analog Bridge VerUP Now Analog Bridge Ver check cd /opt/Analog_Bridge ./dvswitch.sh version AB Analog Bridge Ver UP cd /usr/local/sbin ./stop-all ./update-from-github.sh sudo reboot New Analog Bridge Ver check cd /opt/Analog_Bridge ./dvswitch.sh version AB 2,callsign not display troubleshooting DMRIds.dat size check cd /var/lib/mmdvm ls -l -rw-r--r-- 1 root root 7609 6 7 06:26 APRS_Hosts.txt -rw-r--r-- 1 root root 22645 6 7 06:26 DCS_Hosts.txt -rw-r--r-- 1 root root 12435 6 7 06:26 DExtra_Hosts.txt -rw-r--r-- 1 root root 3638121 6 7 06:25 DMRIds.dat -rw-r--r-- 1 root root 28979 6 7 06:26 DPlus_Hosts.txt -rw-r--r-- 1 root root 27894 6 7 06:26 FCSRooms.txt -rw-r--r-- 1 root root 156468 6 7 06:26 NXDN.csv -rw-r--r-- 1 root root 4352 6 7 06:26 NXDNHosts.txt -rw-r--r-- 1 root root 5422 6 7 06:26 P25Hosts.txt -rw-r--r-- 1 root root 47341 6 7 06:26 TGList_BM.txt -rw-r--r-- 1 root root 12654 6 7 06:26 XLXHosts.txt -rw-r--r-- 1 root root 65639 6 7 06:26 YSFHosts.txt -rw-r--r-- 1 root root 46 6 5 11:41 private_NXDNHosts.txt -rw-r--r-- 1 root root 54 6 5 11:41 private_P25Hosts.txt Confirm that the file size of DMRIds.dat is 3638121 or more. If it is zero bytes etc., the call sign will not be displayed on the smartphone screen Only DMR-ID is displayed Measure 1 pi-star cd /usr/local/etc DMRIds.dat copy to RasPI Measure 2 dvswitch.sh EDIT cd /opt/Analog_Bridge sudo nano dvswitch.sh ################################################################# # Download all user databases ################################################################# function downloadDatabases() { if [ -d "${MMDVM_DIR}" ] && [ -d "${AB_DIR}" ]; then ${DEBUG} curl -s -N "https://database.radioid.net/api/dmr/user/?id=%" |$ ${DEBUG} curl -s -N "https://database.radioid.net/api/dmr/user/?id=%" |$ ${DEBUG} curl -s -N "https://database.radioid.net/api/nxdn/user/?id=%" $ Modify https://www in the above 3 lines to the above database and save. ./dvswitch.sh update It takes quite a while Make sure DMRIds.dat is updated sudo reboot 3. Example of using D-STAR mode with DVSwitch (The DMR and YSF are already operating normally) MMDVM_Bridge.ini EDIT [D-Star] Enable=1 Module=B [D-Star Network] Enable=1 Analog_Bridge.ini EDIT [DV3000] ; address = 127.0.0.1 ; rxPort = 2460 address = /dev/ttyUSB0 baud = 460800 serial = true In this example, ThumbDV is directly plugged into the USB port of Raspberry Pi. When using AMBE server; address = 127.0.0.1; rxPort = 2460 Remove the; set to specify the ip address and rxPort of the AMBE server. Comment out the address baud serial of ThumbDV with;. /etc/ircddbgateway EDIT See set up manual for details Also set the following items so that you can connect and disconnect from your smartphone. remoteEnabled=1 remotePassword=xxxxxx remotePort=54321 ircddbgateway auto start Set sudo systemctl enable ircddbgatewayd.service Register the following application on your smartphone ircDDB remort (play store Get) ircDDB IP Address Server Port Password After setting, make sure that you can connect and disconnect from your smartphone. If you use the paid version (220 yen), not need ircDDB remort (smartphone app) You can register your favorite DCS/XRF without needing, and you can use macros etc. to improve convenience.