|
Re: Switch Between BM and TGIF
when you send a macro from DVSM, DMR, YSF, *13 *99 etc, you should see it in the AB log.
when you send a macro from DVSM, DMR, YSF, *13 *99 etc, you should see it in the AB log.
|
By
Steve N4IRS
·
#5441
·
|
|
Re: Switch Between BM and TGIF
here is dump of analog log
--
Tom VE3NY
here is dump of analog log
--
Tom VE3NY
|
By
Tom Corcoran
·
#5440
·
|
|
Re: Switch Between BM and TGIF
Also, did you restart Analog_Bridge?
Also, did you restart Analog_Bridge?
|
By
Steve N4IRS
·
#5439
·
|
|
Re: Switch Between BM and TGIF
And... What does Analog_Bridge.log tell you?
And... What does Analog_Bridge.log tell you?
|
By
Steve N4IRS
·
#5438
·
|
|
Re: Switch Between BM and TGIF
Hmmm...
added last two lines to dvsm.ini
and dialed *13 and *14 ... no change in network.
DMR = /opt/Analog_Bridge/analog_bridge.sh dmr.ini
DSTAR = /opt/Analog_Bridge/analog_bridge.sh dstar.ini
NXDN =
Hmmm...
added last two lines to dvsm.ini
and dialed *13 and *14 ... no change in network.
DMR = /opt/Analog_Bridge/analog_bridge.sh dmr.ini
DSTAR = /opt/Analog_Bridge/analog_bridge.sh dstar.ini
NXDN =
|
By
Tom Corcoran
·
#5437
·
|
|
Re: Disconnection after 45 seconds
Mike,
Check to verify battery optimization is off for the DVSM app on your Android device.
Steve N4IRS
Mike,
Check to verify battery optimization is off for the DVSM app on your Android device.
Steve N4IRS
|
By
Steve N4IRS
·
#5436
·
|
|
Re: Disconnection after 45 seconds
Hello All,
I am having a similar problem, where after about 2 mins or so the DVSwitch mobile app running on an Android mobile device just hangs up on all modes, Eg NXDN, P25, YSF etc, whilst connected
Hello All,
I am having a similar problem, where after about 2 mins or so the DVSwitch mobile app running on an Android mobile device just hangs up on all modes, Eg NXDN, P25, YSF etc, whilst connected
|
By
VK4SED
·
#5435
·
|
|
Re: Switch Between BM and TGIF
It will be
13 = /full/path/to/your/script.sh
45 = /full/path/to/your/stuff.sh
Then dial *13 or *45
Watch the Analog_Bridge log for what is happening.
It will be
13 = /full/path/to/your/script.sh
45 = /full/path/to/your/stuff.sh
Then dial *13 or *45
Watch the Analog_Bridge log for what is happening.
|
By
Steve N4IRS
·
#5434
·
|
|
Re: Switch Between BM and TGIF
I have tried both
13 = BM_Chng.sh
24 = TGIF_Chng.sh
and
*13#BM_Chng.sh
*24#TGIF_Chng.sh
dialed with *13 and *24
no change in state. I'm pretty sure that the scripts are correct since I can make the
I have tried both
13 = BM_Chng.sh
24 = TGIF_Chng.sh
and
*13#BM_Chng.sh
*24#TGIF_Chng.sh
dialed with *13 and *24
no change in state. I'm pretty sure that the scripts are correct since I can make the
|
By
Tom Corcoran
·
#5433
·
|
|
Re: Switch Between BM and TGIF
You will need to use numbers. Example:
13=your bm script
24=your TGIF script.
Then to trigger, dial ,*13 or *24
Sent via smoke signal (AT&T)
You will need to use numbers. Example:
13=your bm script
24=your TGIF script.
Then to trigger, dial ,*13 or *24
Sent via smoke signal (AT&T)
|
By
Steve N4IRS
·
#5432
·
|
|
Re: Switch Between BM and TGIF
Here's what I've added to dvsm.ini
DMR = /opt/Analog_Bridge/analog_bridge.sh dmr.ini
DSTAR = /opt/Analog_Bridge/analog_bridge.sh dstar.ini
NXDN = /opt/Analog_Bridge/analog_bridge.sh nxdn.ini
P25 =
Here's what I've added to dvsm.ini
DMR = /opt/Analog_Bridge/analog_bridge.sh dmr.ini
DSTAR = /opt/Analog_Bridge/analog_bridge.sh dstar.ini
NXDN = /opt/Analog_Bridge/analog_bridge.sh nxdn.ini
P25 =
|
By
Tom Corcoran
·
#5431
·
|
|
Re: using output of MMDVM_Bridge as telemetry for ASL
Cool, that's the piece I was missing. I think I can handle the rest.
Thanks.
Cool, that's the piece I was missing. I think I can handle the rest.
Thanks.
|
By
Patrick Perdue
·
#5430
·
|
|
Re: using output of MMDVM_Bridge as telemetry for ASL
I won't get into most of what you asked since it's not written in stone how to do what you want to but...
To trigger on key or unkey, look at event
I won't get into most of what you asked since it's not written in stone how to do what you want to but...
To trigger on key or unkey, look at event
|
By
Steve N4IRS
·
#5429
·
|
|
using output of MMDVM_Bridge as telemetry for ASL
Hi:
Let me explain what this is all about.
I have ASL running on a VPS, with MMDVM_Bridge and Analog_Bridge parked on a private ASL node connected to the publicly accessible node.
This public node
Hi:
Let me explain what this is all about.
I have ASL running on a VPS, with MMDVM_Bridge and Analog_Bridge parked on a private ASL node connected to the publicly accessible node.
This public node
|
By
Patrick Perdue
·
#5428
·
|
|
Re: Switch Between BM and TGIF
No,
You want to look in dvsm.ini You don't HAVE to use a separate include file. It's about the contents of dvsm.ini
Steve
No,
You want to look in dvsm.ini You don't HAVE to use a separate include file. It's about the contents of dvsm.ini
Steve
|
By
Steve N4IRS
·
#5427
·
|
|
Re: Switch Between BM and TGIF
Hello Steve,
This is the way the top of the Analog_Bridge.ini file looks now. Correct? If so, I'm not sure what to do next to invoke the procedure. I've used the format suggested by N8ACL.
I thought I
Hello Steve,
This is the way the top of the Analog_Bridge.ini file looks now. Correct? If so, I'm not sure what to do next to invoke the procedure. I've used the format suggested by N8ACL.
I thought I
|
By
Tom Corcoran
·
#5426
·
|
|
connecting multiple Motorola DMR repeaters to dmrlink
#dmrlink
#hblink
I want to link multiple Moto DMR repeaters to dmrlink and bridge to HBlink and an existing Moto DMR repeater functioning as a master for another small network. thus far, a single Moto DMR will
I want to link multiple Moto DMR repeaters to dmrlink and bridge to HBlink and an existing Moto DMR repeater functioning as a master for another small network. thus far, a single Moto DMR will
|
By
ai6bx
·
#5425
·
|
|
Re: IPSC-bridge Dmrlink and HBlink3: help for how to
#dmrlink
#best_practices
#hblink
I have my network running... almost. I scrapped the whole thing and started by loading dmrlink and IPSC_bridge. I got things working there with a Moto 8300 linking through to a Motorola Master with 7
I have my network running... almost. I scrapped the whole thing and started by loading dmrlink and IPSC_bridge. I got things working there with a Moto 8300 linking through to a Motorola Master with 7
|
By
ai6bx
·
#5424
·
|
|
Re: Switch Between BM and TGIF
The top of Analog_Bridge.ini will contain a pointer to a include file. That include file will contain your macros. Add custom macros to that include file.
Steve N4IRS
The top of Analog_Bridge.ini will contain a pointer to a include file. That include file will contain your macros. Add custom macros to that include file.
Steve N4IRS
|
By
Steve N4IRS
·
#5423
·
|
|
Re: Switch Between BM and TGIF
I can make the transition back and forth between BM and TGIF from a command line ... but don't know how to do through a macro. Advice?
--
Tom VE3NY
I can make the transition back and forth between BM and TGIF from a command line ... but don't know how to do through a macro. Advice?
--
Tom VE3NY
|
By
Tom Corcoran
·
#5422
·
|