locked
Using the discussion topics
#support
Hi Everyone. First of all thank you for your testing, observations, suggestions, and requests for help via the established groups on groups.io This allows the folks at NW Digital Radio and others to answer once and everyone can benefit. A few important requests:
Again, thank you for using NW Digital Radio products and services and your valuable insights.
|
|
|
|
Re: Pb running AMBE server on RPI3b+
Pierre-Paul Raoult
Hi all,
toggle quoted messageShow quoted text
I wish to thank you for your responses. It helped! And now server is working fine. It was indeed a pb of ports…. Best regards, 73 F1JMN
|
|
|
|
Re: Pb running AMBE server on RPI3b+
Annaliese McDermond
If you’re using a ThumbDV you are using the wrong serial port. You need to do something like: systemctl stop ambeserver@ttyS0 systemctl disable ambeserver@ttyS0 systemctl enable ambeserver@ttyUSB0 systemctl start ambeserver@ttyUSB0 —Anna
On Dec 11, 2018, at 3:37 AM, Pierre-Paul Raoult via Groups.Io <f1jmn@...> wrote:
|
|
|
|
Re: Pb Installing ThumDV AMBE server on RPI3b+
|
|
|
|
Re: Pb Installing ThumDV AMBE server on RPI3b+
Ludovic Ludo
Hello,
my tutorial here : http://radioamateur.forumsactifs.com/t2179-cle-usb-dvstick-30-de-dvmega-en-serveur-sur-raspberry-pi-configuration-et-materiel-necessaire and the image if you want on http://radioamateur.forumsactifs.com/t2185-cle-usb-dvstick-30-de-dvmega-en-serveur-sur-raspberry-pi-image-carte-sd-64-go-samsung-evo Best regards, Ludovic - F5PBG
|
|
|
|
Re: Pb Installing ThumDV AMBE server on RPI3b+
Richard Aubin
Try to feed the ThumbDv trough a USB hub that has en external power supply .. I have seen some problem with the Rpi not able to feed the ThumbDv properly. Richard Ve2DJE
Le mar. 11 déc. 2018 10:33 a.m., Pierre-Paul Raoult via Groups.Io <f1jmn=me.com@groups.io> a écrit : Hi all,
|
|
|
|
Pb running AMBE server on RPI3b+
Pierre-Paul Raoult
After installing AMBE server on a RPI3B+ i cannot run it.... I have this message :
Can anyone help me please? Best 73 F1JMN ● ambeserver@... - DV3000 Daemon Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2018-12-11 12:33:53 CET; 49s ago Process: 428 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyS0 $AMBESERVER_FLAGS (code=exited, status=1/FAILURE) Process: 425 ExecStartPre=/bin/chmod 0660 /dev/ttyS0 (code=exited, status=0/SUCCESS) Process: 417 ExecStartPre=/bin/chgrp dialout /dev/ttyS0 (code=exited, status=0/SUCCESS) Main PID: 428 (code=exited, status=1/FAILURE)
déc. 11 12:33:10 AMBE-server systemd[1]: Starting DV3000 Daemon... déc. 11 12:33:11 AMBE-server systemd[1]: Started DV3000 Daemon. déc. 11 12:33:11 AMBE-server AMBEserver[428]: AMBEserver: Starting... déc. 11 12:33:11 AMBE-server AMBEserver[428]: AMBEserver: Opened serial port /dev/ttyS0 at 460800 bps. déc. 11 12:33:53 AMBE-server systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE déc. 11 12:33:53 AMBE-server systemd[1]: ambeserver@...: Unit entered failed state. déc. 11 12:33:53 AMBE-server systemd[1]: ambeserver@...: Triggering OnFailure= dependencies. déc. 11 12:33:53 AMBE-server systemd[1]: ambeserver@...: Failed with result 'exit-code'.
|
|
|
|
Pb Installing ThumDV AMBE server on RPI3b+
Pierre-Paul Raoult
Hi all,
I want to install a AMBE server on a RPI3b+. I followed all wikis on this topic... Unfortunately when I run service i got this error.... I don't know how to solve it... Please Help. Thanks best regards, 73 from F1JMN pi@AMBE-server:~ $ sudo systemctl status ambeserver@... ● ambeserver@... - DV3000 Daemon Loaded: loaded (/lib/systemd/system/ambeserver@.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Tue 2018-12-11 12:07:44 CET; 440ms ago Process: 420 ExecStart=/usr/sbin/AMBEserver -p ${UDP_PORT} -i /dev/ttyS0 $AMBESERVER_FLAGS (code=exited, status=1/FAILURE) Process: 416 ExecStartPre=/bin/chmod 0660 /dev/ttyS0 (code=exited, status=0/SUCCESS) Process: 406 ExecStartPre=/bin/chgrp dialout /dev/ttyS0 (code=exited, status=0/SUCCESS) Main PID: 420 (code=exited, status=1/FAILURE)
déc. 11 12:07:01 AMBE-server systemd[1]: Starting DV3000 Daemon... déc. 11 12:07:01 AMBE-server systemd[1]: Started DV3000 Daemon. déc. 11 12:07:01 AMBE-server AMBEserver[420]: AMBEserver: Starting... déc. 11 12:07:01 AMBE-server AMBEserver[420]: AMBEserver: Opened serial port /dev/ttyS0 at 460800 bps. déc. 11 12:07:44 AMBE-server systemd[1]: ambeserver@...: Main process exited, code=exited, status=1/FAILURE déc. 11 12:07:44 AMBE-server systemd[1]: ambeserver@...: Unit entered failed state. déc. 11 12:07:44 AMBE-server systemd[1]: ambeserver@...: Triggering OnFailure= dependencies. déc. 11 12:07:44 AMBE-server systemd[1]: ambeserver@...: Failed with result 'exit-code'.
|
|
|
|
Re: Change port on Ambe Server
Marco,
The file is owned by the system, so you'll need to use an account with root privileges. Then any text editor should be able to open and edit the file, just remember that you can do a lot of damage when editing system files as root. I'd recommend using the nano editor if your not familiar with linux, here is the command to edit the file as root. $ sudo /usr/bin/nano /etc/init.d/AMBEserver 73, Kenny
|
|
|
|
Re: Change port on Ambe Server
Tahnk you for answeare Kenny, i have found the file /etc/init.d/AMBEserver but i cannot open it for change the port.
What software should I use to open an executable file? 73 Marco - IK6IOQ
|
|
|
|
Re: Change port on Ambe Server
Marco,
I don't run the version of AMBEserver installed via the Compass install, but I know you change the port used by AMBEserver with the -p option when starting it. I'd take a look in the startup script in /etc/init.d which launches it at boot time. You can probably add the -p PORT# there and take care of moving it from 2460 to what you want. For reference, there is a section in my start up script (/etc/init.d/AMBEserver) which looks like this: case "$1" in start)
/usr/bin/AMBEserver -i /dev/ttyUSB0
echo "Starting AMBEserver" >&2
exit 0
;;Change it to this for Port 9999 case "$1" in start)
/usr/bin/AMBEserver -i /dev/ttyUSB0 -p 9999
echo "Starting AMBEserver" >&2
exit 0
;;73, Kenny, KU7M
|
|
|
|
Change port on Ambe Server
Hallo,
i try to change port on my AMBEServer running on Compass Linux under Rasp PI, so in the directory /etc/opendv i change the file ambeserver-ttyUSB0.conf The problem is that every time i reboot the server the port is again 2460 and not the number i edit. Obviously I'm editing as root and with nano editor and before changing the port, i stop the server. What i wrong ? How can i fix the problem ? Thank you and 73 Marco - IK6IOQ
|
|
|
|
Re: BlueDV for windows/Android & Call/name
Ludovic Ludo
Hello,
i do (french) tutorials : http://radioamateur.forumsactifs.com/f35-dmr-dstar-c4fm Use Google translate ;) Best regards, Ludovic - F5PBG
|
|
|
|
Re: Recording DV files
On Thu, Nov 8, 2018 at 9:10 AM Ed James <ka8jmw@...> wrote: I am looking for a way to record DV files for playback as announcements on D-STAR gateway.
|
|
|
|
Recording DV files
Ed James
I am looking for a way to record DV files for playback as announcements on D-STAR gateway.
Any suggestions on hardware/software to record DV files. Ed KA8JMW
|
|
|
|
Re: BlueDV for windows/Android & Call/name
Ludovic Ludo
Ok fine, this is a new update because i do that some days ago. :) Thank's for the information. It is ok now. Best regards, Ludovic - F5PBG.
Le 25/10/2018 à 16:49, Jorge a écrit :
|
|
|
|
Re: BlueDV for windows/Android & Call/name
Jorge
open BlueDV application, if serial start at the beginning stop then. Next press Update on app menu select "Update Call database" and thats all.
On Thu, 25 Oct 2018 at 15:18, Ludovic Ludo <f5pbg@...> wrote:
--
|
|
|
|
Re: BlueDV for windows/Android & Call/name
Ronald Foster <Rf37797@...>
I’m not sure about this problem, I suddenly had a smaller GUI on my Windows screen which cut off part of the info being displayed. It wouldn’t allow any mod to the BlueDV screen display... no resizing or anything. I tried to do a repair and an uninstall/reinstall, but no help. I just installed a new installation on a different pc. We’ll see. 73 Ron, K0AAJ
On Oct 25, 2018, at 9:18 AM, Ludovic Ludo <f5pbg@...> wrote:
|
|
|
|
BlueDV for windows/Android & Call/name
Ludovic Ludo
Hello,
Have you an idea to correct that ?i use the DVStick 30 from auria.nl On BlueDV last version i have not Call and name but ID in the call case : It is ok on the BlueDV AMBE for my smartphone. Best regards, Ludovic - F5PBG. http://radioamateur.forumsactifs.com/f35-dmr-dstar-c4fm
|
|
|
|
Re: Ideas of improvement / 2018-10-21 (complement)
Ludovic Ludo
. Good ideo to have a setting of kill timer. I misspoke : The feature exists but you have to activate "start/stop beep". For my part, the "start/stop beep" do not interest me because in reception of a QSO, i do not like this fonctionnality So the ten bips alert only would be fine. A new button in the menu to separate the two functions would be nice :) Other point : Since the change to version 1.0.0.9548, in DMR mode, it miss the information of current TG used in reception signal, information which was at right next to TX/RX bargraph. Best regards, Ludovic - F5PBG.
|
|
|