Side project, "DMR Station" network radio

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Wed May 20, 2020 9:48 pm

VK3KYY wrote:
Wed May 20, 2020 9:25 pm
MM6NRK wrote:
Wed May 20, 2020 4:00 pm
ea3ihi wrote:
Wed May 20, 2020 2:09 pm
Related to the md380-emu software, the one at this repository includes an option (-S) needed to run a udp socket server:

https://github.com/DVSwitch/md380tools/ ... r/emulator

Changing TG is like doing a PTT, so if you open multiple TGs in a short time period you can get blocked.
How long do you get blocked for ?
Possibly 24 hours

But if you change your station ID e.g. to 02 or 03 etc that normally gets around the block
I think the block is a hour . All sorted now . What mic did you use with the Raspberry PI 3b ?

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Thu May 21, 2020 6:57 am

With the pi 3 I use a logitech usb headset with mic. With the dk2 (stm32mp157-dk2) wich is the one that I use most of the time, I use Samsung in-ear earphones from an old phone and they work great.

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Thu May 21, 2020 8:46 am

ea3ihi wrote:
Thu May 21, 2020 6:57 am
With the pi 3 I use a logitech usb headset with mic. With the dk2 (stm32mp157-dk2) wich is the one that I use most of the time, I use Samsung in-ear earphones from an old phone and they work great.
When you use usb head set ,do you need to install any drivers ?

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Thu May 21, 2020 9:06 am

I have tested with USB headsets and also a USB audio card (brand UGREEN) and both were detected as sound cards without installing any additional software.

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Fri May 22, 2020 1:18 pm

Hi some times when i use ptt the sound is ok then other times it keys up with no sound .

Then some times my call sign comes up on network then un keys after a few secs , Is this a bug you have seen before ?

It might be my usb sound card so i have a new one comeing next week .

TA2EI
Posts: 17
Joined: Mon May 04, 2020 10:39 am
Location: Ankara
Contact:

Re: Side project, "DMR Station" network radio

Post by TA2EI » Fri May 22, 2020 1:57 pm

DMRStation SW runs on a RPi4 with 3.5" LCD touchscreen and USB souncard. ( https://www.youtube.com/watch?v=ZlqMuv9Lb28 )
The SW runs on a RPi0 also but no sound.

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Fri May 22, 2020 2:06 pm

Nice!

If pulse audio can run in the pi 0zero there is no apparent reason not to have audio. I will try to get a pi zero for testing.

David

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Fri May 22, 2020 2:07 pm

TA2EI wrote:
Fri May 22, 2020 1:57 pm
DMRStation SW runs on a RPi4 with 3.5" LCD touchscreen and USB souncard. ( https://www.youtube.com/watch?v=ZlqMuv9Lb28 )
The SW runs on a RPi0 also but no sound.
I have sound and can hear other contacts . It the PTT sound on my pi3b that is not there at times . Other times i key up and it cuts of again afater 2 secs .

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Tue May 26, 2020 11:44 pm

Hi david what do you make of this ?

This is a fresh install and it keeps cutting of like before .

pi@raspberrypi:/opt/DMRStation $ DISPLAY=:0 ./start.sh

** (DMRstation:1023): WARNING **: Error retrieving accessibility bus address: or g.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
Sending auth
Send config
Connected
DMR status 1
DMR status 1
DMR status 1
Assertion 's' failed at pulse/stream.c:1483, function pa_stream_write_ext_free() . Aborting.
Aborted

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Wed May 27, 2020 2:31 am

Ok i got this fixed by doing this .

WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

to solve I installed 'at-spi2-core'
Code: Select all

sudo apt-get install at-spi2-core

i found the answer in this thread https://github.com/NixOS/nixpkgs/issues/16327

And Re: Installing Pulse Audio .

Post Reply